Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2021-42574 (GCVE-0-2021-42574)
Vulnerability from cvelistv5
- n/a
{ "containers": { "adp": [ { "metrics": [ { "other": { "content": { "id": "CVE-2021-42574", "options": [ { "Exploitation": "poc" }, { "Automatable": "no" }, { "Technical Impact": "total" } ], "role": "CISA Coordinator", "timestamp": "2024-06-11T15:16:49.504878Z", "version": "2.0.3" }, "type": "ssvc" } } ], "providerMetadata": { "dateUpdated": "2024-06-11T15:17:01.399Z", "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP" }, "title": "CISA ADP Vulnrichment" }, { "providerMetadata": { "dateUpdated": "2024-08-04T03:38:49.283Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "tags": [ "x_transferred" ], "url": "http://www.unicode.org/versions/Unicode14.0.0/" }, { "tags": [ "x_transferred" ], "url": "https://trojansource.codes" }, { "name": "[oss-security] 20211101 CVE-2021-42574: rustc 1.56.0 and bidirectional-override codepoints in source code", "tags": [ "mailing-list", "x_transferred" ], "url": "http://www.openwall.com/lists/oss-security/2021/11/01/1" }, { "name": "[oss-security] 20211101 Re: CVE-2021-42574: rustc 1.56.0 and bidirectional-override codepoints in source code", "tags": [ "mailing-list", "x_transferred" ], "url": "http://www.openwall.com/lists/oss-security/2021/11/01/4" }, { "name": "[oss-security] 20211101 Trojan Source Attacks", "tags": [ "mailing-list", "x_transferred" ], "url": "http://www.openwall.com/lists/oss-security/2021/11/01/6" }, { "name": "[oss-security] 20211102 Re: CVE-2021-42574: rustc 1.56.0 and bidirectional-override codepoints in source code", "tags": [ "mailing-list", "x_transferred" ], "url": "http://www.openwall.com/lists/oss-security/2021/11/01/5" }, { "name": "[oss-security] 20211102 Re: Trojan Source Attacks", "tags": [ "mailing-list", "x_transferred" ], "url": "http://www.openwall.com/lists/oss-security/2021/11/02/10" }, { "name": "FEDORA-2021-0578e23912", "tags": [ "vendor-advisory", "x_transferred" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/QUPA37D57VPTDLSXOOGF4UXUEADOC4PQ/" }, { "name": "FEDORA-2021-7ad3a01f6a", "tags": [ "vendor-advisory", "x_transferred" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/LQNTFF24ROHLVPLUOEISBN3F7QM27L4U/" }, { "name": "VU#999008", "tags": [ "third-party-advisory", "x_transferred" ], "url": "https://www.kb.cert.org/vuls/id/999008" }, { "name": "FEDORA-2021-443139f67c", "tags": [ "vendor-advisory", "x_transferred" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/IH2RG5YTR6ZZOLUV3EUPZEIJR7XHJLVD/" }, { "tags": [ "x_transferred" ], "url": "https://www.scyon.nl/post/trojans-in-your-source-code" }, { "tags": [ "x_transferred" ], "url": "https://www.unicode.org/reports/tr36/" }, { "tags": [ "x_transferred" ], "url": "https://www.unicode.org/reports/tr39/" }, { "tags": [ "x_transferred" ], "url": "https://www.unicode.org/reports/tr31/" }, { "tags": [ "x_transferred" ], "url": "https://www.unicode.org/reports/tr9/tr9-44.html#HL4" }, { "tags": [ "x_transferred" ], "url": "https://www.starwindsoftware.com/security/sw-20220804-0002/" }, { "name": "GLSA-202210-09", "tags": [ "vendor-advisory", "x_transferred" ], "url": "https://security.gentoo.org/glsa/202210-09" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "n/a", "vendor": "n/a", "versions": [ { "status": "affected", "version": "n/a" } ] } ], "descriptions": [ { "lang": "en", "value": "An issue was discovered in the Bidirectional Algorithm in the Unicode Specification through 14.0. It permits the visual reordering of characters via control sequences, which can be used to craft source code that renders different logic than the logical ordering of tokens ingested by compilers and interpreters. Adversaries can leverage this to encode source code for compilers accepting Unicode such that targeted vulnerabilities are introduced invisibly to human reviewers. NOTE: the Unicode Consortium offers the following alternative approach to presenting this concern. An issue is noted in the nature of international text that can affect applications that implement support for The Unicode Standard and the Unicode Bidirectional Algorithm (all versions). Due to text display behavior when text includes left-to-right and right-to-left characters, the visual order of tokens may be different from their logical order. Additionally, control characters needed to fully support the requirements of bidirectional text can further obfuscate the logical order of tokens. Unless mitigated, an adversary could craft source code such that the ordering of tokens perceived by human reviewers does not match what will be processed by a compiler/interpreter/etc. The Unicode Consortium has documented this class of vulnerability in its document, Unicode Technical Report #36, Unicode Security Considerations. The Unicode Consortium also provides guidance on mitigations for this class of issues in Unicode Technical Standard #39, Unicode Security Mechanisms, and in Unicode Standard Annex #31, Unicode Identifier and Pattern Syntax. Also, the BIDI specification allows applications to tailor the implementation in ways that can mitigate misleading visual reordering in program text; see HL4 in Unicode Standard Annex #9, Unicode Bidirectional Algorithm." } ], "problemTypes": [ { "descriptions": [ { "description": "n/a", "lang": "en", "type": "text" } ] } ], "providerMetadata": { "dateUpdated": "2022-10-16T00:00:00", "orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca", "shortName": "mitre" }, "references": [ { "url": "http://www.unicode.org/versions/Unicode14.0.0/" }, { "url": "https://trojansource.codes" }, { "name": "[oss-security] 20211101 CVE-2021-42574: rustc 1.56.0 and bidirectional-override codepoints in source code", "tags": [ "mailing-list" ], "url": "http://www.openwall.com/lists/oss-security/2021/11/01/1" }, { "name": "[oss-security] 20211101 Re: CVE-2021-42574: rustc 1.56.0 and bidirectional-override codepoints in source code", "tags": [ "mailing-list" ], "url": "http://www.openwall.com/lists/oss-security/2021/11/01/4" }, { "name": "[oss-security] 20211101 Trojan Source Attacks", "tags": [ "mailing-list" ], "url": "http://www.openwall.com/lists/oss-security/2021/11/01/6" }, { "name": "[oss-security] 20211102 Re: CVE-2021-42574: rustc 1.56.0 and bidirectional-override codepoints in source code", "tags": [ "mailing-list" ], "url": "http://www.openwall.com/lists/oss-security/2021/11/01/5" }, { "name": "[oss-security] 20211102 Re: Trojan Source Attacks", "tags": [ "mailing-list" ], "url": "http://www.openwall.com/lists/oss-security/2021/11/02/10" }, { "name": "FEDORA-2021-0578e23912", "tags": [ "vendor-advisory" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/QUPA37D57VPTDLSXOOGF4UXUEADOC4PQ/" }, { "name": "FEDORA-2021-7ad3a01f6a", "tags": [ "vendor-advisory" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/LQNTFF24ROHLVPLUOEISBN3F7QM27L4U/" }, { "name": "VU#999008", "tags": [ "third-party-advisory" ], "url": "https://www.kb.cert.org/vuls/id/999008" }, { "name": "FEDORA-2021-443139f67c", "tags": [ "vendor-advisory" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/IH2RG5YTR6ZZOLUV3EUPZEIJR7XHJLVD/" }, { "url": "https://www.scyon.nl/post/trojans-in-your-source-code" }, { "url": "https://www.unicode.org/reports/tr36/" }, { "url": "https://www.unicode.org/reports/tr39/" }, { "url": "https://www.unicode.org/reports/tr31/" }, { "url": "https://www.unicode.org/reports/tr9/tr9-44.html#HL4" }, { "url": "https://www.starwindsoftware.com/security/sw-20220804-0002/" }, { "name": "GLSA-202210-09", "tags": [ "vendor-advisory" ], "url": "https://security.gentoo.org/glsa/202210-09" } ], "tags": [ "disputed" ] } }, "cveMetadata": { "assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca", "assignerShortName": "mitre", "cveId": "CVE-2021-42574", "datePublished": "2021-11-01T00:00:00", "dateReserved": "2021-10-18T00:00:00", "dateUpdated": "2024-08-04T03:38:49.283Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "vulnerability-lookup:meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2021-42574\",\"sourceIdentifier\":\"cve@mitre.org\",\"published\":\"2021-11-01T04:15:07.970\",\"lastModified\":\"2024-11-21T06:27:50.130\",\"vulnStatus\":\"Modified\",\"cveTags\":[{\"sourceIdentifier\":\"cve@mitre.org\",\"tags\":[\"disputed\"]}],\"descriptions\":[{\"lang\":\"en\",\"value\":\"An issue was discovered in the Bidirectional Algorithm in the Unicode Specification through 14.0. It permits the visual reordering of characters via control sequences, which can be used to craft source code that renders different logic than the logical ordering of tokens ingested by compilers and interpreters. Adversaries can leverage this to encode source code for compilers accepting Unicode such that targeted vulnerabilities are introduced invisibly to human reviewers. NOTE: the Unicode Consortium offers the following alternative approach to presenting this concern. An issue is noted in the nature of international text that can affect applications that implement support for The Unicode Standard and the Unicode Bidirectional Algorithm (all versions). Due to text display behavior when text includes left-to-right and right-to-left characters, the visual order of tokens may be different from their logical order. Additionally, control characters needed to fully support the requirements of bidirectional text can further obfuscate the logical order of tokens. Unless mitigated, an adversary could craft source code such that the ordering of tokens perceived by human reviewers does not match what will be processed by a compiler/interpreter/etc. The Unicode Consortium has documented this class of vulnerability in its document, Unicode Technical Report #36, Unicode Security Considerations. The Unicode Consortium also provides guidance on mitigations for this class of issues in Unicode Technical Standard #39, Unicode Security Mechanisms, and in Unicode Standard Annex #31, Unicode Identifier and Pattern Syntax. Also, the BIDI specification allows applications to tailor the implementation in ways that can mitigate misleading visual reordering in program text; see HL4 in Unicode Standard Annex #9, Unicode Bidirectional Algorithm.\"},{\"lang\":\"es\",\"value\":\"** EN DISPUTA** Se ha detectado un problema en el algoritmo bidireccional de la especificaci\u00f3n Unicode hasta la versi\u00f3n 14.0. Permite la reordenaci\u00f3n visual de los caracteres a trav\u00e9s de secuencias de control, lo que puede ser utilizado para crear c\u00f3digo fuente que se traduce en una l\u00f3gica diferente a la ordenaci\u00f3n l\u00f3gica de los tokens ingeridos por los compiladores e int\u00e9rpretes. Los adversarios pueden aprovechar esto para codificar el c\u00f3digo fuente de los compiladores que aceptan Unicode, de manera que las vulnerabilidades objetivo se introduzcan de forma invisible para los revisores humanos. NOTA: el Consorcio Unicode ofrece el siguiente enfoque alternativo para presentar esta preocupaci\u00f3n. Se observa un problema en la naturaleza del texto internacional que puede afectar a las aplicaciones que implementan la compatibilidad con el est\u00e1ndar Unicode y el algoritmo bidireccional Unicode (todas las versiones). Debido al comportamiento de la visualizaci\u00f3n del texto cuando \u00e9ste incluye caracteres de izquierda a derecha y de derecha a izquierda, el orden visual de los tokens puede ser diferente de su orden l\u00f3gico. Adem\u00e1s, los caracteres de control necesarios para cumplir los requisitos del texto bidireccional pueden ofuscar a\u00fan m\u00e1s el orden l\u00f3gico de las fichas. A menos que se mitigue, un adversario podr\u00eda elaborar el c\u00f3digo fuente de tal manera que el orden de los tokens percibido por los revisores humanos no coincida con el que ser\u00e1 procesado por un compilador/interpretador/etc. El Consorcio Unicode ha documentado esta clase de vulnerabilidad en su documento, Informe T\u00e9cnico de Unicode #36, Consideraciones de Seguridad de Unicode. El Consorcio Unicode tambi\u00e9n proporciona orientaci\u00f3n sobre las mitigaciones para esta clase de problemas en la Norma T\u00e9cnica de Unicode #39, Mecanismos de Seguridad de Unicode, y en el Anexo de la Norma de Unicode #31, Identificador de Unicode y Sintaxis de Patrones. Adem\u00e1s, la especificaci\u00f3n BIDI permite a las aplicaciones adaptar la implementaci\u00f3n de manera que pueda mitigar la reordenaci\u00f3n visual enga\u00f1osa en el texto del programa; v\u00e9ase HL4 en el Anexo #9 del Est\u00e1ndar Unicode, Algoritmo Bidireccional Unicode.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H\",\"baseScore\":8.3,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"REQUIRED\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.6,\"impactScore\":6.0}],\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:N/AC:H/Au:N/C:P/I:P/A:P\",\"baseScore\":5.1,\"accessVector\":\"NETWORK\",\"accessComplexity\":\"HIGH\",\"authentication\":\"NONE\",\"confidentialityImpact\":\"PARTIAL\",\"integrityImpact\":\"PARTIAL\",\"availabilityImpact\":\"PARTIAL\"},\"baseSeverity\":\"MEDIUM\",\"exploitabilityScore\":4.9,\"impactScore\":6.4,\"acInsufInfo\":false,\"obtainAllPrivilege\":false,\"obtainUserPrivilege\":false,\"obtainOtherPrivilege\":false,\"userInteractionRequired\":true}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-94\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:unicode:unicode:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"14.0.0\",\"matchCriteriaId\":\"FAB64729-AF3D-46C0-B3B9-1588B46C524A\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:fedoraproject:fedora:33:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"E460AA51-FCDA-46B9-AE97-E6676AA5E194\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:fedoraproject:fedora:34:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"A930E247-0B43-43CB-98FF-6CE7B8189835\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:fedoraproject:fedora:35:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"80E516C0-98A4-4ADE-B69F-66A772E2BAAA\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:starwindsoftware:starwind_virtual_san:v8r13:14398:*:*:*:*:*:*\",\"matchCriteriaId\":\"DE49F316-C502-4D7A-AA70-D7745AEDAA93\"}]}]}],\"references\":[{\"url\":\"http://www.openwall.com/lists/oss-security/2021/11/01/1\",\"source\":\"cve@mitre.org\",\"tags\":[\"Exploit\",\"Mailing List\",\"Mitigation\",\"Third Party Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2021/11/01/4\",\"source\":\"cve@mitre.org\",\"tags\":[\"Exploit\",\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2021/11/01/5\",\"source\":\"cve@mitre.org\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2021/11/01/6\",\"source\":\"cve@mitre.org\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2021/11/02/10\",\"source\":\"cve@mitre.org\",\"tags\":[\"Mailing List\"]},{\"url\":\"http://www.unicode.org/versions/Unicode14.0.0/\",\"source\":\"cve@mitre.org\",\"tags\":[\"Release Notes\",\"Vendor Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/IH2RG5YTR6ZZOLUV3EUPZEIJR7XHJLVD/\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/LQNTFF24ROHLVPLUOEISBN3F7QM27L4U/\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/QUPA37D57VPTDLSXOOGF4UXUEADOC4PQ/\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://security.gentoo.org/glsa/202210-09\",\"source\":\"cve@mitre.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://trojansource.codes\",\"source\":\"cve@mitre.org\",\"tags\":[\"Exploit\",\"Technical Description\",\"Third Party Advisory\"]},{\"url\":\"https://www.kb.cert.org/vuls/id/999008\",\"source\":\"cve@mitre.org\",\"tags\":[\"Third Party Advisory\",\"US Government Resource\"]},{\"url\":\"https://www.scyon.nl/post/trojans-in-your-source-code\",\"source\":\"cve@mitre.org\",\"tags\":[\"Exploit\",\"Mitigation\",\"Third Party Advisory\"]},{\"url\":\"https://www.starwindsoftware.com/security/sw-20220804-0002/\",\"source\":\"cve@mitre.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.unicode.org/reports/tr31/\",\"source\":\"cve@mitre.org\",\"tags\":[\"Technical Description\",\"Vendor Advisory\"]},{\"url\":\"https://www.unicode.org/reports/tr36/\",\"source\":\"cve@mitre.org\",\"tags\":[\"Technical Description\",\"Vendor Advisory\"]},{\"url\":\"https://www.unicode.org/reports/tr39/\",\"source\":\"cve@mitre.org\",\"tags\":[\"Technical Description\",\"Vendor Advisory\"]},{\"url\":\"https://www.unicode.org/reports/tr9/tr9-44.html#HL4\",\"source\":\"cve@mitre.org\",\"tags\":[\"Technical Description\",\"Vendor Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2021/11/01/1\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Exploit\",\"Mailing List\",\"Mitigation\",\"Third Party Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2021/11/01/4\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Exploit\",\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2021/11/01/5\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2021/11/01/6\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2021/11/02/10\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\"]},{\"url\":\"http://www.unicode.org/versions/Unicode14.0.0/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Release Notes\",\"Vendor Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/IH2RG5YTR6ZZOLUV3EUPZEIJR7XHJLVD/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/LQNTFF24ROHLVPLUOEISBN3F7QM27L4U/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/QUPA37D57VPTDLSXOOGF4UXUEADOC4PQ/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://security.gentoo.org/glsa/202210-09\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://trojansource.codes\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Exploit\",\"Technical Description\",\"Third Party Advisory\"]},{\"url\":\"https://www.kb.cert.org/vuls/id/999008\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\",\"US Government Resource\"]},{\"url\":\"https://www.scyon.nl/post/trojans-in-your-source-code\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Exploit\",\"Mitigation\",\"Third Party Advisory\"]},{\"url\":\"https://www.starwindsoftware.com/security/sw-20220804-0002/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.unicode.org/reports/tr31/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Technical Description\",\"Vendor Advisory\"]},{\"url\":\"https://www.unicode.org/reports/tr36/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Technical Description\",\"Vendor Advisory\"]},{\"url\":\"https://www.unicode.org/reports/tr39/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Technical Description\",\"Vendor Advisory\"]},{\"url\":\"https://www.unicode.org/reports/tr9/tr9-44.html#HL4\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Technical Description\",\"Vendor Advisory\"]}]}}", "vulnrichment": { "containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"http://www.unicode.org/versions/Unicode14.0.0/\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://trojansource.codes\", \"tags\": [\"x_transferred\"]}, {\"url\": \"http://www.openwall.com/lists/oss-security/2021/11/01/1\", \"name\": \"[oss-security] 20211101 CVE-2021-42574: rustc 1.56.0 and bidirectional-override codepoints in source code\", \"tags\": [\"mailing-list\", \"x_transferred\"]}, {\"url\": \"http://www.openwall.com/lists/oss-security/2021/11/01/4\", \"name\": \"[oss-security] 20211101 Re: CVE-2021-42574: rustc 1.56.0 and bidirectional-override codepoints in source code\", \"tags\": [\"mailing-list\", \"x_transferred\"]}, {\"url\": \"http://www.openwall.com/lists/oss-security/2021/11/01/6\", \"name\": \"[oss-security] 20211101 Trojan Source Attacks\", \"tags\": [\"mailing-list\", \"x_transferred\"]}, {\"url\": \"http://www.openwall.com/lists/oss-security/2021/11/01/5\", \"name\": \"[oss-security] 20211102 Re: CVE-2021-42574: rustc 1.56.0 and bidirectional-override codepoints in source code\", \"tags\": [\"mailing-list\", \"x_transferred\"]}, {\"url\": \"http://www.openwall.com/lists/oss-security/2021/11/02/10\", \"name\": \"[oss-security] 20211102 Re: Trojan Source Attacks\", \"tags\": [\"mailing-list\", \"x_transferred\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/QUPA37D57VPTDLSXOOGF4UXUEADOC4PQ/\", \"name\": \"FEDORA-2021-0578e23912\", \"tags\": [\"vendor-advisory\", \"x_transferred\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/LQNTFF24ROHLVPLUOEISBN3F7QM27L4U/\", \"name\": \"FEDORA-2021-7ad3a01f6a\", \"tags\": [\"vendor-advisory\", \"x_transferred\"]}, {\"url\": \"https://www.kb.cert.org/vuls/id/999008\", \"name\": \"VU#999008\", \"tags\": [\"third-party-advisory\", \"x_transferred\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/IH2RG5YTR6ZZOLUV3EUPZEIJR7XHJLVD/\", \"name\": \"FEDORA-2021-443139f67c\", \"tags\": [\"vendor-advisory\", \"x_transferred\"]}, {\"url\": \"https://www.scyon.nl/post/trojans-in-your-source-code\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://www.unicode.org/reports/tr36/\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://www.unicode.org/reports/tr39/\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://www.unicode.org/reports/tr31/\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://www.unicode.org/reports/tr9/tr9-44.html#HL4\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://www.starwindsoftware.com/security/sw-20220804-0002/\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://security.gentoo.org/glsa/202210-09\", \"name\": \"GLSA-202210-09\", \"tags\": [\"vendor-advisory\", \"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-04T03:38:49.283Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2021-42574\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"poc\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-06-11T15:16:49.504878Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-06-11T15:16:54.431Z\"}}], \"cna\": {\"tags\": [\"disputed\"], \"affected\": [{\"vendor\": \"n/a\", \"product\": \"n/a\", \"versions\": [{\"status\": \"affected\", \"version\": \"n/a\"}]}], \"references\": [{\"url\": \"http://www.unicode.org/versions/Unicode14.0.0/\"}, {\"url\": \"https://trojansource.codes\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2021/11/01/1\", \"name\": \"[oss-security] 20211101 CVE-2021-42574: rustc 1.56.0 and bidirectional-override codepoints in source code\", \"tags\": [\"mailing-list\"]}, {\"url\": \"http://www.openwall.com/lists/oss-security/2021/11/01/4\", \"name\": \"[oss-security] 20211101 Re: CVE-2021-42574: rustc 1.56.0 and bidirectional-override codepoints in source code\", \"tags\": [\"mailing-list\"]}, {\"url\": \"http://www.openwall.com/lists/oss-security/2021/11/01/6\", \"name\": \"[oss-security] 20211101 Trojan Source Attacks\", \"tags\": [\"mailing-list\"]}, {\"url\": \"http://www.openwall.com/lists/oss-security/2021/11/01/5\", \"name\": \"[oss-security] 20211102 Re: CVE-2021-42574: rustc 1.56.0 and bidirectional-override codepoints in source code\", \"tags\": [\"mailing-list\"]}, {\"url\": \"http://www.openwall.com/lists/oss-security/2021/11/02/10\", \"name\": \"[oss-security] 20211102 Re: Trojan Source Attacks\", \"tags\": [\"mailing-list\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/QUPA37D57VPTDLSXOOGF4UXUEADOC4PQ/\", \"name\": \"FEDORA-2021-0578e23912\", \"tags\": [\"vendor-advisory\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/LQNTFF24ROHLVPLUOEISBN3F7QM27L4U/\", \"name\": \"FEDORA-2021-7ad3a01f6a\", \"tags\": [\"vendor-advisory\"]}, {\"url\": \"https://www.kb.cert.org/vuls/id/999008\", \"name\": \"VU#999008\", \"tags\": [\"third-party-advisory\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/IH2RG5YTR6ZZOLUV3EUPZEIJR7XHJLVD/\", \"name\": \"FEDORA-2021-443139f67c\", \"tags\": [\"vendor-advisory\"]}, {\"url\": \"https://www.scyon.nl/post/trojans-in-your-source-code\"}, {\"url\": \"https://www.unicode.org/reports/tr36/\"}, {\"url\": \"https://www.unicode.org/reports/tr39/\"}, {\"url\": \"https://www.unicode.org/reports/tr31/\"}, {\"url\": \"https://www.unicode.org/reports/tr9/tr9-44.html#HL4\"}, {\"url\": \"https://www.starwindsoftware.com/security/sw-20220804-0002/\"}, {\"url\": \"https://security.gentoo.org/glsa/202210-09\", \"name\": \"GLSA-202210-09\", \"tags\": [\"vendor-advisory\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"An issue was discovered in the Bidirectional Algorithm in the Unicode Specification through 14.0. It permits the visual reordering of characters via control sequences, which can be used to craft source code that renders different logic than the logical ordering of tokens ingested by compilers and interpreters. Adversaries can leverage this to encode source code for compilers accepting Unicode such that targeted vulnerabilities are introduced invisibly to human reviewers. NOTE: the Unicode Consortium offers the following alternative approach to presenting this concern. An issue is noted in the nature of international text that can affect applications that implement support for The Unicode Standard and the Unicode Bidirectional Algorithm (all versions). Due to text display behavior when text includes left-to-right and right-to-left characters, the visual order of tokens may be different from their logical order. Additionally, control characters needed to fully support the requirements of bidirectional text can further obfuscate the logical order of tokens. Unless mitigated, an adversary could craft source code such that the ordering of tokens perceived by human reviewers does not match what will be processed by a compiler/interpreter/etc. The Unicode Consortium has documented this class of vulnerability in its document, Unicode Technical Report #36, Unicode Security Considerations. The Unicode Consortium also provides guidance on mitigations for this class of issues in Unicode Technical Standard #39, Unicode Security Mechanisms, and in Unicode Standard Annex #31, Unicode Identifier and Pattern Syntax. Also, the BIDI specification allows applications to tailor the implementation in ways that can mitigate misleading visual reordering in program text; see HL4 in Unicode Standard Annex #9, Unicode Bidirectional Algorithm.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"text\", \"description\": \"n/a\"}]}], \"providerMetadata\": {\"orgId\": \"8254265b-2729-46b6-b9e3-3dfca2d5bfca\", \"shortName\": \"mitre\", \"dateUpdated\": \"2022-10-16T00:00:00\"}}}", "cveMetadata": "{\"cveId\": \"CVE-2021-42574\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2024-08-04T03:38:49.283Z\", \"dateReserved\": \"2021-10-18T00:00:00\", \"assignerOrgId\": \"8254265b-2729-46b6-b9e3-3dfca2d5bfca\", \"datePublished\": \"2021-11-01T00:00:00\", \"assignerShortName\": \"mitre\"}", "dataType": "CVE_RECORD", "dataVersion": "5.1" } } }
rhsa-2021:4601
Vulnerability from csaf_redhat
Notes
{ "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 binutils is now available for Red Hat Enterprise Linux 8.2 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of 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": "The binutils packages provide a collection of binary utilities for the manipulation of object code in various object file formats. It includes the ar, as, gprof, ld, nm, objcopy, objdump, ranlib, readelf, size, strings, strip, and addr2line utilities.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in binutils in order to facilitate detection of BiDi Unicode characters:\n\nTools which display names or strings (readelf, strings, nm, objdump) have a new command line option --unicode / -U which controls how Unicode characters are handled.\n\nUsing \"--unicode=default\" will treat them as normal for the tool. This is the default behaviour when --unicode option is not used.\nUsing \"--unicode=locale\" will display them according to the current locale.\nUsing \"--unicode=hex\" will display them as hex byte values.\nUsing \"--unicode=escape\" will display them as Unicode escape sequences.\nUsing \"--unicode=highlight\" will display them as Unicode escape sequences highlighted in red, if supported by the output device.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4601", "url": "https://access.redhat.com/errata/RHSA-2021:4601" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4601.json" } ], "title": "Red Hat Security Advisory: binutils security update", "tracking": { "current_release_date": "2025-09-25T12:35:51+00:00", "generator": { "date": "2025-09-25T12:35:51+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.8" } }, "id": "RHSA-2021:4601", "initial_release_date": "2021-11-10T09:52:11+00:00", "revision_history": [ { "date": "2021-11-10T09:52:11+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-10T09:52:11+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-25T12:35:51+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:8.2::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product": { "name": "Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_eus:8.2::baseos" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.30-73.el8_2.1.aarch64", "product": { "name": "binutils-devel-0:2.30-73.el8_2.1.aarch64", "product_id": "binutils-devel-0:2.30-73.el8_2.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.30-73.el8_2.1?arch=aarch64" } } }, { "category": "product_version", "name": "binutils-debugsource-0:2.30-73.el8_2.1.aarch64", "product": { "name": "binutils-debugsource-0:2.30-73.el8_2.1.aarch64", "product_id": "binutils-debugsource-0:2.30-73.el8_2.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debugsource@2.30-73.el8_2.1?arch=aarch64" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.30-73.el8_2.1.aarch64", "product": { "name": "binutils-debuginfo-0:2.30-73.el8_2.1.aarch64", "product_id": "binutils-debuginfo-0:2.30-73.el8_2.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.30-73.el8_2.1?arch=aarch64" } } }, { "category": "product_version", "name": "binutils-0:2.30-73.el8_2.1.aarch64", "product": { "name": "binutils-0:2.30-73.el8_2.1.aarch64", "product_id": "binutils-0:2.30-73.el8_2.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.30-73.el8_2.1?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.30-73.el8_2.1.ppc64le", "product": { "name": "binutils-devel-0:2.30-73.el8_2.1.ppc64le", "product_id": "binutils-devel-0:2.30-73.el8_2.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.30-73.el8_2.1?arch=ppc64le" } } }, { "category": "product_version", "name": "binutils-debugsource-0:2.30-73.el8_2.1.ppc64le", "product": { "name": "binutils-debugsource-0:2.30-73.el8_2.1.ppc64le", "product_id": "binutils-debugsource-0:2.30-73.el8_2.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debugsource@2.30-73.el8_2.1?arch=ppc64le" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.30-73.el8_2.1.ppc64le", "product": { "name": "binutils-debuginfo-0:2.30-73.el8_2.1.ppc64le", "product_id": "binutils-debuginfo-0:2.30-73.el8_2.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.30-73.el8_2.1?arch=ppc64le" } } }, { "category": "product_version", "name": "binutils-0:2.30-73.el8_2.1.ppc64le", "product": { "name": "binutils-0:2.30-73.el8_2.1.ppc64le", "product_id": "binutils-0:2.30-73.el8_2.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.30-73.el8_2.1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.30-73.el8_2.1.i686", "product": { "name": "binutils-devel-0:2.30-73.el8_2.1.i686", "product_id": "binutils-devel-0:2.30-73.el8_2.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.30-73.el8_2.1?arch=i686" } } }, { "category": "product_version", "name": "binutils-debugsource-0:2.30-73.el8_2.1.i686", "product": { "name": "binutils-debugsource-0:2.30-73.el8_2.1.i686", "product_id": "binutils-debugsource-0:2.30-73.el8_2.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debugsource@2.30-73.el8_2.1?arch=i686" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.30-73.el8_2.1.i686", "product": { "name": "binutils-debuginfo-0:2.30-73.el8_2.1.i686", "product_id": "binutils-debuginfo-0:2.30-73.el8_2.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.30-73.el8_2.1?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.30-73.el8_2.1.x86_64", "product": { "name": "binutils-devel-0:2.30-73.el8_2.1.x86_64", "product_id": "binutils-devel-0:2.30-73.el8_2.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.30-73.el8_2.1?arch=x86_64" } } }, { "category": "product_version", "name": "binutils-debugsource-0:2.30-73.el8_2.1.x86_64", "product": { "name": "binutils-debugsource-0:2.30-73.el8_2.1.x86_64", "product_id": "binutils-debugsource-0:2.30-73.el8_2.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debugsource@2.30-73.el8_2.1?arch=x86_64" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.30-73.el8_2.1.x86_64", "product": { "name": "binutils-debuginfo-0:2.30-73.el8_2.1.x86_64", "product_id": "binutils-debuginfo-0:2.30-73.el8_2.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.30-73.el8_2.1?arch=x86_64" } } }, { "category": "product_version", "name": "binutils-0:2.30-73.el8_2.1.x86_64", "product": { "name": "binutils-0:2.30-73.el8_2.1.x86_64", "product_id": "binutils-0:2.30-73.el8_2.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.30-73.el8_2.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.30-73.el8_2.1.s390x", "product": { "name": "binutils-devel-0:2.30-73.el8_2.1.s390x", "product_id": "binutils-devel-0:2.30-73.el8_2.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.30-73.el8_2.1?arch=s390x" } } }, { "category": "product_version", "name": "binutils-debugsource-0:2.30-73.el8_2.1.s390x", "product": { "name": "binutils-debugsource-0:2.30-73.el8_2.1.s390x", "product_id": "binutils-debugsource-0:2.30-73.el8_2.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debugsource@2.30-73.el8_2.1?arch=s390x" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.30-73.el8_2.1.s390x", "product": { "name": "binutils-debuginfo-0:2.30-73.el8_2.1.s390x", "product_id": "binutils-debuginfo-0:2.30-73.el8_2.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.30-73.el8_2.1?arch=s390x" } } }, { "category": "product_version", "name": "binutils-0:2.30-73.el8_2.1.s390x", "product": { "name": "binutils-0:2.30-73.el8_2.1.s390x", "product_id": "binutils-0:2.30-73.el8_2.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.30-73.el8_2.1?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "binutils-0:2.30-73.el8_2.1.src", "product": { "name": "binutils-0:2.30-73.el8_2.1.src", "product_id": "binutils-0:2.30-73.el8_2.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.30-73.el8_2.1?arch=src" } } } ], "category": "architecture", "name": "src" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-73.el8_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.aarch64" }, "product_reference": "binutils-0:2.30-73.el8_2.1.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-73.el8_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.ppc64le" }, "product_reference": "binutils-0:2.30-73.el8_2.1.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-73.el8_2.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.s390x" }, "product_reference": "binutils-0:2.30-73.el8_2.1.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-73.el8_2.1.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.src" }, "product_reference": "binutils-0:2.30-73.el8_2.1.src", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-73.el8_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.x86_64" }, "product_reference": "binutils-0:2.30-73.el8_2.1.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-73.el8_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.aarch64" }, "product_reference": "binutils-debuginfo-0:2.30-73.el8_2.1.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-73.el8_2.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.i686" }, "product_reference": "binutils-debuginfo-0:2.30-73.el8_2.1.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-73.el8_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.ppc64le" }, "product_reference": "binutils-debuginfo-0:2.30-73.el8_2.1.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-73.el8_2.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.s390x" }, "product_reference": "binutils-debuginfo-0:2.30-73.el8_2.1.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-73.el8_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.x86_64" }, "product_reference": "binutils-debuginfo-0:2.30-73.el8_2.1.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-73.el8_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.aarch64" }, "product_reference": "binutils-debugsource-0:2.30-73.el8_2.1.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-73.el8_2.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.i686" }, "product_reference": "binutils-debugsource-0:2.30-73.el8_2.1.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-73.el8_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.ppc64le" }, "product_reference": "binutils-debugsource-0:2.30-73.el8_2.1.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-73.el8_2.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.s390x" }, "product_reference": "binutils-debugsource-0:2.30-73.el8_2.1.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-73.el8_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.x86_64" }, "product_reference": "binutils-debugsource-0:2.30-73.el8_2.1.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-73.el8_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.aarch64" }, "product_reference": "binutils-devel-0:2.30-73.el8_2.1.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-73.el8_2.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.i686" }, "product_reference": "binutils-devel-0:2.30-73.el8_2.1.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-73.el8_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.ppc64le" }, "product_reference": "binutils-devel-0:2.30-73.el8_2.1.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-73.el8_2.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.s390x" }, "product_reference": "binutils-devel-0:2.30-73.el8_2.1.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-73.el8_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.x86_64" }, "product_reference": "binutils-devel-0:2.30-73.el8_2.1.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-73.el8_2.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.aarch64" }, "product_reference": "binutils-0:2.30-73.el8_2.1.aarch64", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-73.el8_2.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.ppc64le" }, "product_reference": "binutils-0:2.30-73.el8_2.1.ppc64le", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-73.el8_2.1.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.s390x" }, "product_reference": "binutils-0:2.30-73.el8_2.1.s390x", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-73.el8_2.1.src as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.src" }, "product_reference": "binutils-0:2.30-73.el8_2.1.src", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-73.el8_2.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.x86_64" }, "product_reference": "binutils-0:2.30-73.el8_2.1.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-73.el8_2.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.aarch64" }, "product_reference": "binutils-debuginfo-0:2.30-73.el8_2.1.aarch64", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-73.el8_2.1.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.i686" }, "product_reference": "binutils-debuginfo-0:2.30-73.el8_2.1.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-73.el8_2.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.ppc64le" }, "product_reference": "binutils-debuginfo-0:2.30-73.el8_2.1.ppc64le", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-73.el8_2.1.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.s390x" }, "product_reference": "binutils-debuginfo-0:2.30-73.el8_2.1.s390x", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-73.el8_2.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.x86_64" }, "product_reference": "binutils-debuginfo-0:2.30-73.el8_2.1.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-73.el8_2.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.aarch64" }, "product_reference": "binutils-debugsource-0:2.30-73.el8_2.1.aarch64", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-73.el8_2.1.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.i686" }, "product_reference": "binutils-debugsource-0:2.30-73.el8_2.1.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-73.el8_2.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.ppc64le" }, "product_reference": "binutils-debugsource-0:2.30-73.el8_2.1.ppc64le", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-73.el8_2.1.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.s390x" }, "product_reference": "binutils-debugsource-0:2.30-73.el8_2.1.s390x", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-73.el8_2.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.x86_64" }, "product_reference": "binutils-debugsource-0:2.30-73.el8_2.1.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-73.el8_2.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.aarch64" }, "product_reference": "binutils-devel-0:2.30-73.el8_2.1.aarch64", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-73.el8_2.1.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.i686" }, "product_reference": "binutils-devel-0:2.30-73.el8_2.1.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-73.el8_2.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.ppc64le" }, "product_reference": "binutils-devel-0:2.30-73.el8_2.1.ppc64le", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-73.el8_2.1.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.s390x" }, "product_reference": "binutils-devel-0:2.30-73.el8_2.1.s390x", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-73.el8_2.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.x86_64" }, "product_reference": "binutils-devel-0:2.30-73.el8_2.1.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "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.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.src", "AppStream-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.x86_64", "AppStream-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.i686", "AppStream-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.x86_64", "AppStream-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.i686", "AppStream-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.x86_64", "AppStream-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.i686", "AppStream-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.x86_64", "BaseOS-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.aarch64", "BaseOS-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.ppc64le", "BaseOS-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.s390x", "BaseOS-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.src", "BaseOS-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.x86_64", "BaseOS-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.aarch64", "BaseOS-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.i686", "BaseOS-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.ppc64le", "BaseOS-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.s390x", "BaseOS-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.x86_64", "BaseOS-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.aarch64", "BaseOS-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.i686", "BaseOS-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.ppc64le", "BaseOS-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.s390x", "BaseOS-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.x86_64", "BaseOS-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.aarch64", "BaseOS-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.i686", "BaseOS-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.ppc64le", "BaseOS-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.s390x", "BaseOS-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-10T09:52:11+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.src", "AppStream-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.x86_64", "AppStream-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.i686", "AppStream-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.x86_64", "AppStream-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.i686", "AppStream-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.x86_64", "AppStream-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.i686", "AppStream-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.x86_64", "BaseOS-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.aarch64", "BaseOS-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.ppc64le", "BaseOS-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.s390x", "BaseOS-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.src", "BaseOS-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.x86_64", "BaseOS-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.aarch64", "BaseOS-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.i686", "BaseOS-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.ppc64le", "BaseOS-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.s390x", "BaseOS-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.x86_64", "BaseOS-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.aarch64", "BaseOS-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.i686", "BaseOS-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.ppc64le", "BaseOS-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.s390x", "BaseOS-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.x86_64", "BaseOS-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.aarch64", "BaseOS-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.i686", "BaseOS-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.ppc64le", "BaseOS-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.s390x", "BaseOS-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4601" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "AppStream-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.src", "AppStream-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.x86_64", "AppStream-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.i686", "AppStream-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.x86_64", "AppStream-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.i686", "AppStream-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.x86_64", "AppStream-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.i686", "AppStream-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.x86_64", "BaseOS-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.aarch64", "BaseOS-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.ppc64le", "BaseOS-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.s390x", "BaseOS-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.src", "BaseOS-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.x86_64", "BaseOS-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.aarch64", "BaseOS-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.i686", "BaseOS-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.ppc64le", "BaseOS-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.s390x", "BaseOS-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.x86_64", "BaseOS-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.aarch64", "BaseOS-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.i686", "BaseOS-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.ppc64le", "BaseOS-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.s390x", "BaseOS-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.x86_64", "BaseOS-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.aarch64", "BaseOS-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.i686", "BaseOS-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.ppc64le", "BaseOS-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.s390x", "BaseOS-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.src", "AppStream-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.x86_64", "AppStream-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.i686", "AppStream-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.x86_64", "AppStream-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.i686", "AppStream-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.x86_64", "AppStream-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.i686", "AppStream-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.x86_64", "BaseOS-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.aarch64", "BaseOS-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.ppc64le", "BaseOS-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.s390x", "BaseOS-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.src", "BaseOS-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.x86_64", "BaseOS-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.aarch64", "BaseOS-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.i686", "BaseOS-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.ppc64le", "BaseOS-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.s390x", "BaseOS-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.x86_64", "BaseOS-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.aarch64", "BaseOS-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.i686", "BaseOS-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.ppc64le", "BaseOS-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.s390x", "BaseOS-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.x86_64", "BaseOS-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.aarch64", "BaseOS-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.i686", "BaseOS-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.ppc64le", "BaseOS-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.s390x", "BaseOS-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
RHSA-2021:4585
Vulnerability from csaf_redhat
Notes
{ "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 gcc-toolset-10-gcc 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": "The gcc packages provide compilers for C, C++, Java, Fortran, Objective C, and Ada 95 GNU, as well as related support libraries.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in gcc in order to facilitate detection of BiDi Unicode characters:\n\nThis update implements a new warning option -Wbidirectional to warn about possibly dangerous bidirectional characters.\n\nThere are three levels of warning supported by gcc:\n\"-Wbidirectional=unpaired\", which warns about improperly terminated BiDi contexts. (This is the default.)\n\"-Wbidirectional=none\", which turns the warning off.\n\"-Wbidirectional=any\", which warns about any use of bidirectional characters.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4585", "url": "https://access.redhat.com/errata/RHSA-2021:4585" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4585.json" } ], "title": "Red Hat Security Advisory: gcc-toolset-10-gcc security update", "tracking": { "current_release_date": "2025-09-25T12:35:44+00:00", "generator": { "date": "2025-09-25T12:35:44+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.8" } }, "id": "RHSA-2021:4585", "initial_release_date": "2021-11-10T09:07:10+00:00", "revision_history": [ { "date": "2021-11-10T09:07:10+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-10T09:07:10+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-25T12:35: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. 8)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } }, { "category": "product_name", "name": "Red Hat CodeReady Linux Builder (v. 8)", "product": { "name": "Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::crb" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.src", "product": { "name": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.src", "product_id": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc@10.3.1-1.2.el8_5?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc@10.3.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-c%2B%2B@10.3.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-gdb-plugin@10.3.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-gfortran@10.3.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libasan-devel@10.3.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libatomic-devel@10.3.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libitm-devel@10.3.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-liblsan-devel@10.3.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libstdc%2B%2B-devel@10.3.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libstdc%2B%2B-docs@10.3.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libtsan-devel@10.3.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libubsan-devel@10.3.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libasan6-0:10.3.1-1.2.el8_5.aarch64", "product": { "name": "libasan6-0:10.3.1-1.2.el8_5.aarch64", "product_id": "libasan6-0:10.3.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6@10.3.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-c%2B%2B-debuginfo@10.3.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-debuginfo@10.3.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-gdb-plugin-debuginfo@10.3.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-gfortran-debuginfo@10.3.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-plugin-devel-debuginfo@10.3.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libgccjit-debuginfo@10.3.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "product": { "name": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "product_id": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6-debuginfo@10.3.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-plugin-devel@10.3.1-1.2.el8_5?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc@10.3.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-c%2B%2B@10.3.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-gdb-plugin@10.3.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-gfortran@10.3.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libasan-devel@10.3.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libatomic-devel@10.3.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libitm-devel@10.3.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-liblsan-devel@10.3.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libquadmath-devel@10.3.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libstdc%2B%2B-devel@10.3.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libstdc%2B%2B-docs@10.3.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libtsan-devel@10.3.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libubsan-devel@10.3.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libasan6-0:10.3.1-1.2.el8_5.ppc64le", "product": { "name": "libasan6-0:10.3.1-1.2.el8_5.ppc64le", "product_id": "libasan6-0:10.3.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6@10.3.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-c%2B%2B-debuginfo@10.3.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-debuginfo@10.3.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-gdb-plugin-debuginfo@10.3.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-gfortran-debuginfo@10.3.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-plugin-devel-debuginfo@10.3.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libgccjit-debuginfo@10.3.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-offload-nvptx-debuginfo@10.3.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "product": { "name": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "product_id": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6-debuginfo@10.3.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-plugin-devel@10.3.1-1.2.el8_5?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc@10.3.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-c%2B%2B@10.3.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-gdb-plugin@10.3.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-gfortran@10.3.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libasan-devel@10.3.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libatomic-devel@10.3.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libitm-devel@10.3.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-liblsan-devel@10.3.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libquadmath-devel@10.3.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libstdc%2B%2B-devel@10.3.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libstdc%2B%2B-docs@10.3.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libtsan-devel@10.3.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libubsan-devel@10.3.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libasan6-0:10.3.1-1.2.el8_5.x86_64", "product": { "name": "libasan6-0:10.3.1-1.2.el8_5.x86_64", "product_id": "libasan6-0:10.3.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6@10.3.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-c%2B%2B-debuginfo@10.3.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-debuginfo@10.3.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-gdb-plugin-debuginfo@10.3.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-gfortran-debuginfo@10.3.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-plugin-devel-debuginfo@10.3.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libgccjit-debuginfo@10.3.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-offload-nvptx-debuginfo@10.3.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "product": { "name": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "product_id": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6-debuginfo@10.3.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-plugin-devel@10.3.1-1.2.el8_5?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.i686", "product_id": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libasan-devel@10.3.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.i686", "product_id": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libatomic-devel@10.3.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.i686", "product_id": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libitm-devel@10.3.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.i686", "product_id": "gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libquadmath-devel@10.3.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.i686", "product_id": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libstdc%2B%2B-devel@10.3.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.i686", "product_id": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libubsan-devel@10.3.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libasan6-0:10.3.1-1.2.el8_5.i686", "product": { "name": "libasan6-0:10.3.1-1.2.el8_5.i686", "product_id": "libasan6-0:10.3.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6@10.3.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.i686", "product_id": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-c%2B%2B-debuginfo@10.3.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.i686", "product_id": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-debuginfo@10.3.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.i686", "product_id": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-gdb-plugin-debuginfo@10.3.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.i686", "product_id": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-gfortran-debuginfo@10.3.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.i686", "product_id": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-plugin-devel-debuginfo@10.3.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.i686", "product_id": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libgccjit-debuginfo@10.3.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.i686", "product": { "name": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.i686", "product_id": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6-debuginfo@10.3.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.i686", "product_id": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-plugin-devel@10.3.1-1.2.el8_5?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc@10.3.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-c%2B%2B@10.3.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-gdb-plugin@10.3.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-gfortran@10.3.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libasan-devel@10.3.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libatomic-devel@10.3.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libitm-devel@10.3.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libstdc%2B%2B-devel@10.3.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libstdc%2B%2B-docs@10.3.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libubsan-devel@10.3.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "libasan6-0:10.3.1-1.2.el8_5.s390x", "product": { "name": "libasan6-0:10.3.1-1.2.el8_5.s390x", "product_id": "libasan6-0:10.3.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6@10.3.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-c%2B%2B-debuginfo@10.3.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-debuginfo@10.3.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-gdb-plugin-debuginfo@10.3.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-gfortran-debuginfo@10.3.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-plugin-devel-debuginfo@10.3.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libgccjit-debuginfo@10.3.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.s390x", "product": { "name": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.s390x", "product_id": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6-debuginfo@10.3.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-plugin-devel@10.3.1-1.2.el8_5?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.src as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.src" }, "product_reference": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.src", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "libasan6-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "libasan6-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "libasan6-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "libasan6-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "libasan6-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.src as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.src" }, "product_reference": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.src", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "libasan6-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "libasan6-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "libasan6-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "libasan6-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "libasan6-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "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.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.src", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.src", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-10T09:07:10+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.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.src", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.src", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4585" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.src", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.src", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.src", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.src", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
rhsa-2021:4586
Vulnerability from csaf_redhat
Notes
{ "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 gcc-toolset-11-gcc 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": "The gcc packages provide compilers for C, C++, Java, Fortran, Objective C, and Ada 95 GNU, as well as related support libraries.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in gcc in order to facilitate detection of BiDi Unicode characters:\n\nThis update implements a new warning option -Wbidirectional to warn about possibly dangerous bidirectional characters.\n\nThere are three levels of warning supported by gcc:\n\"-Wbidirectional=unpaired\", which warns about improperly terminated BiDi contexts. (This is the default.)\n\"-Wbidirectional=none\", which turns the warning off.\n\"-Wbidirectional=any\", which warns about any use of bidirectional characters.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4586", "url": "https://access.redhat.com/errata/RHSA-2021:4586" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4586.json" } ], "title": "Red Hat Security Advisory: gcc-toolset-11-gcc security update", "tracking": { "current_release_date": "2025-09-25T12:35:48+00:00", "generator": { "date": "2025-09-25T12:35:48+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.8" } }, "id": "RHSA-2021:4586", "initial_release_date": "2021-11-10T09:20:18+00:00", "revision_history": [ { "date": "2021-11-10T09:20:18+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-10T09:20:18+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-25T12:35:48+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.5.0.Z.MAIN", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.src", "product": { "name": "gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.src", "product_id": "gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc@11.2.1-1.2.el8_5?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc@11.2.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-c%2B%2B@11.2.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-gdb-plugin@11.2.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-gfortran@11.2.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-plugin-devel@11.2.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libasan-devel@11.2.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libatomic-devel@11.2.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libgccjit@11.2.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libgccjit-devel@11.2.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libgccjit-docs@11.2.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libitm-devel@11.2.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-liblsan-devel@11.2.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libstdc%2B%2B-devel@11.2.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libstdc%2B%2B-docs@11.2.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libtsan-devel@11.2.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libubsan-devel@11.2.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libasan6-0:11.2.1-1.2.el8_5.aarch64", "product": { "name": "libasan6-0:11.2.1-1.2.el8_5.aarch64", "product_id": "libasan6-0:11.2.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6@11.2.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-c%2B%2B-debuginfo@11.2.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-debuginfo@11.2.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-gdb-plugin-debuginfo@11.2.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-gfortran-debuginfo@11.2.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-plugin-devel-debuginfo@11.2.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libgccjit-debuginfo@11.2.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libasan6-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "product": { "name": "libasan6-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "product_id": "libasan6-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6-debuginfo@11.2.1-1.2.el8_5?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc@11.2.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-c%2B%2B@11.2.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-gdb-plugin@11.2.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-gfortran@11.2.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-plugin-devel@11.2.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libasan-devel@11.2.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libatomic-devel@11.2.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libgccjit@11.2.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libgccjit-devel@11.2.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libgccjit-docs@11.2.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libitm-devel@11.2.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-liblsan-devel@11.2.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libquadmath-devel@11.2.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libstdc%2B%2B-devel@11.2.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libstdc%2B%2B-docs@11.2.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libtsan-devel@11.2.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libubsan-devel@11.2.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libasan6-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "libasan6-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "libasan6-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6@11.2.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-c%2B%2B-debuginfo@11.2.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-debuginfo@11.2.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-gdb-plugin-debuginfo@11.2.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-gfortran-debuginfo@11.2.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-plugin-devel-debuginfo@11.2.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libgccjit-debuginfo@11.2.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-offload-nvptx-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-11-offload-nvptx-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-11-offload-nvptx-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-offload-nvptx-debuginfo@11.2.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libasan6-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "libasan6-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "libasan6-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6-debuginfo@11.2.1-1.2.el8_5?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc@11.2.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-c%2B%2B@11.2.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-gdb-plugin@11.2.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-gfortran@11.2.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-plugin-devel@11.2.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libasan-devel@11.2.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libatomic-devel@11.2.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libgccjit@11.2.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libgccjit-devel@11.2.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libgccjit-docs@11.2.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libitm-devel@11.2.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-liblsan-devel@11.2.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libquadmath-devel@11.2.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libstdc%2B%2B-devel@11.2.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libstdc%2B%2B-docs@11.2.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libtsan-devel@11.2.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libubsan-devel@11.2.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libasan6-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "libasan6-0:11.2.1-1.2.el8_5.x86_64", "product_id": "libasan6-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6@11.2.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-c%2B%2B-debuginfo@11.2.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-debuginfo@11.2.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-gdb-plugin-debuginfo@11.2.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-gfortran-debuginfo@11.2.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-plugin-devel-debuginfo@11.2.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libgccjit-debuginfo@11.2.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-offload-nvptx-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-11-offload-nvptx-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-11-offload-nvptx-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-offload-nvptx-debuginfo@11.2.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libasan6-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "libasan6-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "product_id": "libasan6-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6-debuginfo@11.2.1-1.2.el8_5?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.i686", "product_id": "gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-plugin-devel@11.2.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.i686", "product_id": "gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libasan-devel@11.2.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.i686", "product_id": "gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libatomic-devel@11.2.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.i686", "product_id": "gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libgccjit-devel@11.2.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.i686", "product_id": "gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libitm-devel@11.2.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.i686", "product_id": "gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libquadmath-devel@11.2.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.i686", "product_id": "gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libstdc%2B%2B-devel@11.2.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.i686", "product_id": "gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libubsan-devel@11.2.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libasan6-0:11.2.1-1.2.el8_5.i686", "product": { "name": "libasan6-0:11.2.1-1.2.el8_5.i686", "product_id": "libasan6-0:11.2.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6@11.2.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.i686", "product_id": "gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-c%2B%2B-debuginfo@11.2.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.i686", "product_id": "gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-debuginfo@11.2.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.i686", "product_id": "gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-gdb-plugin-debuginfo@11.2.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.i686", "product_id": "gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-gfortran-debuginfo@11.2.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.i686", "product_id": "gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-plugin-devel-debuginfo@11.2.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.i686", "product_id": "gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libgccjit-debuginfo@11.2.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libasan6-debuginfo-0:11.2.1-1.2.el8_5.i686", "product": { "name": "libasan6-debuginfo-0:11.2.1-1.2.el8_5.i686", "product_id": "libasan6-debuginfo-0:11.2.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6-debuginfo@11.2.1-1.2.el8_5?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc@11.2.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-c%2B%2B@11.2.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-gdb-plugin@11.2.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-gfortran@11.2.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-plugin-devel@11.2.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libasan-devel@11.2.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libatomic-devel@11.2.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libgccjit@11.2.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libgccjit-devel@11.2.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libgccjit-docs@11.2.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libitm-devel@11.2.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libstdc%2B%2B-devel@11.2.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libstdc%2B%2B-docs@11.2.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libubsan-devel@11.2.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "libasan6-0:11.2.1-1.2.el8_5.s390x", "product": { "name": "libasan6-0:11.2.1-1.2.el8_5.s390x", "product_id": "libasan6-0:11.2.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6@11.2.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-c%2B%2B-debuginfo@11.2.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-debuginfo@11.2.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-gdb-plugin-debuginfo@11.2.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-gfortran-debuginfo@11.2.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-plugin-devel-debuginfo@11.2.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libgccjit-debuginfo@11.2.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "libasan6-debuginfo-0:11.2.1-1.2.el8_5.s390x", "product": { "name": "libasan6-debuginfo-0:11.2.1-1.2.el8_5.s390x", "product_id": "libasan6-debuginfo-0:11.2.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6-debuginfo@11.2.1-1.2.el8_5?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.src as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.src" }, "product_reference": "gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.src", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-offload-nvptx-debuginfo-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-offload-nvptx-debuginfo-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-11-offload-nvptx-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-offload-nvptx-debuginfo-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-offload-nvptx-debuginfo-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-11-offload-nvptx-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:11.2.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan6-0:11.2.1-1.2.el8_5.aarch64" }, "product_reference": "libasan6-0:11.2.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:11.2.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan6-0:11.2.1-1.2.el8_5.i686" }, "product_reference": "libasan6-0:11.2.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan6-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "libasan6-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:11.2.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan6-0:11.2.1-1.2.el8_5.s390x" }, "product_reference": "libasan6-0:11.2.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan6-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "libasan6-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-debuginfo-0:11.2.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:11.2.1-1.2.el8_5.aarch64" }, "product_reference": "libasan6-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-debuginfo-0:11.2.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:11.2.1-1.2.el8_5.i686" }, "product_reference": "libasan6-debuginfo-0:11.2.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-debuginfo-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "libasan6-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-debuginfo-0:11.2.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:11.2.1-1.2.el8_5.s390x" }, "product_reference": "libasan6-debuginfo-0:11.2.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-debuginfo-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "libasan6-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "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.5.0.Z.MAIN:gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.src", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-offload-nvptx-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-offload-nvptx-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libasan6-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libasan6-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libasan6-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libasan6-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libasan6-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:11.2.1-1.2.el8_5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-10T09:20:18+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.5.0.Z.MAIN:gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.src", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-offload-nvptx-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-offload-nvptx-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libasan6-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libasan6-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libasan6-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libasan6-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libasan6-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:11.2.1-1.2.el8_5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4586" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.src", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-offload-nvptx-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-offload-nvptx-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libasan6-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libasan6-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libasan6-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libasan6-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libasan6-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:11.2.1-1.2.el8_5.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.src", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-offload-nvptx-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-offload-nvptx-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libasan6-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libasan6-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libasan6-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libasan6-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libasan6-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:11.2.1-1.2.el8_5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
rhsa-2021_4037
Vulnerability from csaf_redhat
Notes
{ "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 binutils is now available for Red Hat Enterprise Linux 7.3 Advanced Update Support.\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": "The binutils packages provide a collection of binary utilities for the manipulation of object code in various object file formats. It includes the ar, as, gprof, ld, nm, objcopy, objdump, ranlib, readelf, size, strings, strip, and addr2line utilities.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in binutils in order to facilitate detection of BiDi Unicode characters:\n\nTools which display names or strings (readelf, strings, nm, objdump) have a new command line option --unicode / -U which controls how Unicode characters are handled.\n\nUsing \"--unicode=default\" will treat them as normal for the tool. This is the default behaviour when --unicode option is not used.\nUsing \"--unicode=locale\" will display them according to the current locale.\nUsing \"--unicode=hex\" will display them as hex byte values.\nUsing \"--unicode=escape\" will display them as Unicode escape sequences.\nUsing \"--unicode=highlight\" will display them as Unicode escape sequences highlighted in red, if supported by the output device.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4037", "url": "https://access.redhat.com/errata/RHSA-2021:4037" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4037.json" } ], "title": "Red Hat Security Advisory: binutils security update", "tracking": { "current_release_date": "2024-11-13T23:33:02+00:00", "generator": { "date": "2024-11-13T23:33:02+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2021:4037", "initial_release_date": "2021-11-01T07:44:40+00:00", "revision_history": [ { "date": "2021-11-01T07:44:40+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-01T07:44:40+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T23:33:02+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 Server AUS (v. 7.3)", "product": { "name": "Red Hat Enterprise Linux Server AUS (v. 7.3)", "product_id": "7Server-7.3.AUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_aus:7.3::server" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "binutils-0:2.25.1-22.base.el7_3.3.src", "product": { "name": "binutils-0:2.25.1-22.base.el7_3.3.src", "product_id": "binutils-0:2.25.1-22.base.el7_3.3.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.25.1-22.base.el7_3.3?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "binutils-0:2.25.1-22.base.el7_3.3.x86_64", "product": { "name": "binutils-0:2.25.1-22.base.el7_3.3.x86_64", "product_id": "binutils-0:2.25.1-22.base.el7_3.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.25.1-22.base.el7_3.3?arch=x86_64" } } }, { "category": "product_version", "name": "binutils-devel-0:2.25.1-22.base.el7_3.3.x86_64", "product": { "name": "binutils-devel-0:2.25.1-22.base.el7_3.3.x86_64", "product_id": "binutils-devel-0:2.25.1-22.base.el7_3.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.25.1-22.base.el7_3.3?arch=x86_64" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.25.1-22.base.el7_3.3.x86_64", "product": { "name": "binutils-debuginfo-0:2.25.1-22.base.el7_3.3.x86_64", "product_id": "binutils-debuginfo-0:2.25.1-22.base.el7_3.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.25.1-22.base.el7_3.3?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.25.1-22.base.el7_3.3.i686", "product": { "name": "binutils-devel-0:2.25.1-22.base.el7_3.3.i686", "product_id": "binutils-devel-0:2.25.1-22.base.el7_3.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.25.1-22.base.el7_3.3?arch=i686" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.25.1-22.base.el7_3.3.i686", "product": { "name": "binutils-debuginfo-0:2.25.1-22.base.el7_3.3.i686", "product_id": "binutils-debuginfo-0:2.25.1-22.base.el7_3.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.25.1-22.base.el7_3.3?arch=i686" } } } ], "category": "architecture", "name": "i686" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.25.1-22.base.el7_3.3.src as a component of Red Hat Enterprise Linux Server AUS (v. 7.3)", "product_id": "7Server-7.3.AUS:binutils-0:2.25.1-22.base.el7_3.3.src" }, "product_reference": "binutils-0:2.25.1-22.base.el7_3.3.src", "relates_to_product_reference": "7Server-7.3.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.25.1-22.base.el7_3.3.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.3)", "product_id": "7Server-7.3.AUS:binutils-0:2.25.1-22.base.el7_3.3.x86_64" }, "product_reference": "binutils-0:2.25.1-22.base.el7_3.3.x86_64", "relates_to_product_reference": "7Server-7.3.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.25.1-22.base.el7_3.3.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.3)", "product_id": "7Server-7.3.AUS:binutils-debuginfo-0:2.25.1-22.base.el7_3.3.i686" }, "product_reference": "binutils-debuginfo-0:2.25.1-22.base.el7_3.3.i686", "relates_to_product_reference": "7Server-7.3.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.25.1-22.base.el7_3.3.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.3)", "product_id": "7Server-7.3.AUS:binutils-debuginfo-0:2.25.1-22.base.el7_3.3.x86_64" }, "product_reference": "binutils-debuginfo-0:2.25.1-22.base.el7_3.3.x86_64", "relates_to_product_reference": "7Server-7.3.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.25.1-22.base.el7_3.3.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.3)", "product_id": "7Server-7.3.AUS:binutils-devel-0:2.25.1-22.base.el7_3.3.i686" }, "product_reference": "binutils-devel-0:2.25.1-22.base.el7_3.3.i686", "relates_to_product_reference": "7Server-7.3.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.25.1-22.base.el7_3.3.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.3)", "product_id": "7Server-7.3.AUS:binutils-devel-0:2.25.1-22.base.el7_3.3.x86_64" }, "product_reference": "binutils-devel-0:2.25.1-22.base.el7_3.3.x86_64", "relates_to_product_reference": "7Server-7.3.AUS" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-7.3.AUS:binutils-0:2.25.1-22.base.el7_3.3.src", "7Server-7.3.AUS:binutils-0:2.25.1-22.base.el7_3.3.x86_64", "7Server-7.3.AUS:binutils-debuginfo-0:2.25.1-22.base.el7_3.3.i686", "7Server-7.3.AUS:binutils-debuginfo-0:2.25.1-22.base.el7_3.3.x86_64", "7Server-7.3.AUS:binutils-devel-0:2.25.1-22.base.el7_3.3.i686", "7Server-7.3.AUS:binutils-devel-0:2.25.1-22.base.el7_3.3.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-01T07:44:40+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Server-7.3.AUS:binutils-0:2.25.1-22.base.el7_3.3.src", "7Server-7.3.AUS:binutils-0:2.25.1-22.base.el7_3.3.x86_64", "7Server-7.3.AUS:binutils-debuginfo-0:2.25.1-22.base.el7_3.3.i686", "7Server-7.3.AUS:binutils-debuginfo-0:2.25.1-22.base.el7_3.3.x86_64", "7Server-7.3.AUS:binutils-devel-0:2.25.1-22.base.el7_3.3.i686", "7Server-7.3.AUS:binutils-devel-0:2.25.1-22.base.el7_3.3.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4037" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "7Server-7.3.AUS:binutils-0:2.25.1-22.base.el7_3.3.src", "7Server-7.3.AUS:binutils-0:2.25.1-22.base.el7_3.3.x86_64", "7Server-7.3.AUS:binutils-debuginfo-0:2.25.1-22.base.el7_3.3.i686", "7Server-7.3.AUS:binutils-debuginfo-0:2.25.1-22.base.el7_3.3.x86_64", "7Server-7.3.AUS:binutils-devel-0:2.25.1-22.base.el7_3.3.i686", "7Server-7.3.AUS:binutils-devel-0:2.25.1-22.base.el7_3.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "7Server-7.3.AUS:binutils-0:2.25.1-22.base.el7_3.3.src", "7Server-7.3.AUS:binutils-0:2.25.1-22.base.el7_3.3.x86_64", "7Server-7.3.AUS:binutils-debuginfo-0:2.25.1-22.base.el7_3.3.i686", "7Server-7.3.AUS:binutils-debuginfo-0:2.25.1-22.base.el7_3.3.x86_64", "7Server-7.3.AUS:binutils-devel-0:2.25.1-22.base.el7_3.3.i686", "7Server-7.3.AUS:binutils-devel-0:2.25.1-22.base.el7_3.3.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
rhsa-2021:4594
Vulnerability from csaf_redhat
Notes
{ "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 gcc-toolset-11-binutils 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": "The binutils packages provide a collection of binary utilities for the manipulation of object code in various object file formats. It includes the ar, as, gprof, ld, nm, objcopy, objdump, ranlib, readelf, size, strings, strip, and addr2line utilities.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in binutils in order to facilitate detection of BiDi Unicode characters:\n\nTools which display names or strings (readelf, strings, nm, objdump) have a new command line option --unicode / -U which controls how Unicode characters are handled.\n\nUsing \"--unicode=default\" will treat them as normal for the tool. This is the default behaviour when --unicode option is not used.\nUsing \"--unicode=locale\" will display them according to the current locale.\nUsing \"--unicode=hex\" will display them as hex byte values.\nUsing \"--unicode=escape\" will display them as Unicode escape sequences. \nUsing \"--unicode=highlight\" will display them as Unicode escape sequences highlighted in red, if supported by the output device.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4594", "url": "https://access.redhat.com/errata/RHSA-2021:4594" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4594.json" } ], "title": "Red Hat Security Advisory: gcc-toolset-11-binutils security update", "tracking": { "current_release_date": "2025-09-25T12:35:46+00:00", "generator": { "date": "2025-09-25T12:35:46+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.8" } }, "id": "RHSA-2021:4594", "initial_release_date": "2021-11-10T09:47:45+00:00", "revision_history": [ { "date": "2021-11-10T09:47:45+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-10T09:47:45+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-25T12:35:46+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.5.0.Z.MAIN", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.src", "product": { "name": "gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.src", "product_id": "gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-binutils@2.36.1-1.el8_5.1?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.aarch64", "product": { "name": "gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.aarch64", "product_id": "gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-binutils@2.36.1-1.el8_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.aarch64", "product": { "name": "gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.aarch64", "product_id": "gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-binutils-devel@2.36.1-1.el8_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.aarch64", "product": { "name": "gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.aarch64", "product_id": "gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-binutils-debuginfo@2.36.1-1.el8_5.1?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.ppc64le", "product": { "name": "gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.ppc64le", "product_id": "gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-binutils@2.36.1-1.el8_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.ppc64le", "product": { "name": "gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.ppc64le", "product_id": "gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-binutils-devel@2.36.1-1.el8_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.ppc64le", "product": { "name": "gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.ppc64le", "product_id": "gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-binutils-debuginfo@2.36.1-1.el8_5.1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.x86_64", "product": { "name": "gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.x86_64", "product_id": "gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-binutils@2.36.1-1.el8_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.x86_64", "product": { "name": "gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.x86_64", "product_id": "gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-binutils-devel@2.36.1-1.el8_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.x86_64", "product": { "name": "gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.x86_64", "product_id": "gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-binutils-debuginfo@2.36.1-1.el8_5.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.i686", "product": { "name": "gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.i686", "product_id": "gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-binutils-devel@2.36.1-1.el8_5.1?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.i686", "product": { "name": "gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.i686", "product_id": "gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-binutils-debuginfo@2.36.1-1.el8_5.1?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.s390x", "product": { "name": "gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.s390x", "product_id": "gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-binutils@2.36.1-1.el8_5.1?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.s390x", "product": { "name": "gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.s390x", "product_id": "gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-binutils-devel@2.36.1-1.el8_5.1?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.s390x", "product": { "name": "gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.s390x", "product_id": "gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-binutils-debuginfo@2.36.1-1.el8_5.1?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.aarch64" }, "product_reference": "gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.ppc64le" }, "product_reference": "gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.s390x" }, "product_reference": "gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.src as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.src" }, "product_reference": "gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.src", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.x86_64" }, "product_reference": "gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.aarch64" }, "product_reference": "gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.i686" }, "product_reference": "gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.ppc64le" }, "product_reference": "gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.s390x" }, "product_reference": "gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.x86_64" }, "product_reference": "gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.aarch64" }, "product_reference": "gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.i686" }, "product_reference": "gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.ppc64le" }, "product_reference": "gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.s390x" }, "product_reference": "gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.x86_64" }, "product_reference": "gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "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.5.0.Z.MAIN:gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.src", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-10T09:47:45+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.5.0.Z.MAIN:gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.src", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4594" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.src", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.src", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
RHSA-2021:4649
Vulnerability from csaf_redhat
Notes
{ "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 gcc-toolset-10-binutils 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": "The binutils packages provide a collection of binary utilities for the manipulation of object code in various object file formats. It includes the ar, as, gprof, ld, nm, objcopy, objdump, ranlib, readelf, size, strings, strip, and addr2line utilities.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in binutils in order to facilitate detection of BiDi Unicode characters:\n\nTools which display names or strings (readelf, strings, nm, objdump) have a new command line option --unicode / -U which controls how Unicode characters are handled.\n\nUsing \"--unicode=default\" will treat them as normal for the tool. This is the default behaviour when --unicode option is not used.\nUsing \"--unicode=locale\" will display them according to the current locale.\nUsing \"--unicode=hex\" will display them as hex byte values.\nUsing \"--unicode=escape\" will display them as Unicode escape sequences.\nUsing \"--unicode=highlight\" will display them as Unicode escape sequences highlighted in red, if supported by the output device.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4649", "url": "https://access.redhat.com/errata/RHSA-2021:4649" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4649.json" } ], "title": "Red Hat Security Advisory: gcc-toolset-10-binutils security update", "tracking": { "current_release_date": "2025-09-25T12:35:55+00:00", "generator": { "date": "2025-09-25T12:35:55+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.8" } }, "id": "RHSA-2021:4649", "initial_release_date": "2021-11-15T10:29:26+00:00", "revision_history": [ { "date": "2021-11-15T10:29:26+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-15T10:29:26+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-25T12:35:55+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.5.0.Z.MAIN", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-binutils-0:2.35-8.el8_5.6.src", "product": { "name": "gcc-toolset-10-binutils-0:2.35-8.el8_5.6.src", "product_id": "gcc-toolset-10-binutils-0:2.35-8.el8_5.6.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils@2.35-8.el8_5.6?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-binutils-0:2.35-8.el8_5.6.aarch64", "product": { "name": "gcc-toolset-10-binutils-0:2.35-8.el8_5.6.aarch64", "product_id": "gcc-toolset-10-binutils-0:2.35-8.el8_5.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils@2.35-8.el8_5.6?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.aarch64", "product": { "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.aarch64", "product_id": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils-devel@2.35-8.el8_5.6?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.aarch64", "product": { "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.aarch64", "product_id": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils-debuginfo@2.35-8.el8_5.6?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-binutils-0:2.35-8.el8_5.6.ppc64le", "product": { "name": "gcc-toolset-10-binutils-0:2.35-8.el8_5.6.ppc64le", "product_id": "gcc-toolset-10-binutils-0:2.35-8.el8_5.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils@2.35-8.el8_5.6?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.ppc64le", "product": { "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.ppc64le", "product_id": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils-devel@2.35-8.el8_5.6?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.ppc64le", "product": { "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.ppc64le", "product_id": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils-debuginfo@2.35-8.el8_5.6?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-binutils-0:2.35-8.el8_5.6.x86_64", "product": { "name": "gcc-toolset-10-binutils-0:2.35-8.el8_5.6.x86_64", "product_id": "gcc-toolset-10-binutils-0:2.35-8.el8_5.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils@2.35-8.el8_5.6?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.x86_64", "product": { "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.x86_64", "product_id": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils-devel@2.35-8.el8_5.6?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.x86_64", "product": { "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.x86_64", "product_id": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils-debuginfo@2.35-8.el8_5.6?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.i686", "product": { "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.i686", "product_id": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils-devel@2.35-8.el8_5.6?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.i686", "product": { "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.i686", "product_id": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils-debuginfo@2.35-8.el8_5.6?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-binutils-0:2.35-8.el8_5.6.s390x", "product": { "name": "gcc-toolset-10-binutils-0:2.35-8.el8_5.6.s390x", "product_id": "gcc-toolset-10-binutils-0:2.35-8.el8_5.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils@2.35-8.el8_5.6?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.s390x", "product": { "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.s390x", "product_id": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils-devel@2.35-8.el8_5.6?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.s390x", "product": { "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.s390x", "product_id": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils-debuginfo@2.35-8.el8_5.6?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-0:2.35-8.el8_5.6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-0:2.35-8.el8_5.6.aarch64" }, "product_reference": "gcc-toolset-10-binutils-0:2.35-8.el8_5.6.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-0:2.35-8.el8_5.6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-0:2.35-8.el8_5.6.ppc64le" }, "product_reference": "gcc-toolset-10-binutils-0:2.35-8.el8_5.6.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-0:2.35-8.el8_5.6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-0:2.35-8.el8_5.6.s390x" }, "product_reference": "gcc-toolset-10-binutils-0:2.35-8.el8_5.6.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-0:2.35-8.el8_5.6.src as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-0:2.35-8.el8_5.6.src" }, "product_reference": "gcc-toolset-10-binutils-0:2.35-8.el8_5.6.src", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-0:2.35-8.el8_5.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-0:2.35-8.el8_5.6.x86_64" }, "product_reference": "gcc-toolset-10-binutils-0:2.35-8.el8_5.6.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.aarch64" }, "product_reference": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.i686" }, "product_reference": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.ppc64le" }, "product_reference": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.s390x" }, "product_reference": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.x86_64" }, "product_reference": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.aarch64" }, "product_reference": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.i686" }, "product_reference": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.ppc64le" }, "product_reference": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.s390x" }, "product_reference": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.x86_64" }, "product_reference": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "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.5.0.Z.MAIN:gcc-toolset-10-binutils-0:2.35-8.el8_5.6.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-0:2.35-8.el8_5.6.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-0:2.35-8.el8_5.6.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-0:2.35-8.el8_5.6.src", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-0:2.35-8.el8_5.6.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-15T10:29:26+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.5.0.Z.MAIN:gcc-toolset-10-binutils-0:2.35-8.el8_5.6.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-0:2.35-8.el8_5.6.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-0:2.35-8.el8_5.6.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-0:2.35-8.el8_5.6.src", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-0:2.35-8.el8_5.6.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4649" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-0:2.35-8.el8_5.6.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-0:2.35-8.el8_5.6.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-0:2.35-8.el8_5.6.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-0:2.35-8.el8_5.6.src", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-0:2.35-8.el8_5.6.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-0:2.35-8.el8_5.6.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-0:2.35-8.el8_5.6.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-0:2.35-8.el8_5.6.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-0:2.35-8.el8_5.6.src", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-0:2.35-8.el8_5.6.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
rhsa-2021:4595
Vulnerability from csaf_redhat
Notes
{ "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 binutils 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": "The binutils packages provide a collection of binary utilities for the manipulation of object code in various object file formats. It includes the ar, as, gprof, ld, nm, objcopy, objdump, ranlib, readelf, size, strings, strip, and addr2line utilities.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in binutils in order to facilitate detection of BiDi Unicode characters:\n\nTools which display names or strings (readelf, strings, nm, objdump) have a new command line option --unicode / -U which controls how Unicode characters are handled.\n\nUsing \"--unicode=default\" will treat them as normal for the tool. This is the default behaviour when --unicode option is not used.\nUsing \"--unicode=locale\" will display them according to the current locale.\nUsing \"--unicode=hex\" will display them as hex byte values.\nUsing \"--unicode=escape\" will display them as Unicode escape sequences.\nUsing \"--unicode=highlight\" will display them as Unicode escape sequences highlighted in red, if supported by the output device.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4595", "url": "https://access.redhat.com/errata/RHSA-2021:4595" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4595.json" } ], "title": "Red Hat Security Advisory: binutils security update", "tracking": { "current_release_date": "2025-09-25T12:35:46+00:00", "generator": { "date": "2025-09-25T12:35:46+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.8" } }, "id": "RHSA-2021:4595", "initial_release_date": "2021-11-10T09:58:49+00:00", "revision_history": [ { "date": "2021-11-10T09:58:49+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-10T09:58:49+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-25T12:35:46+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.5.0.Z.MAIN", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux BaseOS (v. 8)", "product": { "name": "Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:8::baseos" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.30-108.el8_5.1.aarch64", "product": { "name": "binutils-devel-0:2.30-108.el8_5.1.aarch64", "product_id": "binutils-devel-0:2.30-108.el8_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.30-108.el8_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "binutils-debugsource-0:2.30-108.el8_5.1.aarch64", "product": { "name": "binutils-debugsource-0:2.30-108.el8_5.1.aarch64", "product_id": "binutils-debugsource-0:2.30-108.el8_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debugsource@2.30-108.el8_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.30-108.el8_5.1.aarch64", "product": { "name": "binutils-debuginfo-0:2.30-108.el8_5.1.aarch64", "product_id": "binutils-debuginfo-0:2.30-108.el8_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.30-108.el8_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "binutils-0:2.30-108.el8_5.1.aarch64", "product": { "name": "binutils-0:2.30-108.el8_5.1.aarch64", "product_id": "binutils-0:2.30-108.el8_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.30-108.el8_5.1?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.30-108.el8_5.1.ppc64le", "product": { "name": "binutils-devel-0:2.30-108.el8_5.1.ppc64le", "product_id": "binutils-devel-0:2.30-108.el8_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.30-108.el8_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "binutils-debugsource-0:2.30-108.el8_5.1.ppc64le", "product": { "name": "binutils-debugsource-0:2.30-108.el8_5.1.ppc64le", "product_id": "binutils-debugsource-0:2.30-108.el8_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debugsource@2.30-108.el8_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.30-108.el8_5.1.ppc64le", "product": { "name": "binutils-debuginfo-0:2.30-108.el8_5.1.ppc64le", "product_id": "binutils-debuginfo-0:2.30-108.el8_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.30-108.el8_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "binutils-0:2.30-108.el8_5.1.ppc64le", "product": { "name": "binutils-0:2.30-108.el8_5.1.ppc64le", "product_id": "binutils-0:2.30-108.el8_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.30-108.el8_5.1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.30-108.el8_5.1.i686", "product": { "name": "binutils-devel-0:2.30-108.el8_5.1.i686", "product_id": "binutils-devel-0:2.30-108.el8_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.30-108.el8_5.1?arch=i686" } } }, { "category": "product_version", "name": "binutils-debugsource-0:2.30-108.el8_5.1.i686", "product": { "name": "binutils-debugsource-0:2.30-108.el8_5.1.i686", "product_id": "binutils-debugsource-0:2.30-108.el8_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debugsource@2.30-108.el8_5.1?arch=i686" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.30-108.el8_5.1.i686", "product": { "name": "binutils-debuginfo-0:2.30-108.el8_5.1.i686", "product_id": "binutils-debuginfo-0:2.30-108.el8_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.30-108.el8_5.1?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.30-108.el8_5.1.x86_64", "product": { "name": "binutils-devel-0:2.30-108.el8_5.1.x86_64", "product_id": "binutils-devel-0:2.30-108.el8_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.30-108.el8_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "binutils-debugsource-0:2.30-108.el8_5.1.x86_64", "product": { "name": "binutils-debugsource-0:2.30-108.el8_5.1.x86_64", "product_id": "binutils-debugsource-0:2.30-108.el8_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debugsource@2.30-108.el8_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.30-108.el8_5.1.x86_64", "product": { "name": "binutils-debuginfo-0:2.30-108.el8_5.1.x86_64", "product_id": "binutils-debuginfo-0:2.30-108.el8_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.30-108.el8_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "binutils-0:2.30-108.el8_5.1.x86_64", "product": { "name": "binutils-0:2.30-108.el8_5.1.x86_64", "product_id": "binutils-0:2.30-108.el8_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.30-108.el8_5.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.30-108.el8_5.1.s390x", "product": { "name": "binutils-devel-0:2.30-108.el8_5.1.s390x", "product_id": "binutils-devel-0:2.30-108.el8_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.30-108.el8_5.1?arch=s390x" } } }, { "category": "product_version", "name": "binutils-debugsource-0:2.30-108.el8_5.1.s390x", "product": { "name": "binutils-debugsource-0:2.30-108.el8_5.1.s390x", "product_id": "binutils-debugsource-0:2.30-108.el8_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debugsource@2.30-108.el8_5.1?arch=s390x" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.30-108.el8_5.1.s390x", "product": { "name": "binutils-debuginfo-0:2.30-108.el8_5.1.s390x", "product_id": "binutils-debuginfo-0:2.30-108.el8_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.30-108.el8_5.1?arch=s390x" } } }, { "category": "product_version", "name": "binutils-0:2.30-108.el8_5.1.s390x", "product": { "name": "binutils-0:2.30-108.el8_5.1.s390x", "product_id": "binutils-0:2.30-108.el8_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.30-108.el8_5.1?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "binutils-0:2.30-108.el8_5.1.src", "product": { "name": "binutils-0:2.30-108.el8_5.1.src", "product_id": "binutils-0:2.30-108.el8_5.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.30-108.el8_5.1?arch=src" } } } ], "category": "architecture", "name": "src" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-108.el8_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.aarch64" }, "product_reference": "binutils-0:2.30-108.el8_5.1.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-108.el8_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.ppc64le" }, "product_reference": "binutils-0:2.30-108.el8_5.1.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-108.el8_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.s390x" }, "product_reference": "binutils-0:2.30-108.el8_5.1.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-108.el8_5.1.src as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.src" }, "product_reference": "binutils-0:2.30-108.el8_5.1.src", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-108.el8_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.x86_64" }, "product_reference": "binutils-0:2.30-108.el8_5.1.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-108.el8_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.aarch64" }, "product_reference": "binutils-debuginfo-0:2.30-108.el8_5.1.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-108.el8_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.i686" }, "product_reference": "binutils-debuginfo-0:2.30-108.el8_5.1.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-108.el8_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.ppc64le" }, "product_reference": "binutils-debuginfo-0:2.30-108.el8_5.1.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-108.el8_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.s390x" }, "product_reference": "binutils-debuginfo-0:2.30-108.el8_5.1.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-108.el8_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.x86_64" }, "product_reference": "binutils-debuginfo-0:2.30-108.el8_5.1.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-108.el8_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.aarch64" }, "product_reference": "binutils-debugsource-0:2.30-108.el8_5.1.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-108.el8_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.i686" }, "product_reference": "binutils-debugsource-0:2.30-108.el8_5.1.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-108.el8_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.ppc64le" }, "product_reference": "binutils-debugsource-0:2.30-108.el8_5.1.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-108.el8_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.s390x" }, "product_reference": "binutils-debugsource-0:2.30-108.el8_5.1.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-108.el8_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.x86_64" }, "product_reference": "binutils-debugsource-0:2.30-108.el8_5.1.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-108.el8_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.aarch64" }, "product_reference": "binutils-devel-0:2.30-108.el8_5.1.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-108.el8_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.i686" }, "product_reference": "binutils-devel-0:2.30-108.el8_5.1.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-108.el8_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.ppc64le" }, "product_reference": "binutils-devel-0:2.30-108.el8_5.1.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-108.el8_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.s390x" }, "product_reference": "binutils-devel-0:2.30-108.el8_5.1.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-108.el8_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.x86_64" }, "product_reference": "binutils-devel-0:2.30-108.el8_5.1.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-108.el8_5.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.aarch64" }, "product_reference": "binutils-0:2.30-108.el8_5.1.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-108.el8_5.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.ppc64le" }, "product_reference": "binutils-0:2.30-108.el8_5.1.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-108.el8_5.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.s390x" }, "product_reference": "binutils-0:2.30-108.el8_5.1.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-108.el8_5.1.src as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.src" }, "product_reference": "binutils-0:2.30-108.el8_5.1.src", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-108.el8_5.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.x86_64" }, "product_reference": "binutils-0:2.30-108.el8_5.1.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-108.el8_5.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.aarch64" }, "product_reference": "binutils-debuginfo-0:2.30-108.el8_5.1.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-108.el8_5.1.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.i686" }, "product_reference": "binutils-debuginfo-0:2.30-108.el8_5.1.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-108.el8_5.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.ppc64le" }, "product_reference": "binutils-debuginfo-0:2.30-108.el8_5.1.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-108.el8_5.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.s390x" }, "product_reference": "binutils-debuginfo-0:2.30-108.el8_5.1.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-108.el8_5.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.x86_64" }, "product_reference": "binutils-debuginfo-0:2.30-108.el8_5.1.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-108.el8_5.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.aarch64" }, "product_reference": "binutils-debugsource-0:2.30-108.el8_5.1.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-108.el8_5.1.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.i686" }, "product_reference": "binutils-debugsource-0:2.30-108.el8_5.1.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-108.el8_5.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.ppc64le" }, "product_reference": "binutils-debugsource-0:2.30-108.el8_5.1.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-108.el8_5.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.s390x" }, "product_reference": "binutils-debugsource-0:2.30-108.el8_5.1.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-108.el8_5.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.x86_64" }, "product_reference": "binutils-debugsource-0:2.30-108.el8_5.1.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-108.el8_5.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.aarch64" }, "product_reference": "binutils-devel-0:2.30-108.el8_5.1.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-108.el8_5.1.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.i686" }, "product_reference": "binutils-devel-0:2.30-108.el8_5.1.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-108.el8_5.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.ppc64le" }, "product_reference": "binutils-devel-0:2.30-108.el8_5.1.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-108.el8_5.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.s390x" }, "product_reference": "binutils-devel-0:2.30-108.el8_5.1.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-108.el8_5.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.x86_64" }, "product_reference": "binutils-devel-0:2.30-108.el8_5.1.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "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.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.src", "AppStream-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.i686", "AppStream-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.i686", "AppStream-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.i686", "AppStream-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.x86_64", "BaseOS-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.aarch64", "BaseOS-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.ppc64le", "BaseOS-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.s390x", "BaseOS-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.src", "BaseOS-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.x86_64", "BaseOS-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.aarch64", "BaseOS-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.i686", "BaseOS-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.ppc64le", "BaseOS-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.s390x", "BaseOS-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.x86_64", "BaseOS-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.aarch64", "BaseOS-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.i686", "BaseOS-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.ppc64le", "BaseOS-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.s390x", "BaseOS-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.x86_64", "BaseOS-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.aarch64", "BaseOS-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.i686", "BaseOS-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.ppc64le", "BaseOS-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.s390x", "BaseOS-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-10T09:58:49+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.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.src", "AppStream-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.i686", "AppStream-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.i686", "AppStream-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.i686", "AppStream-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.x86_64", "BaseOS-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.aarch64", "BaseOS-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.ppc64le", "BaseOS-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.s390x", "BaseOS-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.src", "BaseOS-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.x86_64", "BaseOS-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.aarch64", "BaseOS-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.i686", "BaseOS-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.ppc64le", "BaseOS-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.s390x", "BaseOS-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.x86_64", "BaseOS-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.aarch64", "BaseOS-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.i686", "BaseOS-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.ppc64le", "BaseOS-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.s390x", "BaseOS-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.x86_64", "BaseOS-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.aarch64", "BaseOS-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.i686", "BaseOS-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.ppc64le", "BaseOS-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.s390x", "BaseOS-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4595" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "AppStream-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.src", "AppStream-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.i686", "AppStream-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.i686", "AppStream-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.i686", "AppStream-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.x86_64", "BaseOS-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.aarch64", "BaseOS-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.ppc64le", "BaseOS-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.s390x", "BaseOS-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.src", "BaseOS-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.x86_64", "BaseOS-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.aarch64", "BaseOS-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.i686", "BaseOS-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.ppc64le", "BaseOS-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.s390x", "BaseOS-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.x86_64", "BaseOS-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.aarch64", "BaseOS-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.i686", "BaseOS-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.ppc64le", "BaseOS-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.s390x", "BaseOS-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.x86_64", "BaseOS-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.aarch64", "BaseOS-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.i686", "BaseOS-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.ppc64le", "BaseOS-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.s390x", "BaseOS-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.src", "AppStream-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.i686", "AppStream-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.i686", "AppStream-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.i686", "AppStream-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.x86_64", "BaseOS-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.aarch64", "BaseOS-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.ppc64le", "BaseOS-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.s390x", "BaseOS-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.src", "BaseOS-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.x86_64", "BaseOS-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.aarch64", "BaseOS-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.i686", "BaseOS-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.ppc64le", "BaseOS-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.s390x", "BaseOS-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.x86_64", "BaseOS-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.aarch64", "BaseOS-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.i686", "BaseOS-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.ppc64le", "BaseOS-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.s390x", "BaseOS-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.x86_64", "BaseOS-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.aarch64", "BaseOS-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.i686", "BaseOS-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.ppc64le", "BaseOS-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.s390x", "BaseOS-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
rhsa-2021:4589
Vulnerability from csaf_redhat
Notes
{ "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 gcc-toolset-10-annobin is now available for Red Hat Enterprise Linux 8.4 Extended Update Support.\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": "Annobin provides a compiler plugin to annotate and tools to examine compiled binary files.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in annobin in order to facilitate detection of BiDi Unicode characters:\n\nThis update of annobin adds a new annocheck test to detect the presence of multibyte characters in symbol names.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4589", "url": "https://access.redhat.com/errata/RHSA-2021:4589" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4589.json" } ], "title": "Red Hat Security Advisory: gcc-toolset-10-annobin security update", "tracking": { "current_release_date": "2025-09-25T12:35:45+00:00", "generator": { "date": "2025-09-25T12:35:45+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.8" } }, "id": "RHSA-2021:4589", "initial_release_date": "2021-11-10T09:15:38+00:00", "revision_history": [ { "date": "2021-11-10T09:15:38+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-10T09:15:38+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-25T12:35:45+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:8.4::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-annobin-0:9.29-1.el8_4.1.src", "product": { "name": "gcc-toolset-10-annobin-0:9.29-1.el8_4.1.src", "product_id": "gcc-toolset-10-annobin-0:9.29-1.el8_4.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin@9.29-1.el8_4.1?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-annobin-0:9.29-1.el8_4.1.aarch64", "product": { "name": "gcc-toolset-10-annobin-0:9.29-1.el8_4.1.aarch64", "product_id": "gcc-toolset-10-annobin-0:9.29-1.el8_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin@9.29-1.el8_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.aarch64", "product": { "name": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.aarch64", "product_id": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin-annocheck-debuginfo@9.29-1.el8_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.aarch64", "product": { "name": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.aarch64", "product_id": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin-debuginfo@9.29-1.el8_4.1?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-annobin-0:9.29-1.el8_4.1.ppc64le", "product": { "name": "gcc-toolset-10-annobin-0:9.29-1.el8_4.1.ppc64le", "product_id": "gcc-toolset-10-annobin-0:9.29-1.el8_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin@9.29-1.el8_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.ppc64le", "product": { "name": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.ppc64le", "product_id": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin-annocheck-debuginfo@9.29-1.el8_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.ppc64le", "product": { "name": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.ppc64le", "product_id": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin-debuginfo@9.29-1.el8_4.1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-annobin-0:9.29-1.el8_4.1.x86_64", "product": { "name": "gcc-toolset-10-annobin-0:9.29-1.el8_4.1.x86_64", "product_id": "gcc-toolset-10-annobin-0:9.29-1.el8_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin@9.29-1.el8_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.x86_64", "product": { "name": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.x86_64", "product_id": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin-annocheck-debuginfo@9.29-1.el8_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.x86_64", "product": { "name": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.x86_64", "product_id": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin-debuginfo@9.29-1.el8_4.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-annobin-0:9.29-1.el8_4.1.s390x", "product": { "name": "gcc-toolset-10-annobin-0:9.29-1.el8_4.1.s390x", "product_id": "gcc-toolset-10-annobin-0:9.29-1.el8_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin@9.29-1.el8_4.1?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.s390x", "product": { "name": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.s390x", "product_id": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin-annocheck-debuginfo@9.29-1.el8_4.1?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.s390x", "product": { "name": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.s390x", "product_id": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin-debuginfo@9.29-1.el8_4.1?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-0:9.29-1.el8_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-0:9.29-1.el8_4.1.aarch64" }, "product_reference": "gcc-toolset-10-annobin-0:9.29-1.el8_4.1.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-0:9.29-1.el8_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-0:9.29-1.el8_4.1.ppc64le" }, "product_reference": "gcc-toolset-10-annobin-0:9.29-1.el8_4.1.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-0:9.29-1.el8_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-0:9.29-1.el8_4.1.s390x" }, "product_reference": "gcc-toolset-10-annobin-0:9.29-1.el8_4.1.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-0:9.29-1.el8_4.1.src as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-0:9.29-1.el8_4.1.src" }, "product_reference": "gcc-toolset-10-annobin-0:9.29-1.el8_4.1.src", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-0:9.29-1.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-0:9.29-1.el8_4.1.x86_64" }, "product_reference": "gcc-toolset-10-annobin-0:9.29-1.el8_4.1.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.aarch64" }, "product_reference": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.ppc64le" }, "product_reference": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.s390x" }, "product_reference": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.x86_64" }, "product_reference": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.aarch64" }, "product_reference": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.ppc64le" }, "product_reference": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.s390x" }, "product_reference": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.x86_64" }, "product_reference": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "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.4.0.Z.EUS:gcc-toolset-10-annobin-0:9.29-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-0:9.29-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-0:9.29-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-0:9.29-1.el8_4.1.src", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-0:9.29-1.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-10T09:15: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.4.0.Z.EUS:gcc-toolset-10-annobin-0:9.29-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-0:9.29-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-0:9.29-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-0:9.29-1.el8_4.1.src", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-0:9.29-1.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4589" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-0:9.29-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-0:9.29-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-0:9.29-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-0:9.29-1.el8_4.1.src", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-0:9.29-1.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-0:9.29-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-0:9.29-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-0:9.29-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-0:9.29-1.el8_4.1.src", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-0:9.29-1.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
rhsa-2021:4602
Vulnerability from csaf_redhat
Notes
{ "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 binutils is now available for Red Hat Enterprise Linux 8.1 Extended Update Support.\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": "The binutils packages provide a collection of binary utilities for the manipulation of object code in various object file formats. It includes the ar, as, gprof, ld, nm, objcopy, objdump, ranlib, readelf, size, strings, strip, and addr2line utilities.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in binutils in order to facilitate detection of BiDi Unicode characters:\n\nTools which display names or strings (readelf, strings, nm, objdump) have a new command line option --unicode / -U which controls how Unicode characters are handled.\n\nUsing \"--unicode=default\" will treat them as normal for the tool. This is the default behaviour when --unicode option is not used.\nUsing \"--unicode=locale\" will display them according to the current locale.\nUsing \"--unicode=hex\" will display them as hex byte values.\nUsing \"--unicode=escape\" will display them as Unicode escape sequences. \nUsing \"--unicode=highlight\" will display them as Unicode escape sequences highlighted in red, if supported by the output device.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4602", "url": "https://access.redhat.com/errata/RHSA-2021:4602" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4602.json" } ], "title": "Red Hat Security Advisory: binutils security update", "tracking": { "current_release_date": "2025-09-25T12:35:48+00:00", "generator": { "date": "2025-09-25T12:35:48+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.8" } }, "id": "RHSA-2021:4602", "initial_release_date": "2021-11-10T10:00:19+00:00", "revision_history": [ { "date": "2021-11-10T10:00:19+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-10T10:00:19+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-25T12:35:48+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:8.1::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product": { "name": "Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_eus:8.1::baseos" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.30-58.el8_1.3.aarch64", "product": { "name": "binutils-devel-0:2.30-58.el8_1.3.aarch64", "product_id": "binutils-devel-0:2.30-58.el8_1.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.30-58.el8_1.3?arch=aarch64" } } }, { "category": "product_version", "name": "binutils-debugsource-0:2.30-58.el8_1.3.aarch64", "product": { "name": "binutils-debugsource-0:2.30-58.el8_1.3.aarch64", "product_id": "binutils-debugsource-0:2.30-58.el8_1.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debugsource@2.30-58.el8_1.3?arch=aarch64" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.30-58.el8_1.3.aarch64", "product": { "name": "binutils-debuginfo-0:2.30-58.el8_1.3.aarch64", "product_id": "binutils-debuginfo-0:2.30-58.el8_1.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.30-58.el8_1.3?arch=aarch64" } } }, { "category": "product_version", "name": "binutils-0:2.30-58.el8_1.3.aarch64", "product": { "name": "binutils-0:2.30-58.el8_1.3.aarch64", "product_id": "binutils-0:2.30-58.el8_1.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.30-58.el8_1.3?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.30-58.el8_1.3.ppc64le", "product": { "name": "binutils-devel-0:2.30-58.el8_1.3.ppc64le", "product_id": "binutils-devel-0:2.30-58.el8_1.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.30-58.el8_1.3?arch=ppc64le" } } }, { "category": "product_version", "name": "binutils-debugsource-0:2.30-58.el8_1.3.ppc64le", "product": { "name": "binutils-debugsource-0:2.30-58.el8_1.3.ppc64le", "product_id": "binutils-debugsource-0:2.30-58.el8_1.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debugsource@2.30-58.el8_1.3?arch=ppc64le" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.30-58.el8_1.3.ppc64le", "product": { "name": "binutils-debuginfo-0:2.30-58.el8_1.3.ppc64le", "product_id": "binutils-debuginfo-0:2.30-58.el8_1.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.30-58.el8_1.3?arch=ppc64le" } } }, { "category": "product_version", "name": "binutils-0:2.30-58.el8_1.3.ppc64le", "product": { "name": "binutils-0:2.30-58.el8_1.3.ppc64le", "product_id": "binutils-0:2.30-58.el8_1.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.30-58.el8_1.3?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.30-58.el8_1.3.i686", "product": { "name": "binutils-devel-0:2.30-58.el8_1.3.i686", "product_id": "binutils-devel-0:2.30-58.el8_1.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.30-58.el8_1.3?arch=i686" } } }, { "category": "product_version", "name": "binutils-debugsource-0:2.30-58.el8_1.3.i686", "product": { "name": "binutils-debugsource-0:2.30-58.el8_1.3.i686", "product_id": "binutils-debugsource-0:2.30-58.el8_1.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debugsource@2.30-58.el8_1.3?arch=i686" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.30-58.el8_1.3.i686", "product": { "name": "binutils-debuginfo-0:2.30-58.el8_1.3.i686", "product_id": "binutils-debuginfo-0:2.30-58.el8_1.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.30-58.el8_1.3?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.30-58.el8_1.3.x86_64", "product": { "name": "binutils-devel-0:2.30-58.el8_1.3.x86_64", "product_id": "binutils-devel-0:2.30-58.el8_1.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.30-58.el8_1.3?arch=x86_64" } } }, { "category": "product_version", "name": "binutils-debugsource-0:2.30-58.el8_1.3.x86_64", "product": { "name": "binutils-debugsource-0:2.30-58.el8_1.3.x86_64", "product_id": "binutils-debugsource-0:2.30-58.el8_1.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debugsource@2.30-58.el8_1.3?arch=x86_64" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.30-58.el8_1.3.x86_64", "product": { "name": "binutils-debuginfo-0:2.30-58.el8_1.3.x86_64", "product_id": "binutils-debuginfo-0:2.30-58.el8_1.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.30-58.el8_1.3?arch=x86_64" } } }, { "category": "product_version", "name": "binutils-0:2.30-58.el8_1.3.x86_64", "product": { "name": "binutils-0:2.30-58.el8_1.3.x86_64", "product_id": "binutils-0:2.30-58.el8_1.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.30-58.el8_1.3?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.30-58.el8_1.3.s390x", "product": { "name": "binutils-devel-0:2.30-58.el8_1.3.s390x", "product_id": "binutils-devel-0:2.30-58.el8_1.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.30-58.el8_1.3?arch=s390x" } } }, { "category": "product_version", "name": "binutils-debugsource-0:2.30-58.el8_1.3.s390x", "product": { "name": "binutils-debugsource-0:2.30-58.el8_1.3.s390x", "product_id": "binutils-debugsource-0:2.30-58.el8_1.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debugsource@2.30-58.el8_1.3?arch=s390x" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.30-58.el8_1.3.s390x", "product": { "name": "binutils-debuginfo-0:2.30-58.el8_1.3.s390x", "product_id": "binutils-debuginfo-0:2.30-58.el8_1.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.30-58.el8_1.3?arch=s390x" } } }, { "category": "product_version", "name": "binutils-0:2.30-58.el8_1.3.s390x", "product": { "name": "binutils-0:2.30-58.el8_1.3.s390x", "product_id": "binutils-0:2.30-58.el8_1.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.30-58.el8_1.3?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "binutils-0:2.30-58.el8_1.3.src", "product": { "name": "binutils-0:2.30-58.el8_1.3.src", "product_id": "binutils-0:2.30-58.el8_1.3.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.30-58.el8_1.3?arch=src" } } } ], "category": "architecture", "name": "src" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-58.el8_1.3.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.aarch64" }, "product_reference": "binutils-0:2.30-58.el8_1.3.aarch64", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-58.el8_1.3.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.ppc64le" }, "product_reference": "binutils-0:2.30-58.el8_1.3.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-58.el8_1.3.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.s390x" }, "product_reference": "binutils-0:2.30-58.el8_1.3.s390x", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-58.el8_1.3.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.src" }, "product_reference": "binutils-0:2.30-58.el8_1.3.src", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-58.el8_1.3.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.x86_64" }, "product_reference": "binutils-0:2.30-58.el8_1.3.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-58.el8_1.3.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.aarch64" }, "product_reference": "binutils-debuginfo-0:2.30-58.el8_1.3.aarch64", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-58.el8_1.3.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.i686" }, "product_reference": "binutils-debuginfo-0:2.30-58.el8_1.3.i686", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-58.el8_1.3.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.ppc64le" }, "product_reference": "binutils-debuginfo-0:2.30-58.el8_1.3.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-58.el8_1.3.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.s390x" }, "product_reference": "binutils-debuginfo-0:2.30-58.el8_1.3.s390x", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-58.el8_1.3.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.x86_64" }, "product_reference": "binutils-debuginfo-0:2.30-58.el8_1.3.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-58.el8_1.3.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.aarch64" }, "product_reference": "binutils-debugsource-0:2.30-58.el8_1.3.aarch64", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-58.el8_1.3.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.i686" }, "product_reference": "binutils-debugsource-0:2.30-58.el8_1.3.i686", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-58.el8_1.3.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.ppc64le" }, "product_reference": "binutils-debugsource-0:2.30-58.el8_1.3.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-58.el8_1.3.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.s390x" }, "product_reference": "binutils-debugsource-0:2.30-58.el8_1.3.s390x", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-58.el8_1.3.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.x86_64" }, "product_reference": "binutils-debugsource-0:2.30-58.el8_1.3.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-58.el8_1.3.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.aarch64" }, "product_reference": "binutils-devel-0:2.30-58.el8_1.3.aarch64", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-58.el8_1.3.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.i686" }, "product_reference": "binutils-devel-0:2.30-58.el8_1.3.i686", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-58.el8_1.3.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.ppc64le" }, "product_reference": "binutils-devel-0:2.30-58.el8_1.3.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-58.el8_1.3.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.s390x" }, "product_reference": "binutils-devel-0:2.30-58.el8_1.3.s390x", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-58.el8_1.3.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.x86_64" }, "product_reference": "binutils-devel-0:2.30-58.el8_1.3.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-58.el8_1.3.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.aarch64" }, "product_reference": "binutils-0:2.30-58.el8_1.3.aarch64", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-58.el8_1.3.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.ppc64le" }, "product_reference": "binutils-0:2.30-58.el8_1.3.ppc64le", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-58.el8_1.3.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.s390x" }, "product_reference": "binutils-0:2.30-58.el8_1.3.s390x", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-58.el8_1.3.src as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.src" }, "product_reference": "binutils-0:2.30-58.el8_1.3.src", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-58.el8_1.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.x86_64" }, "product_reference": "binutils-0:2.30-58.el8_1.3.x86_64", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-58.el8_1.3.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.aarch64" }, "product_reference": "binutils-debuginfo-0:2.30-58.el8_1.3.aarch64", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-58.el8_1.3.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.i686" }, "product_reference": "binutils-debuginfo-0:2.30-58.el8_1.3.i686", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-58.el8_1.3.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.ppc64le" }, "product_reference": "binutils-debuginfo-0:2.30-58.el8_1.3.ppc64le", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-58.el8_1.3.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.s390x" }, "product_reference": "binutils-debuginfo-0:2.30-58.el8_1.3.s390x", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-58.el8_1.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.x86_64" }, "product_reference": "binutils-debuginfo-0:2.30-58.el8_1.3.x86_64", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-58.el8_1.3.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.aarch64" }, "product_reference": "binutils-debugsource-0:2.30-58.el8_1.3.aarch64", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-58.el8_1.3.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.i686" }, "product_reference": "binutils-debugsource-0:2.30-58.el8_1.3.i686", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-58.el8_1.3.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.ppc64le" }, "product_reference": "binutils-debugsource-0:2.30-58.el8_1.3.ppc64le", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-58.el8_1.3.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.s390x" }, "product_reference": "binutils-debugsource-0:2.30-58.el8_1.3.s390x", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-58.el8_1.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.x86_64" }, "product_reference": "binutils-debugsource-0:2.30-58.el8_1.3.x86_64", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-58.el8_1.3.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.aarch64" }, "product_reference": "binutils-devel-0:2.30-58.el8_1.3.aarch64", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-58.el8_1.3.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.i686" }, "product_reference": "binutils-devel-0:2.30-58.el8_1.3.i686", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-58.el8_1.3.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.ppc64le" }, "product_reference": "binutils-devel-0:2.30-58.el8_1.3.ppc64le", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-58.el8_1.3.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.s390x" }, "product_reference": "binutils-devel-0:2.30-58.el8_1.3.s390x", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-58.el8_1.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.x86_64" }, "product_reference": "binutils-devel-0:2.30-58.el8_1.3.x86_64", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.aarch64", "AppStream-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.ppc64le", "AppStream-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.s390x", "AppStream-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.src", "AppStream-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.x86_64", "AppStream-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.aarch64", "AppStream-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.i686", "AppStream-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.ppc64le", "AppStream-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.s390x", "AppStream-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.x86_64", "AppStream-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.aarch64", "AppStream-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.i686", "AppStream-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.ppc64le", "AppStream-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.s390x", "AppStream-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.x86_64", "AppStream-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.aarch64", "AppStream-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.i686", "AppStream-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.ppc64le", "AppStream-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.s390x", "AppStream-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.x86_64", "BaseOS-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.aarch64", "BaseOS-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.ppc64le", "BaseOS-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.s390x", "BaseOS-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.src", "BaseOS-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.x86_64", "BaseOS-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.aarch64", "BaseOS-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.i686", "BaseOS-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.ppc64le", "BaseOS-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.s390x", "BaseOS-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.x86_64", "BaseOS-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.aarch64", "BaseOS-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.i686", "BaseOS-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.ppc64le", "BaseOS-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.s390x", "BaseOS-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.x86_64", "BaseOS-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.aarch64", "BaseOS-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.i686", "BaseOS-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.ppc64le", "BaseOS-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.s390x", "BaseOS-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-10T10:00:19+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.aarch64", "AppStream-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.ppc64le", "AppStream-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.s390x", "AppStream-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.src", "AppStream-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.x86_64", "AppStream-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.aarch64", "AppStream-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.i686", "AppStream-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.ppc64le", "AppStream-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.s390x", "AppStream-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.x86_64", "AppStream-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.aarch64", "AppStream-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.i686", "AppStream-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.ppc64le", "AppStream-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.s390x", "AppStream-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.x86_64", "AppStream-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.aarch64", "AppStream-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.i686", "AppStream-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.ppc64le", "AppStream-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.s390x", "AppStream-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.x86_64", "BaseOS-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.aarch64", "BaseOS-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.ppc64le", "BaseOS-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.s390x", "BaseOS-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.src", "BaseOS-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.x86_64", "BaseOS-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.aarch64", "BaseOS-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.i686", "BaseOS-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.ppc64le", "BaseOS-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.s390x", "BaseOS-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.x86_64", "BaseOS-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.aarch64", "BaseOS-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.i686", "BaseOS-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.ppc64le", "BaseOS-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.s390x", "BaseOS-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.x86_64", "BaseOS-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.aarch64", "BaseOS-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.i686", "BaseOS-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.ppc64le", "BaseOS-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.s390x", "BaseOS-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4602" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "AppStream-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.aarch64", "AppStream-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.ppc64le", "AppStream-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.s390x", "AppStream-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.src", "AppStream-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.x86_64", "AppStream-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.aarch64", "AppStream-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.i686", "AppStream-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.ppc64le", "AppStream-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.s390x", "AppStream-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.x86_64", "AppStream-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.aarch64", "AppStream-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.i686", "AppStream-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.ppc64le", "AppStream-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.s390x", "AppStream-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.x86_64", "AppStream-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.aarch64", "AppStream-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.i686", "AppStream-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.ppc64le", "AppStream-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.s390x", "AppStream-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.x86_64", "BaseOS-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.aarch64", "BaseOS-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.ppc64le", "BaseOS-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.s390x", "BaseOS-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.src", "BaseOS-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.x86_64", "BaseOS-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.aarch64", "BaseOS-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.i686", "BaseOS-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.ppc64le", "BaseOS-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.s390x", "BaseOS-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.x86_64", "BaseOS-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.aarch64", "BaseOS-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.i686", "BaseOS-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.ppc64le", "BaseOS-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.s390x", "BaseOS-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.x86_64", "BaseOS-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.aarch64", "BaseOS-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.i686", "BaseOS-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.ppc64le", "BaseOS-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.s390x", "BaseOS-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.aarch64", "AppStream-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.ppc64le", "AppStream-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.s390x", "AppStream-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.src", "AppStream-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.x86_64", "AppStream-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.aarch64", "AppStream-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.i686", "AppStream-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.ppc64le", "AppStream-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.s390x", "AppStream-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.x86_64", "AppStream-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.aarch64", "AppStream-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.i686", "AppStream-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.ppc64le", "AppStream-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.s390x", "AppStream-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.x86_64", "AppStream-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.aarch64", "AppStream-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.i686", "AppStream-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.ppc64le", "AppStream-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.s390x", "AppStream-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.x86_64", "BaseOS-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.aarch64", "BaseOS-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.ppc64le", "BaseOS-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.s390x", "BaseOS-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.src", "BaseOS-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.x86_64", "BaseOS-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.aarch64", "BaseOS-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.i686", "BaseOS-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.ppc64le", "BaseOS-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.s390x", "BaseOS-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.x86_64", "BaseOS-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.aarch64", "BaseOS-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.i686", "BaseOS-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.ppc64le", "BaseOS-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.s390x", "BaseOS-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.x86_64", "BaseOS-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.aarch64", "BaseOS-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.i686", "BaseOS-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.ppc64le", "BaseOS-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.s390x", "BaseOS-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
rhsa-2021:4037
Vulnerability from csaf_redhat
Notes
{ "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 binutils is now available for Red Hat Enterprise Linux 7.3 Advanced Update Support.\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": "The binutils packages provide a collection of binary utilities for the manipulation of object code in various object file formats. It includes the ar, as, gprof, ld, nm, objcopy, objdump, ranlib, readelf, size, strings, strip, and addr2line utilities.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in binutils in order to facilitate detection of BiDi Unicode characters:\n\nTools which display names or strings (readelf, strings, nm, objdump) have a new command line option --unicode / -U which controls how Unicode characters are handled.\n\nUsing \"--unicode=default\" will treat them as normal for the tool. This is the default behaviour when --unicode option is not used.\nUsing \"--unicode=locale\" will display them according to the current locale.\nUsing \"--unicode=hex\" will display them as hex byte values.\nUsing \"--unicode=escape\" will display them as Unicode escape sequences.\nUsing \"--unicode=highlight\" will display them as Unicode escape sequences highlighted in red, if supported by the output device.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4037", "url": "https://access.redhat.com/errata/RHSA-2021:4037" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4037.json" } ], "title": "Red Hat Security Advisory: binutils security update", "tracking": { "current_release_date": "2025-09-25T12:34:59+00:00", "generator": { "date": "2025-09-25T12:34:59+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.8" } }, "id": "RHSA-2021:4037", "initial_release_date": "2021-11-01T07:44:40+00:00", "revision_history": [ { "date": "2021-11-01T07:44:40+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-01T07:44:40+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-25T12:34:59+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 Server AUS (v. 7.3)", "product": { "name": "Red Hat Enterprise Linux Server AUS (v. 7.3)", "product_id": "7Server-7.3.AUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_aus:7.3::server" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "binutils-0:2.25.1-22.base.el7_3.3.src", "product": { "name": "binutils-0:2.25.1-22.base.el7_3.3.src", "product_id": "binutils-0:2.25.1-22.base.el7_3.3.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.25.1-22.base.el7_3.3?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "binutils-0:2.25.1-22.base.el7_3.3.x86_64", "product": { "name": "binutils-0:2.25.1-22.base.el7_3.3.x86_64", "product_id": "binutils-0:2.25.1-22.base.el7_3.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.25.1-22.base.el7_3.3?arch=x86_64" } } }, { "category": "product_version", "name": "binutils-devel-0:2.25.1-22.base.el7_3.3.x86_64", "product": { "name": "binutils-devel-0:2.25.1-22.base.el7_3.3.x86_64", "product_id": "binutils-devel-0:2.25.1-22.base.el7_3.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.25.1-22.base.el7_3.3?arch=x86_64" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.25.1-22.base.el7_3.3.x86_64", "product": { "name": "binutils-debuginfo-0:2.25.1-22.base.el7_3.3.x86_64", "product_id": "binutils-debuginfo-0:2.25.1-22.base.el7_3.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.25.1-22.base.el7_3.3?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.25.1-22.base.el7_3.3.i686", "product": { "name": "binutils-devel-0:2.25.1-22.base.el7_3.3.i686", "product_id": "binutils-devel-0:2.25.1-22.base.el7_3.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.25.1-22.base.el7_3.3?arch=i686" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.25.1-22.base.el7_3.3.i686", "product": { "name": "binutils-debuginfo-0:2.25.1-22.base.el7_3.3.i686", "product_id": "binutils-debuginfo-0:2.25.1-22.base.el7_3.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.25.1-22.base.el7_3.3?arch=i686" } } } ], "category": "architecture", "name": "i686" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.25.1-22.base.el7_3.3.src as a component of Red Hat Enterprise Linux Server AUS (v. 7.3)", "product_id": "7Server-7.3.AUS:binutils-0:2.25.1-22.base.el7_3.3.src" }, "product_reference": "binutils-0:2.25.1-22.base.el7_3.3.src", "relates_to_product_reference": "7Server-7.3.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.25.1-22.base.el7_3.3.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.3)", "product_id": "7Server-7.3.AUS:binutils-0:2.25.1-22.base.el7_3.3.x86_64" }, "product_reference": "binutils-0:2.25.1-22.base.el7_3.3.x86_64", "relates_to_product_reference": "7Server-7.3.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.25.1-22.base.el7_3.3.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.3)", "product_id": "7Server-7.3.AUS:binutils-debuginfo-0:2.25.1-22.base.el7_3.3.i686" }, "product_reference": "binutils-debuginfo-0:2.25.1-22.base.el7_3.3.i686", "relates_to_product_reference": "7Server-7.3.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.25.1-22.base.el7_3.3.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.3)", "product_id": "7Server-7.3.AUS:binutils-debuginfo-0:2.25.1-22.base.el7_3.3.x86_64" }, "product_reference": "binutils-debuginfo-0:2.25.1-22.base.el7_3.3.x86_64", "relates_to_product_reference": "7Server-7.3.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.25.1-22.base.el7_3.3.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.3)", "product_id": "7Server-7.3.AUS:binutils-devel-0:2.25.1-22.base.el7_3.3.i686" }, "product_reference": "binutils-devel-0:2.25.1-22.base.el7_3.3.i686", "relates_to_product_reference": "7Server-7.3.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.25.1-22.base.el7_3.3.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.3)", "product_id": "7Server-7.3.AUS:binutils-devel-0:2.25.1-22.base.el7_3.3.x86_64" }, "product_reference": "binutils-devel-0:2.25.1-22.base.el7_3.3.x86_64", "relates_to_product_reference": "7Server-7.3.AUS" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-7.3.AUS:binutils-0:2.25.1-22.base.el7_3.3.src", "7Server-7.3.AUS:binutils-0:2.25.1-22.base.el7_3.3.x86_64", "7Server-7.3.AUS:binutils-debuginfo-0:2.25.1-22.base.el7_3.3.i686", "7Server-7.3.AUS:binutils-debuginfo-0:2.25.1-22.base.el7_3.3.x86_64", "7Server-7.3.AUS:binutils-devel-0:2.25.1-22.base.el7_3.3.i686", "7Server-7.3.AUS:binutils-devel-0:2.25.1-22.base.el7_3.3.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-01T07:44:40+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Server-7.3.AUS:binutils-0:2.25.1-22.base.el7_3.3.src", "7Server-7.3.AUS:binutils-0:2.25.1-22.base.el7_3.3.x86_64", "7Server-7.3.AUS:binutils-debuginfo-0:2.25.1-22.base.el7_3.3.i686", "7Server-7.3.AUS:binutils-debuginfo-0:2.25.1-22.base.el7_3.3.x86_64", "7Server-7.3.AUS:binutils-devel-0:2.25.1-22.base.el7_3.3.i686", "7Server-7.3.AUS:binutils-devel-0:2.25.1-22.base.el7_3.3.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4037" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "7Server-7.3.AUS:binutils-0:2.25.1-22.base.el7_3.3.src", "7Server-7.3.AUS:binutils-0:2.25.1-22.base.el7_3.3.x86_64", "7Server-7.3.AUS:binutils-debuginfo-0:2.25.1-22.base.el7_3.3.i686", "7Server-7.3.AUS:binutils-debuginfo-0:2.25.1-22.base.el7_3.3.x86_64", "7Server-7.3.AUS:binutils-devel-0:2.25.1-22.base.el7_3.3.i686", "7Server-7.3.AUS:binutils-devel-0:2.25.1-22.base.el7_3.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "7Server-7.3.AUS:binutils-0:2.25.1-22.base.el7_3.3.src", "7Server-7.3.AUS:binutils-0:2.25.1-22.base.el7_3.3.x86_64", "7Server-7.3.AUS:binutils-debuginfo-0:2.25.1-22.base.el7_3.3.i686", "7Server-7.3.AUS:binutils-debuginfo-0:2.25.1-22.base.el7_3.3.x86_64", "7Server-7.3.AUS:binutils-devel-0:2.25.1-22.base.el7_3.3.i686", "7Server-7.3.AUS:binutils-devel-0:2.25.1-22.base.el7_3.3.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
RHSA-2021:4743
Vulnerability from csaf_redhat
Notes
{ "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 llvm-toolset:rhel8 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": "LLVM Toolset provides the LLVM compiler infrastructure framework, the Clang compiler for the C and C++ languages, the LLDB debugger, and related tools for code analysis.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in clang in order to facilitate detection of BiDi Unicode characters:\n\nclang-tidy now finds identifiers that contain Unicode characters with right-to-left direction, which can be confusing as they may change the understanding of a whole statement.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4743", "url": "https://access.redhat.com/errata/RHSA-2021:4743" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4743.json" } ], "title": "Red Hat Security Advisory: llvm-toolset:rhel8 security update", "tracking": { "current_release_date": "2025-09-25T12:36:01+00:00", "generator": { "date": "2025-09-25T12:36:01+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.8" } }, "id": "RHSA-2021:4743", "initial_release_date": "2021-11-18T17:49:47+00:00", "revision_history": [ { "date": "2021-11-18T17:49:47+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-18T17:49:47+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-25T12:36:01+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.5.0.Z.MAIN", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-debuginfo@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-debugsource@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-devel@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-libs@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-libs-debuginfo@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-resource-filesystem@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-tools-extra@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-tools-extra-debuginfo@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/compiler-rt@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/compiler-rt-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/compiler-rt-debugsource@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-clang-format@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/libomp@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/libomp-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/libomp-debugsource@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/libomp-devel@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/libomp-test@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/libomp-test-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-debugsource@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-devel@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-libs@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-libs-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-test@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-test-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lldb@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lldb-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lldb-debugsource@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lldb-devel@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-debuginfo@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-debugsource@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-devel@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-devel-debuginfo@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-googletest@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-libs@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-libs-debuginfo@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-static@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-test@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-test-debuginfo@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-toolset@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-clang@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-lldb@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.src.rpm-llvm-toolset:rhel8", "product": { "name": "clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.src.rpm (llvm-toolset:rhel8)", "product_id": "clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.src.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=src\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "product": { "name": "compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm (llvm-toolset:rhel8)", "product_id": "compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/compiler-rt@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=src\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "product": { "name": "libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm (llvm-toolset:rhel8)", "product_id": "libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/libomp@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=src\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "product": { "name": "lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm (llvm-toolset:rhel8)", "product_id": "lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=src\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "product": { "name": "lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm (llvm-toolset:rhel8)", "product_id": "lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lldb@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=src\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.src.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.src.rpm (llvm-toolset:rhel8)", "product_id": "llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.src.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=src\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm (llvm-toolset:rhel8)", "product_id": "llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-toolset@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=src\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "python-lit-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "product": { "name": "python-lit-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm (llvm-toolset:rhel8)", "product_id": "python-lit-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lit@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=src\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "clang-analyzer-12.0.1-4.module+el8.5.0+13246+cefb5d4c.noarch.rpm-llvm-toolset:rhel8", "product": { "name": "clang-analyzer-12.0.1-4.module+el8.5.0+13246+cefb5d4c.noarch.rpm (llvm-toolset:rhel8)", "product_id": "clang-analyzer-12.0.1-4.module+el8.5.0+13246+cefb5d4c.noarch.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-analyzer@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=noarch\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-doc-12.0.1-2.module+el8.5.0+12488+254d2a07.noarch.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-doc-12.0.1-2.module+el8.5.0+12488+254d2a07.noarch.rpm (llvm-toolset:rhel8)", "product_id": "llvm-doc-12.0.1-2.module+el8.5.0+12488+254d2a07.noarch.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-doc@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=noarch\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "python3-lit-12.0.1-1.module+el8.5.0+11871+08d0eab5.noarch.rpm-llvm-toolset:rhel8", "product": { "name": "python3-lit-12.0.1-1.module+el8.5.0+11871+08d0eab5.noarch.rpm (llvm-toolset:rhel8)", "product_id": "python3-lit-12.0.1-1.module+el8.5.0+11871+08d0eab5.noarch.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-lit@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=noarch\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-debuginfo@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-debugsource@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-devel@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-libs@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-libs-debuginfo@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-resource-filesystem@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-tools-extra@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-tools-extra-debuginfo@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/compiler-rt@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/compiler-rt-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/compiler-rt-debugsource@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-clang-format@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/libomp@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/libomp-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/libomp-debugsource@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/libomp-devel@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/libomp-test@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/libomp-test-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-debugsource@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-devel@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-libs@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-libs-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-test@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-test-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lldb@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lldb-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lldb-debugsource@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lldb-devel@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-debuginfo@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-debugsource@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-devel@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-devel-debuginfo@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-googletest@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-libs@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-libs-debuginfo@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-static@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-test@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-test-debuginfo@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-toolset@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-clang@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-lldb@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "product": { "name": "clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm (llvm-toolset:rhel8)", "product_id": "clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=s390x\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "product": { "name": "clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm (llvm-toolset:rhel8)", "product_id": "clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-debuginfo@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=s390x\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "product": { "name": "clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm (llvm-toolset:rhel8)", "product_id": "clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-debugsource@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=s390x\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "product": { "name": "clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm (llvm-toolset:rhel8)", "product_id": "clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-devel@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=s390x\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "product": { "name": "clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm (llvm-toolset:rhel8)", "product_id": "clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-libs@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=s390x\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "product": { "name": "clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm (llvm-toolset:rhel8)", "product_id": "clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-libs-debuginfo@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=s390x\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "product": { "name": "clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm (llvm-toolset:rhel8)", "product_id": "clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-resource-filesystem@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=s390x\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "product": { "name": "clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm (llvm-toolset:rhel8)", "product_id": "clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-tools-extra@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=s390x\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "product": { "name": "clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm (llvm-toolset:rhel8)", "product_id": "clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-tools-extra-debuginfo@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=s390x\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "product": { "name": "compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm (llvm-toolset:rhel8)", "product_id": "compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/compiler-rt@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=s390x\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "product": { "name": "compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm (llvm-toolset:rhel8)", "product_id": "compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/compiler-rt-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=s390x\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "product": { "name": "compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm (llvm-toolset:rhel8)", "product_id": "compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/compiler-rt-debugsource@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=s390x\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "product": { "name": "git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm (llvm-toolset:rhel8)", "product_id": "git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-clang-format@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=s390x\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "product": { "name": "lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm (llvm-toolset:rhel8)", "product_id": "lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lldb@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=s390x\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "product": { "name": "lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm (llvm-toolset:rhel8)", "product_id": "lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lldb-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=s390x\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "product": { "name": "lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm (llvm-toolset:rhel8)", "product_id": "lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lldb-debugsource@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=s390x\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "product": { "name": "lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm (llvm-toolset:rhel8)", "product_id": "lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lldb-devel@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=s390x\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm (llvm-toolset:rhel8)", "product_id": "llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=s390x\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm (llvm-toolset:rhel8)", "product_id": "llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-debuginfo@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=s390x\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm (llvm-toolset:rhel8)", "product_id": "llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-debugsource@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=s390x\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm (llvm-toolset:rhel8)", "product_id": "llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-devel@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=s390x\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm (llvm-toolset:rhel8)", "product_id": "llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-devel-debuginfo@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=s390x\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm (llvm-toolset:rhel8)", "product_id": "llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-googletest@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=s390x\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm (llvm-toolset:rhel8)", "product_id": "llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-libs@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=s390x\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm (llvm-toolset:rhel8)", "product_id": "llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-libs-debuginfo@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=s390x\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm (llvm-toolset:rhel8)", "product_id": "llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-static@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=s390x\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm (llvm-toolset:rhel8)", "product_id": "llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-test@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=s390x\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm (llvm-toolset:rhel8)", "product_id": "llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-test-debuginfo@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=s390x\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm (llvm-toolset:rhel8)", "product_id": "llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-toolset@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=s390x\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "product": { "name": "python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm (llvm-toolset:rhel8)", "product_id": "python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-clang@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=s390x\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "product": { "name": "python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm (llvm-toolset:rhel8)", "product_id": "python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-lldb@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=s390x\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "product": { "name": "clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm (llvm-toolset:rhel8)", "product_id": "clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "product": { "name": "clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm (llvm-toolset:rhel8)", "product_id": "clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-debuginfo@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "product": { "name": "clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm (llvm-toolset:rhel8)", "product_id": "clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-debugsource@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "product": { "name": "clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm (llvm-toolset:rhel8)", "product_id": "clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-devel@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "product": { "name": "clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm (llvm-toolset:rhel8)", "product_id": "clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-libs@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "product": { "name": "clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm (llvm-toolset:rhel8)", "product_id": "clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-libs-debuginfo@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "product": { "name": "clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm (llvm-toolset:rhel8)", "product_id": "clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-resource-filesystem@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "product": { "name": "clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm (llvm-toolset:rhel8)", "product_id": "clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-tools-extra@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "product": { "name": "clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm (llvm-toolset:rhel8)", "product_id": "clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-tools-extra-debuginfo@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product": { "name": "compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8)", "product_id": "compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/compiler-rt@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product": { "name": "compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8)", "product_id": "compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/compiler-rt-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product": { "name": "compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8)", "product_id": "compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/compiler-rt-debugsource@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "product": { "name": "git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm (llvm-toolset:rhel8)", "product_id": "git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-clang-format@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product": { "name": "libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8)", "product_id": "libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/libomp@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product": { "name": "libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8)", "product_id": "libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/libomp-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product": { "name": "libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8)", "product_id": "libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/libomp-debugsource@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product": { "name": "libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8)", "product_id": "libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/libomp-devel@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product": { "name": "libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8)", "product_id": "libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/libomp-test@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product": { "name": "libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8)", "product_id": "libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/libomp-test-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product": { "name": "lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8)", "product_id": "lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product": { "name": "lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8)", "product_id": "lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product": { "name": "lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8)", "product_id": "lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-debugsource@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product": { "name": "lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8)", "product_id": "lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-devel@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product": { "name": "lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8)", "product_id": "lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-libs@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product": { "name": "lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8)", "product_id": "lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-libs-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product": { "name": "lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8)", "product_id": "lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-test@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product": { "name": "lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8)", "product_id": "lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-test-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product": { "name": "lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8)", "product_id": "lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lldb@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product": { "name": "lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8)", "product_id": "lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lldb-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product": { "name": "lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8)", "product_id": "lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lldb-debugsource@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product": { "name": "lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8)", "product_id": "lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lldb-devel@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm (llvm-toolset:rhel8)", "product_id": "llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm (llvm-toolset:rhel8)", "product_id": "llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-debuginfo@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm (llvm-toolset:rhel8)", "product_id": "llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-debugsource@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm (llvm-toolset:rhel8)", "product_id": "llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-devel@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm (llvm-toolset:rhel8)", "product_id": "llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-devel-debuginfo@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm (llvm-toolset:rhel8)", "product_id": "llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-googletest@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm (llvm-toolset:rhel8)", "product_id": "llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-libs@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm (llvm-toolset:rhel8)", "product_id": "llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-libs-debuginfo@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm (llvm-toolset:rhel8)", "product_id": "llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-static@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm (llvm-toolset:rhel8)", "product_id": "llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-test@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm (llvm-toolset:rhel8)", "product_id": "llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-test-debuginfo@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8)", "product_id": "llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-toolset@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "product": { "name": "python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm (llvm-toolset:rhel8)", "product_id": "python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-clang@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product": { "name": "python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8)", "product_id": "python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-lldb@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-debuginfo@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-debugsource@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-devel@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-libs@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-libs-debuginfo@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-resource-filesystem@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-tools-extra@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-tools-extra-debuginfo@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/compiler-rt@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/compiler-rt-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/compiler-rt-debugsource@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-clang-format@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/libomp@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/libomp-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/libomp-debugsource@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/libomp-devel@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/libomp-test@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/libomp-test-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-debugsource@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-devel@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-libs@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-libs-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-test@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-test-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lldb@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lldb-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lldb-debugsource@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lldb-devel@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-debuginfo@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-debugsource@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-devel@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-devel-debuginfo@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-googletest@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-libs@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-libs-debuginfo@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-static@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-test@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-test-debuginfo@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-toolset@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-clang@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-lldb@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } } ], "category": "architecture", "name": "x86_64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.src.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.src.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.src.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-analyzer-12.0.1-4.module+el8.5.0+13246+cefb5d4c.noarch.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-analyzer-12.0.1-4.module+el8.5.0+13246+cefb5d4c.noarch.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-analyzer-12.0.1-4.module+el8.5.0+13246+cefb5d4c.noarch.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8" }, "product_reference": "compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8" }, "product_reference": "compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8" }, "product_reference": "compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8" }, "product_reference": "compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8" }, "product_reference": "git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8" }, "product_reference": "libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8" }, "product_reference": "lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8" }, "product_reference": "lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8" }, "product_reference": "lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8" }, "product_reference": "lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8" }, "product_reference": "lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8" }, "product_reference": "lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.src.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.src.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.src.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-doc-12.0.1-2.module+el8.5.0+12488+254d2a07.noarch.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-doc-12.0.1-2.module+el8.5.0+12488+254d2a07.noarch.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-doc-12.0.1-2.module+el8.5.0+12488+254d2a07.noarch.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python-lit-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:python-lit-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8" }, "product_reference": "python-lit-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8" }, "product_reference": "python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-lit-12.0.1-1.module+el8.5.0+11871+08d0eab5.noarch.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:python3-lit-12.0.1-1.module+el8.5.0+11871+08d0eab5.noarch.rpm-llvm-toolset:rhel8" }, "product_reference": "python3-lit-12.0.1-1.module+el8.5.0+11871+08d0eab5.noarch.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8" }, "product_reference": "python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "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.5.0.Z.MAIN:clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.src.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-analyzer-12.0.1-4.module+el8.5.0+13246+cefb5d4c.noarch.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.src.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-doc-12.0.1-2.module+el8.5.0+12488+254d2a07.noarch.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python-lit-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-lit-12.0.1-1.module+el8.5.0+11871+08d0eab5.noarch.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-18T17:49:47+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.5.0.Z.MAIN:clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.src.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-analyzer-12.0.1-4.module+el8.5.0+13246+cefb5d4c.noarch.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.src.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-doc-12.0.1-2.module+el8.5.0+12488+254d2a07.noarch.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python-lit-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-lit-12.0.1-1.module+el8.5.0+11871+08d0eab5.noarch.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4743" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "AppStream-8.5.0.Z.MAIN:clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.src.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-analyzer-12.0.1-4.module+el8.5.0+13246+cefb5d4c.noarch.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.src.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-doc-12.0.1-2.module+el8.5.0+12488+254d2a07.noarch.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python-lit-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-lit-12.0.1-1.module+el8.5.0+11871+08d0eab5.noarch.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.5.0.Z.MAIN:clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.src.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-analyzer-12.0.1-4.module+el8.5.0+13246+cefb5d4c.noarch.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.src.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-doc-12.0.1-2.module+el8.5.0+12488+254d2a07.noarch.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python-lit-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-lit-12.0.1-1.module+el8.5.0+11871+08d0eab5.noarch.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
rhsa-2021:4599
Vulnerability from csaf_redhat
Notes
{ "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 annobin is now available for Red Hat Enterprise Linux 8.1 Extended Update Support.\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": "Annobin provides a compiler plugin to annotate and tools to examine compiled binary files.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in annobin in order to facilitate detection of BiDi Unicode characters:\n\nThis update of annobin adds a new annocheck test to detect the presence of multibyte characters in symbol names.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4599", "url": "https://access.redhat.com/errata/RHSA-2021:4599" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4599.json" } ], "title": "Red Hat Security Advisory: annobin security update", "tracking": { "current_release_date": "2025-09-25T12:35:48+00:00", "generator": { "date": "2025-09-25T12:35:48+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.8" } }, "id": "RHSA-2021:4599", "initial_release_date": "2021-11-10T09:15:36+00:00", "revision_history": [ { "date": "2021-11-10T09:15:36+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-10T09:15:36+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-25T12:35:48+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:8.1::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "annobin-0:8.78-1.el8_1.1.src", "product": { "name": "annobin-0:8.78-1.el8_1.1.src", "product_id": "annobin-0:8.78-1.el8_1.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin@8.78-1.el8_1.1?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "annobin-0:8.78-1.el8_1.1.aarch64", "product": { "name": "annobin-0:8.78-1.el8_1.1.aarch64", "product_id": "annobin-0:8.78-1.el8_1.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin@8.78-1.el8_1.1?arch=aarch64" } } }, { "category": "product_version", "name": "annobin-debugsource-0:8.78-1.el8_1.1.aarch64", "product": { "name": "annobin-debugsource-0:8.78-1.el8_1.1.aarch64", "product_id": "annobin-debugsource-0:8.78-1.el8_1.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debugsource@8.78-1.el8_1.1?arch=aarch64" } } }, { "category": "product_version", "name": "annobin-debuginfo-0:8.78-1.el8_1.1.aarch64", "product": { "name": "annobin-debuginfo-0:8.78-1.el8_1.1.aarch64", "product_id": "annobin-debuginfo-0:8.78-1.el8_1.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debuginfo@8.78-1.el8_1.1?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "annobin-0:8.78-1.el8_1.1.ppc64le", "product": { "name": "annobin-0:8.78-1.el8_1.1.ppc64le", "product_id": "annobin-0:8.78-1.el8_1.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin@8.78-1.el8_1.1?arch=ppc64le" } } }, { "category": "product_version", "name": "annobin-debugsource-0:8.78-1.el8_1.1.ppc64le", "product": { "name": "annobin-debugsource-0:8.78-1.el8_1.1.ppc64le", "product_id": "annobin-debugsource-0:8.78-1.el8_1.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debugsource@8.78-1.el8_1.1?arch=ppc64le" } } }, { "category": "product_version", "name": "annobin-debuginfo-0:8.78-1.el8_1.1.ppc64le", "product": { "name": "annobin-debuginfo-0:8.78-1.el8_1.1.ppc64le", "product_id": "annobin-debuginfo-0:8.78-1.el8_1.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debuginfo@8.78-1.el8_1.1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "annobin-0:8.78-1.el8_1.1.x86_64", "product": { "name": "annobin-0:8.78-1.el8_1.1.x86_64", "product_id": "annobin-0:8.78-1.el8_1.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin@8.78-1.el8_1.1?arch=x86_64" } } }, { "category": "product_version", "name": "annobin-debugsource-0:8.78-1.el8_1.1.x86_64", "product": { "name": "annobin-debugsource-0:8.78-1.el8_1.1.x86_64", "product_id": "annobin-debugsource-0:8.78-1.el8_1.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debugsource@8.78-1.el8_1.1?arch=x86_64" } } }, { "category": "product_version", "name": "annobin-debuginfo-0:8.78-1.el8_1.1.x86_64", "product": { "name": "annobin-debuginfo-0:8.78-1.el8_1.1.x86_64", "product_id": "annobin-debuginfo-0:8.78-1.el8_1.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debuginfo@8.78-1.el8_1.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "annobin-0:8.78-1.el8_1.1.s390x", "product": { "name": "annobin-0:8.78-1.el8_1.1.s390x", "product_id": "annobin-0:8.78-1.el8_1.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin@8.78-1.el8_1.1?arch=s390x" } } }, { "category": "product_version", "name": "annobin-debugsource-0:8.78-1.el8_1.1.s390x", "product": { "name": "annobin-debugsource-0:8.78-1.el8_1.1.s390x", "product_id": "annobin-debugsource-0:8.78-1.el8_1.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debugsource@8.78-1.el8_1.1?arch=s390x" } } }, { "category": "product_version", "name": "annobin-debuginfo-0:8.78-1.el8_1.1.s390x", "product": { "name": "annobin-debuginfo-0:8.78-1.el8_1.1.s390x", "product_id": "annobin-debuginfo-0:8.78-1.el8_1.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debuginfo@8.78-1.el8_1.1?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "annobin-0:8.78-1.el8_1.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:annobin-0:8.78-1.el8_1.1.aarch64" }, "product_reference": "annobin-0:8.78-1.el8_1.1.aarch64", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-0:8.78-1.el8_1.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:annobin-0:8.78-1.el8_1.1.ppc64le" }, "product_reference": "annobin-0:8.78-1.el8_1.1.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-0:8.78-1.el8_1.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:annobin-0:8.78-1.el8_1.1.s390x" }, "product_reference": "annobin-0:8.78-1.el8_1.1.s390x", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-0:8.78-1.el8_1.1.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:annobin-0:8.78-1.el8_1.1.src" }, "product_reference": "annobin-0:8.78-1.el8_1.1.src", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-0:8.78-1.el8_1.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:annobin-0:8.78-1.el8_1.1.x86_64" }, "product_reference": "annobin-0:8.78-1.el8_1.1.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debuginfo-0:8.78-1.el8_1.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:annobin-debuginfo-0:8.78-1.el8_1.1.aarch64" }, "product_reference": "annobin-debuginfo-0:8.78-1.el8_1.1.aarch64", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debuginfo-0:8.78-1.el8_1.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:annobin-debuginfo-0:8.78-1.el8_1.1.ppc64le" }, "product_reference": "annobin-debuginfo-0:8.78-1.el8_1.1.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debuginfo-0:8.78-1.el8_1.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:annobin-debuginfo-0:8.78-1.el8_1.1.s390x" }, "product_reference": "annobin-debuginfo-0:8.78-1.el8_1.1.s390x", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debuginfo-0:8.78-1.el8_1.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:annobin-debuginfo-0:8.78-1.el8_1.1.x86_64" }, "product_reference": "annobin-debuginfo-0:8.78-1.el8_1.1.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debugsource-0:8.78-1.el8_1.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:annobin-debugsource-0:8.78-1.el8_1.1.aarch64" }, "product_reference": "annobin-debugsource-0:8.78-1.el8_1.1.aarch64", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debugsource-0:8.78-1.el8_1.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:annobin-debugsource-0:8.78-1.el8_1.1.ppc64le" }, "product_reference": "annobin-debugsource-0:8.78-1.el8_1.1.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debugsource-0:8.78-1.el8_1.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:annobin-debugsource-0:8.78-1.el8_1.1.s390x" }, "product_reference": "annobin-debugsource-0:8.78-1.el8_1.1.s390x", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debugsource-0:8.78-1.el8_1.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:annobin-debugsource-0:8.78-1.el8_1.1.x86_64" }, "product_reference": "annobin-debugsource-0:8.78-1.el8_1.1.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.1.0.Z.EUS:annobin-0:8.78-1.el8_1.1.aarch64", "AppStream-8.1.0.Z.EUS:annobin-0:8.78-1.el8_1.1.ppc64le", "AppStream-8.1.0.Z.EUS:annobin-0:8.78-1.el8_1.1.s390x", "AppStream-8.1.0.Z.EUS:annobin-0:8.78-1.el8_1.1.src", "AppStream-8.1.0.Z.EUS:annobin-0:8.78-1.el8_1.1.x86_64", "AppStream-8.1.0.Z.EUS:annobin-debuginfo-0:8.78-1.el8_1.1.aarch64", "AppStream-8.1.0.Z.EUS:annobin-debuginfo-0:8.78-1.el8_1.1.ppc64le", "AppStream-8.1.0.Z.EUS:annobin-debuginfo-0:8.78-1.el8_1.1.s390x", "AppStream-8.1.0.Z.EUS:annobin-debuginfo-0:8.78-1.el8_1.1.x86_64", "AppStream-8.1.0.Z.EUS:annobin-debugsource-0:8.78-1.el8_1.1.aarch64", "AppStream-8.1.0.Z.EUS:annobin-debugsource-0:8.78-1.el8_1.1.ppc64le", "AppStream-8.1.0.Z.EUS:annobin-debugsource-0:8.78-1.el8_1.1.s390x", "AppStream-8.1.0.Z.EUS:annobin-debugsource-0:8.78-1.el8_1.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-10T09:15:36+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.1.0.Z.EUS:annobin-0:8.78-1.el8_1.1.aarch64", "AppStream-8.1.0.Z.EUS:annobin-0:8.78-1.el8_1.1.ppc64le", "AppStream-8.1.0.Z.EUS:annobin-0:8.78-1.el8_1.1.s390x", "AppStream-8.1.0.Z.EUS:annobin-0:8.78-1.el8_1.1.src", "AppStream-8.1.0.Z.EUS:annobin-0:8.78-1.el8_1.1.x86_64", "AppStream-8.1.0.Z.EUS:annobin-debuginfo-0:8.78-1.el8_1.1.aarch64", "AppStream-8.1.0.Z.EUS:annobin-debuginfo-0:8.78-1.el8_1.1.ppc64le", "AppStream-8.1.0.Z.EUS:annobin-debuginfo-0:8.78-1.el8_1.1.s390x", "AppStream-8.1.0.Z.EUS:annobin-debuginfo-0:8.78-1.el8_1.1.x86_64", "AppStream-8.1.0.Z.EUS:annobin-debugsource-0:8.78-1.el8_1.1.aarch64", "AppStream-8.1.0.Z.EUS:annobin-debugsource-0:8.78-1.el8_1.1.ppc64le", "AppStream-8.1.0.Z.EUS:annobin-debugsource-0:8.78-1.el8_1.1.s390x", "AppStream-8.1.0.Z.EUS:annobin-debugsource-0:8.78-1.el8_1.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4599" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "AppStream-8.1.0.Z.EUS:annobin-0:8.78-1.el8_1.1.aarch64", "AppStream-8.1.0.Z.EUS:annobin-0:8.78-1.el8_1.1.ppc64le", "AppStream-8.1.0.Z.EUS:annobin-0:8.78-1.el8_1.1.s390x", "AppStream-8.1.0.Z.EUS:annobin-0:8.78-1.el8_1.1.src", "AppStream-8.1.0.Z.EUS:annobin-0:8.78-1.el8_1.1.x86_64", "AppStream-8.1.0.Z.EUS:annobin-debuginfo-0:8.78-1.el8_1.1.aarch64", "AppStream-8.1.0.Z.EUS:annobin-debuginfo-0:8.78-1.el8_1.1.ppc64le", "AppStream-8.1.0.Z.EUS:annobin-debuginfo-0:8.78-1.el8_1.1.s390x", "AppStream-8.1.0.Z.EUS:annobin-debuginfo-0:8.78-1.el8_1.1.x86_64", "AppStream-8.1.0.Z.EUS:annobin-debugsource-0:8.78-1.el8_1.1.aarch64", "AppStream-8.1.0.Z.EUS:annobin-debugsource-0:8.78-1.el8_1.1.ppc64le", "AppStream-8.1.0.Z.EUS:annobin-debugsource-0:8.78-1.el8_1.1.s390x", "AppStream-8.1.0.Z.EUS:annobin-debugsource-0:8.78-1.el8_1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.1.0.Z.EUS:annobin-0:8.78-1.el8_1.1.aarch64", "AppStream-8.1.0.Z.EUS:annobin-0:8.78-1.el8_1.1.ppc64le", "AppStream-8.1.0.Z.EUS:annobin-0:8.78-1.el8_1.1.s390x", "AppStream-8.1.0.Z.EUS:annobin-0:8.78-1.el8_1.1.src", "AppStream-8.1.0.Z.EUS:annobin-0:8.78-1.el8_1.1.x86_64", "AppStream-8.1.0.Z.EUS:annobin-debuginfo-0:8.78-1.el8_1.1.aarch64", "AppStream-8.1.0.Z.EUS:annobin-debuginfo-0:8.78-1.el8_1.1.ppc64le", "AppStream-8.1.0.Z.EUS:annobin-debuginfo-0:8.78-1.el8_1.1.s390x", "AppStream-8.1.0.Z.EUS:annobin-debuginfo-0:8.78-1.el8_1.1.x86_64", "AppStream-8.1.0.Z.EUS:annobin-debugsource-0:8.78-1.el8_1.1.aarch64", "AppStream-8.1.0.Z.EUS:annobin-debugsource-0:8.78-1.el8_1.1.ppc64le", "AppStream-8.1.0.Z.EUS:annobin-debugsource-0:8.78-1.el8_1.1.s390x", "AppStream-8.1.0.Z.EUS:annobin-debugsource-0:8.78-1.el8_1.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
rhsa-2021_4036
Vulnerability from csaf_redhat
Notes
{ "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 binutils is now available for Red Hat Enterprise Linux 7.4 Advanced Update Support.\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": "The binutils packages provide a collection of binary utilities for the manipulation of object code in various object file formats. It includes the ar, as, gprof, ld, nm, objcopy, objdump, ranlib, readelf, size, strings, strip, and addr2line utilities.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in binutils in order to facilitate detection of BiDi Unicode characters:\n\nTools which display names or strings (readelf, strings, nm, objdump) have a new command line option --unicode / -U which controls how Unicode characters are handled.\n\nUsing \"--unicode=default\" will treat them as normal for the tool. This is the default behaviour when --unicode option is not used.\nUsing \"--unicode=locale\" will display them according to the current locale.\nUsing \"--unicode=hex\" will display them as hex byte values.\nUsing \"--unicode=escape\" will display them as Unicode escape sequences.\nUsing \"--unicode=highlight\" will display them as Unicode escape sequences highlighted in red, if supported by the output device.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4036", "url": "https://access.redhat.com/errata/RHSA-2021:4036" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4036.json" } ], "title": "Red Hat Security Advisory: binutils security update", "tracking": { "current_release_date": "2024-11-13T23:32:42+00:00", "generator": { "date": "2024-11-13T23:32:42+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2021:4036", "initial_release_date": "2021-11-01T07:47:12+00:00", "revision_history": [ { "date": "2021-11-01T07:47:12+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-01T07:47:12+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T23:32:42+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 Server AUS (v. 7.4)", "product": { "name": "Red Hat Enterprise Linux Server AUS (v. 7.4)", "product_id": "7Server-7.4.AUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_aus:7.4::server" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "binutils-0:2.25.1-32.base.el7_4.5.src", "product": { "name": "binutils-0:2.25.1-32.base.el7_4.5.src", "product_id": "binutils-0:2.25.1-32.base.el7_4.5.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.25.1-32.base.el7_4.5?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "binutils-0:2.25.1-32.base.el7_4.5.x86_64", "product": { "name": "binutils-0:2.25.1-32.base.el7_4.5.x86_64", "product_id": "binutils-0:2.25.1-32.base.el7_4.5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.25.1-32.base.el7_4.5?arch=x86_64" } } }, { "category": "product_version", "name": "binutils-devel-0:2.25.1-32.base.el7_4.5.x86_64", "product": { "name": "binutils-devel-0:2.25.1-32.base.el7_4.5.x86_64", "product_id": "binutils-devel-0:2.25.1-32.base.el7_4.5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.25.1-32.base.el7_4.5?arch=x86_64" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.25.1-32.base.el7_4.5.x86_64", "product": { "name": "binutils-debuginfo-0:2.25.1-32.base.el7_4.5.x86_64", "product_id": "binutils-debuginfo-0:2.25.1-32.base.el7_4.5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.25.1-32.base.el7_4.5?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.25.1-32.base.el7_4.5.i686", "product": { "name": "binutils-devel-0:2.25.1-32.base.el7_4.5.i686", "product_id": "binutils-devel-0:2.25.1-32.base.el7_4.5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.25.1-32.base.el7_4.5?arch=i686" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.25.1-32.base.el7_4.5.i686", "product": { "name": "binutils-debuginfo-0:2.25.1-32.base.el7_4.5.i686", "product_id": "binutils-debuginfo-0:2.25.1-32.base.el7_4.5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.25.1-32.base.el7_4.5?arch=i686" } } } ], "category": "architecture", "name": "i686" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.25.1-32.base.el7_4.5.src as a component of Red Hat Enterprise Linux Server AUS (v. 7.4)", "product_id": "7Server-7.4.AUS:binutils-0:2.25.1-32.base.el7_4.5.src" }, "product_reference": "binutils-0:2.25.1-32.base.el7_4.5.src", "relates_to_product_reference": "7Server-7.4.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.25.1-32.base.el7_4.5.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.4)", "product_id": "7Server-7.4.AUS:binutils-0:2.25.1-32.base.el7_4.5.x86_64" }, "product_reference": "binutils-0:2.25.1-32.base.el7_4.5.x86_64", "relates_to_product_reference": "7Server-7.4.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.25.1-32.base.el7_4.5.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.4)", "product_id": "7Server-7.4.AUS:binutils-debuginfo-0:2.25.1-32.base.el7_4.5.i686" }, "product_reference": "binutils-debuginfo-0:2.25.1-32.base.el7_4.5.i686", "relates_to_product_reference": "7Server-7.4.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.25.1-32.base.el7_4.5.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.4)", "product_id": "7Server-7.4.AUS:binutils-debuginfo-0:2.25.1-32.base.el7_4.5.x86_64" }, "product_reference": "binutils-debuginfo-0:2.25.1-32.base.el7_4.5.x86_64", "relates_to_product_reference": "7Server-7.4.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.25.1-32.base.el7_4.5.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.4)", "product_id": "7Server-7.4.AUS:binutils-devel-0:2.25.1-32.base.el7_4.5.i686" }, "product_reference": "binutils-devel-0:2.25.1-32.base.el7_4.5.i686", "relates_to_product_reference": "7Server-7.4.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.25.1-32.base.el7_4.5.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.4)", "product_id": "7Server-7.4.AUS:binutils-devel-0:2.25.1-32.base.el7_4.5.x86_64" }, "product_reference": "binutils-devel-0:2.25.1-32.base.el7_4.5.x86_64", "relates_to_product_reference": "7Server-7.4.AUS" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-7.4.AUS:binutils-0:2.25.1-32.base.el7_4.5.src", "7Server-7.4.AUS:binutils-0:2.25.1-32.base.el7_4.5.x86_64", "7Server-7.4.AUS:binutils-debuginfo-0:2.25.1-32.base.el7_4.5.i686", "7Server-7.4.AUS:binutils-debuginfo-0:2.25.1-32.base.el7_4.5.x86_64", "7Server-7.4.AUS:binutils-devel-0:2.25.1-32.base.el7_4.5.i686", "7Server-7.4.AUS:binutils-devel-0:2.25.1-32.base.el7_4.5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-01T07:47:12+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Server-7.4.AUS:binutils-0:2.25.1-32.base.el7_4.5.src", "7Server-7.4.AUS:binutils-0:2.25.1-32.base.el7_4.5.x86_64", "7Server-7.4.AUS:binutils-debuginfo-0:2.25.1-32.base.el7_4.5.i686", "7Server-7.4.AUS:binutils-debuginfo-0:2.25.1-32.base.el7_4.5.x86_64", "7Server-7.4.AUS:binutils-devel-0:2.25.1-32.base.el7_4.5.i686", "7Server-7.4.AUS:binutils-devel-0:2.25.1-32.base.el7_4.5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4036" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "7Server-7.4.AUS:binutils-0:2.25.1-32.base.el7_4.5.src", "7Server-7.4.AUS:binutils-0:2.25.1-32.base.el7_4.5.x86_64", "7Server-7.4.AUS:binutils-debuginfo-0:2.25.1-32.base.el7_4.5.i686", "7Server-7.4.AUS:binutils-debuginfo-0:2.25.1-32.base.el7_4.5.x86_64", "7Server-7.4.AUS:binutils-devel-0:2.25.1-32.base.el7_4.5.i686", "7Server-7.4.AUS:binutils-devel-0:2.25.1-32.base.el7_4.5.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "7Server-7.4.AUS:binutils-0:2.25.1-32.base.el7_4.5.src", "7Server-7.4.AUS:binutils-0:2.25.1-32.base.el7_4.5.x86_64", "7Server-7.4.AUS:binutils-debuginfo-0:2.25.1-32.base.el7_4.5.i686", "7Server-7.4.AUS:binutils-debuginfo-0:2.25.1-32.base.el7_4.5.x86_64", "7Server-7.4.AUS:binutils-devel-0:2.25.1-32.base.el7_4.5.i686", "7Server-7.4.AUS:binutils-devel-0:2.25.1-32.base.el7_4.5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
rhsa-2021:4036
Vulnerability from csaf_redhat
Notes
{ "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 binutils is now available for Red Hat Enterprise Linux 7.4 Advanced Update Support.\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": "The binutils packages provide a collection of binary utilities for the manipulation of object code in various object file formats. It includes the ar, as, gprof, ld, nm, objcopy, objdump, ranlib, readelf, size, strings, strip, and addr2line utilities.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in binutils in order to facilitate detection of BiDi Unicode characters:\n\nTools which display names or strings (readelf, strings, nm, objdump) have a new command line option --unicode / -U which controls how Unicode characters are handled.\n\nUsing \"--unicode=default\" will treat them as normal for the tool. This is the default behaviour when --unicode option is not used.\nUsing \"--unicode=locale\" will display them according to the current locale.\nUsing \"--unicode=hex\" will display them as hex byte values.\nUsing \"--unicode=escape\" will display them as Unicode escape sequences.\nUsing \"--unicode=highlight\" will display them as Unicode escape sequences highlighted in red, if supported by the output device.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4036", "url": "https://access.redhat.com/errata/RHSA-2021:4036" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4036.json" } ], "title": "Red Hat Security Advisory: binutils security update", "tracking": { "current_release_date": "2025-09-25T12:34:59+00:00", "generator": { "date": "2025-09-25T12:34:59+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.8" } }, "id": "RHSA-2021:4036", "initial_release_date": "2021-11-01T07:47:12+00:00", "revision_history": [ { "date": "2021-11-01T07:47:12+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-01T07:47:12+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-25T12:34:59+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 Server AUS (v. 7.4)", "product": { "name": "Red Hat Enterprise Linux Server AUS (v. 7.4)", "product_id": "7Server-7.4.AUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_aus:7.4::server" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "binutils-0:2.25.1-32.base.el7_4.5.src", "product": { "name": "binutils-0:2.25.1-32.base.el7_4.5.src", "product_id": "binutils-0:2.25.1-32.base.el7_4.5.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.25.1-32.base.el7_4.5?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "binutils-0:2.25.1-32.base.el7_4.5.x86_64", "product": { "name": "binutils-0:2.25.1-32.base.el7_4.5.x86_64", "product_id": "binutils-0:2.25.1-32.base.el7_4.5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.25.1-32.base.el7_4.5?arch=x86_64" } } }, { "category": "product_version", "name": "binutils-devel-0:2.25.1-32.base.el7_4.5.x86_64", "product": { "name": "binutils-devel-0:2.25.1-32.base.el7_4.5.x86_64", "product_id": "binutils-devel-0:2.25.1-32.base.el7_4.5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.25.1-32.base.el7_4.5?arch=x86_64" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.25.1-32.base.el7_4.5.x86_64", "product": { "name": "binutils-debuginfo-0:2.25.1-32.base.el7_4.5.x86_64", "product_id": "binutils-debuginfo-0:2.25.1-32.base.el7_4.5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.25.1-32.base.el7_4.5?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.25.1-32.base.el7_4.5.i686", "product": { "name": "binutils-devel-0:2.25.1-32.base.el7_4.5.i686", "product_id": "binutils-devel-0:2.25.1-32.base.el7_4.5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.25.1-32.base.el7_4.5?arch=i686" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.25.1-32.base.el7_4.5.i686", "product": { "name": "binutils-debuginfo-0:2.25.1-32.base.el7_4.5.i686", "product_id": "binutils-debuginfo-0:2.25.1-32.base.el7_4.5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.25.1-32.base.el7_4.5?arch=i686" } } } ], "category": "architecture", "name": "i686" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.25.1-32.base.el7_4.5.src as a component of Red Hat Enterprise Linux Server AUS (v. 7.4)", "product_id": "7Server-7.4.AUS:binutils-0:2.25.1-32.base.el7_4.5.src" }, "product_reference": "binutils-0:2.25.1-32.base.el7_4.5.src", "relates_to_product_reference": "7Server-7.4.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.25.1-32.base.el7_4.5.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.4)", "product_id": "7Server-7.4.AUS:binutils-0:2.25.1-32.base.el7_4.5.x86_64" }, "product_reference": "binutils-0:2.25.1-32.base.el7_4.5.x86_64", "relates_to_product_reference": "7Server-7.4.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.25.1-32.base.el7_4.5.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.4)", "product_id": "7Server-7.4.AUS:binutils-debuginfo-0:2.25.1-32.base.el7_4.5.i686" }, "product_reference": "binutils-debuginfo-0:2.25.1-32.base.el7_4.5.i686", "relates_to_product_reference": "7Server-7.4.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.25.1-32.base.el7_4.5.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.4)", "product_id": "7Server-7.4.AUS:binutils-debuginfo-0:2.25.1-32.base.el7_4.5.x86_64" }, "product_reference": "binutils-debuginfo-0:2.25.1-32.base.el7_4.5.x86_64", "relates_to_product_reference": "7Server-7.4.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.25.1-32.base.el7_4.5.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.4)", "product_id": "7Server-7.4.AUS:binutils-devel-0:2.25.1-32.base.el7_4.5.i686" }, "product_reference": "binutils-devel-0:2.25.1-32.base.el7_4.5.i686", "relates_to_product_reference": "7Server-7.4.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.25.1-32.base.el7_4.5.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.4)", "product_id": "7Server-7.4.AUS:binutils-devel-0:2.25.1-32.base.el7_4.5.x86_64" }, "product_reference": "binutils-devel-0:2.25.1-32.base.el7_4.5.x86_64", "relates_to_product_reference": "7Server-7.4.AUS" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-7.4.AUS:binutils-0:2.25.1-32.base.el7_4.5.src", "7Server-7.4.AUS:binutils-0:2.25.1-32.base.el7_4.5.x86_64", "7Server-7.4.AUS:binutils-debuginfo-0:2.25.1-32.base.el7_4.5.i686", "7Server-7.4.AUS:binutils-debuginfo-0:2.25.1-32.base.el7_4.5.x86_64", "7Server-7.4.AUS:binutils-devel-0:2.25.1-32.base.el7_4.5.i686", "7Server-7.4.AUS:binutils-devel-0:2.25.1-32.base.el7_4.5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-01T07:47:12+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Server-7.4.AUS:binutils-0:2.25.1-32.base.el7_4.5.src", "7Server-7.4.AUS:binutils-0:2.25.1-32.base.el7_4.5.x86_64", "7Server-7.4.AUS:binutils-debuginfo-0:2.25.1-32.base.el7_4.5.i686", "7Server-7.4.AUS:binutils-debuginfo-0:2.25.1-32.base.el7_4.5.x86_64", "7Server-7.4.AUS:binutils-devel-0:2.25.1-32.base.el7_4.5.i686", "7Server-7.4.AUS:binutils-devel-0:2.25.1-32.base.el7_4.5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4036" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "7Server-7.4.AUS:binutils-0:2.25.1-32.base.el7_4.5.src", "7Server-7.4.AUS:binutils-0:2.25.1-32.base.el7_4.5.x86_64", "7Server-7.4.AUS:binutils-debuginfo-0:2.25.1-32.base.el7_4.5.i686", "7Server-7.4.AUS:binutils-debuginfo-0:2.25.1-32.base.el7_4.5.x86_64", "7Server-7.4.AUS:binutils-devel-0:2.25.1-32.base.el7_4.5.i686", "7Server-7.4.AUS:binutils-devel-0:2.25.1-32.base.el7_4.5.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "7Server-7.4.AUS:binutils-0:2.25.1-32.base.el7_4.5.src", "7Server-7.4.AUS:binutils-0:2.25.1-32.base.el7_4.5.x86_64", "7Server-7.4.AUS:binutils-debuginfo-0:2.25.1-32.base.el7_4.5.i686", "7Server-7.4.AUS:binutils-debuginfo-0:2.25.1-32.base.el7_4.5.x86_64", "7Server-7.4.AUS:binutils-devel-0:2.25.1-32.base.el7_4.5.i686", "7Server-7.4.AUS:binutils-devel-0:2.25.1-32.base.el7_4.5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
RHSA-2021:4587
Vulnerability from csaf_redhat
Notes
{ "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 gcc 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": "The gcc packages provide compilers for C, C++, Java, Fortran, Objective C, and Ada 95 GNU, as well as related support libraries.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in gcc in order to facilitate detection of BiDi Unicode characters:\n\nThis update implements a new warning option -Wbidirectional to warn about possibly dangerous bidirectional characters.\n\nThere are three levels of warning supported by gcc:\n\"-Wbidirectional=unpaired\", which warns about improperly terminated BiDi contexts. (This is the default.)\n\"-Wbidirectional=none\", which turns the warning off.\n\"-Wbidirectional=any\", which warns about any use of bidirectional characters.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4587", "url": "https://access.redhat.com/errata/RHSA-2021:4587" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4587.json" } ], "title": "Red Hat Security Advisory: gcc security update", "tracking": { "current_release_date": "2025-09-25T12:35:44+00:00", "generator": { "date": "2025-09-25T12:35:44+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.8" } }, "id": "RHSA-2021:4587", "initial_release_date": "2021-11-10T09:59:16+00:00", "revision_history": [ { "date": "2021-11-10T09:59:16+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-10T09:59:16+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-25T12:35: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. 8)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux BaseOS (v. 8)", "product": { "name": "Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:8::baseos" } } }, { "category": "product_name", "name": "Red Hat CodeReady Linux Builder (v. 8)", "product": { "name": "Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::crb" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "cpp-0:8.5.0-4.el8_5.aarch64", "product": { "name": "cpp-0:8.5.0-4.el8_5.aarch64", "product_id": "cpp-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cpp@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-0:8.5.0-4.el8_5.aarch64", "product": { "name": "gcc-0:8.5.0-4.el8_5.aarch64", "product_id": "gcc-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-c++-0:8.5.0-4.el8_5.aarch64", "product": { "name": "gcc-c++-0:8.5.0-4.el8_5.aarch64", "product_id": "gcc-c++-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-c%2B%2B@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-gdb-plugin-0:8.5.0-4.el8_5.aarch64", "product": { "name": "gcc-gdb-plugin-0:8.5.0-4.el8_5.aarch64", "product_id": "gcc-gdb-plugin-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-gdb-plugin@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-gfortran-0:8.5.0-4.el8_5.aarch64", "product": { "name": "gcc-gfortran-0:8.5.0-4.el8_5.aarch64", "product_id": "gcc-gfortran-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-gfortran@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libitm-devel-0:8.5.0-4.el8_5.aarch64", "product": { "name": "libitm-devel-0:8.5.0-4.el8_5.aarch64", "product_id": "libitm-devel-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libitm-devel@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libstdc++-devel-0:8.5.0-4.el8_5.aarch64", "product": { "name": "libstdc++-devel-0:8.5.0-4.el8_5.aarch64", "product_id": "libstdc++-devel-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libstdc%2B%2B-devel@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libstdc++-docs-0:8.5.0-4.el8_5.aarch64", "product": { "name": "libstdc++-docs-0:8.5.0-4.el8_5.aarch64", "product_id": "libstdc++-docs-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libstdc%2B%2B-docs@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-debugsource-0:8.5.0-4.el8_5.aarch64", "product": { "name": "gcc-debugsource-0:8.5.0-4.el8_5.aarch64", "product_id": "gcc-debugsource-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-debugsource@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "cpp-debuginfo-0:8.5.0-4.el8_5.aarch64", "product": { "name": "cpp-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_id": "cpp-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cpp-debuginfo@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.aarch64", "product": { "name": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_id": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-c%2B%2B-debuginfo@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "product": { "name": "gcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_id": "gcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-debuginfo@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.aarch64", "product": { "name": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_id": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-gdb-plugin-debuginfo@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "product": { "name": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_id": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-gfortran-debuginfo@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.aarch64", "product": { "name": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_id": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-plugin-devel-debuginfo@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libasan-debuginfo-0:8.5.0-4.el8_5.aarch64", "product": { "name": "libasan-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_id": "libasan-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan-debuginfo@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libatomic-debuginfo-0:8.5.0-4.el8_5.aarch64", "product": { "name": "libatomic-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_id": "libatomic-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libatomic-debuginfo@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libgcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "product": { "name": "libgcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_id": "libgcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgcc-debuginfo@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libgfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "product": { "name": "libgfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_id": "libgfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgfortran-debuginfo@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libgomp-debuginfo-0:8.5.0-4.el8_5.aarch64", "product": { "name": "libgomp-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_id": "libgomp-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgomp-debuginfo@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libitm-debuginfo-0:8.5.0-4.el8_5.aarch64", "product": { "name": "libitm-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_id": "libitm-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libitm-debuginfo@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "liblsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "product": { "name": "liblsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_id": "liblsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/liblsan-debuginfo@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libstdc++-debuginfo-0:8.5.0-4.el8_5.aarch64", "product": { "name": "libstdc++-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_id": "libstdc++-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libstdc%2B%2B-debuginfo@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libtsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "product": { "name": "libtsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_id": "libtsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libtsan-debuginfo@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libubsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "product": { "name": "libubsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_id": "libubsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libubsan-debuginfo@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libasan-0:8.5.0-4.el8_5.aarch64", "product": { "name": "libasan-0:8.5.0-4.el8_5.aarch64", "product_id": "libasan-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libatomic-0:8.5.0-4.el8_5.aarch64", "product": { "name": "libatomic-0:8.5.0-4.el8_5.aarch64", "product_id": "libatomic-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libatomic@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libatomic-static-0:8.5.0-4.el8_5.aarch64", "product": { "name": "libatomic-static-0:8.5.0-4.el8_5.aarch64", "product_id": "libatomic-static-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libatomic-static@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libgcc-0:8.5.0-4.el8_5.aarch64", "product": { "name": "libgcc-0:8.5.0-4.el8_5.aarch64", "product_id": "libgcc-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgcc@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libgfortran-0:8.5.0-4.el8_5.aarch64", "product": { "name": "libgfortran-0:8.5.0-4.el8_5.aarch64", "product_id": "libgfortran-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgfortran@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libgomp-0:8.5.0-4.el8_5.aarch64", "product": { "name": "libgomp-0:8.5.0-4.el8_5.aarch64", "product_id": "libgomp-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgomp@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libitm-0:8.5.0-4.el8_5.aarch64", "product": { "name": "libitm-0:8.5.0-4.el8_5.aarch64", "product_id": "libitm-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libitm@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "liblsan-0:8.5.0-4.el8_5.aarch64", "product": { "name": "liblsan-0:8.5.0-4.el8_5.aarch64", "product_id": "liblsan-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/liblsan@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libstdc++-0:8.5.0-4.el8_5.aarch64", "product": { "name": "libstdc++-0:8.5.0-4.el8_5.aarch64", "product_id": "libstdc++-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libstdc%2B%2B@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libtsan-0:8.5.0-4.el8_5.aarch64", "product": { "name": "libtsan-0:8.5.0-4.el8_5.aarch64", "product_id": "libtsan-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libtsan@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libubsan-0:8.5.0-4.el8_5.aarch64", "product": { "name": "libubsan-0:8.5.0-4.el8_5.aarch64", "product_id": "libubsan-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libubsan@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-plugin-devel-0:8.5.0-4.el8_5.aarch64", "product": { "name": "gcc-plugin-devel-0:8.5.0-4.el8_5.aarch64", "product_id": "gcc-plugin-devel-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-plugin-devel@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libstdc++-static-0:8.5.0-4.el8_5.aarch64", "product": { "name": "libstdc++-static-0:8.5.0-4.el8_5.aarch64", "product_id": "libstdc++-static-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libstdc%2B%2B-static@8.5.0-4.el8_5?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "cpp-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "cpp-0:8.5.0-4.el8_5.ppc64le", "product_id": "cpp-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cpp@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "gcc-0:8.5.0-4.el8_5.ppc64le", "product_id": "gcc-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-c++-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "gcc-c++-0:8.5.0-4.el8_5.ppc64le", "product_id": "gcc-c++-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-c%2B%2B@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-gdb-plugin-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "gcc-gdb-plugin-0:8.5.0-4.el8_5.ppc64le", "product_id": "gcc-gdb-plugin-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-gdb-plugin@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-gfortran-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "gcc-gfortran-0:8.5.0-4.el8_5.ppc64le", "product_id": "gcc-gfortran-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-gfortran@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "gcc-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "product_id": "gcc-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-offload-nvptx@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libitm-devel-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libitm-devel-0:8.5.0-4.el8_5.ppc64le", "product_id": "libitm-devel-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libitm-devel@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libquadmath-devel-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libquadmath-devel-0:8.5.0-4.el8_5.ppc64le", "product_id": "libquadmath-devel-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libquadmath-devel@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libstdc++-devel-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libstdc++-devel-0:8.5.0-4.el8_5.ppc64le", "product_id": "libstdc++-devel-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libstdc%2B%2B-devel@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libstdc++-docs-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libstdc++-docs-0:8.5.0-4.el8_5.ppc64le", "product_id": "libstdc++-docs-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libstdc%2B%2B-docs@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-debugsource-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "gcc-debugsource-0:8.5.0-4.el8_5.ppc64le", "product_id": "gcc-debugsource-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-debugsource@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "cpp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "cpp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_id": "cpp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cpp-debuginfo@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_id": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-c%2B%2B-debuginfo@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "gcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_id": "gcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-debuginfo@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_id": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-gdb-plugin-debuginfo@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_id": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-gfortran-debuginfo@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_id": "gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-offload-nvptx-debuginfo@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_id": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-plugin-devel-debuginfo@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libasan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libasan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_id": "libasan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan-debuginfo@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libatomic-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libatomic-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_id": "libatomic-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libatomic-debuginfo@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libgcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libgcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_id": "libgcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgcc-debuginfo@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libgfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libgfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_id": "libgfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgfortran-debuginfo@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libgomp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libgomp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_id": "libgomp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgomp-debuginfo@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_id": "libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgomp-offload-nvptx-debuginfo@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libitm-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libitm-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_id": "libitm-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libitm-debuginfo@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "liblsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "liblsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_id": "liblsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/liblsan-debuginfo@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libquadmath-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libquadmath-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_id": "libquadmath-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libquadmath-debuginfo@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libstdc++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libstdc++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_id": "libstdc++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libstdc%2B%2B-debuginfo@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libtsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libtsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_id": "libtsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libtsan-debuginfo@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libubsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libubsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_id": "libubsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libubsan-debuginfo@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libasan-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libasan-0:8.5.0-4.el8_5.ppc64le", "product_id": "libasan-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libatomic-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libatomic-0:8.5.0-4.el8_5.ppc64le", "product_id": "libatomic-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libatomic@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libatomic-static-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libatomic-static-0:8.5.0-4.el8_5.ppc64le", "product_id": "libatomic-static-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libatomic-static@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libgcc-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libgcc-0:8.5.0-4.el8_5.ppc64le", "product_id": "libgcc-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgcc@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libgfortran-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libgfortran-0:8.5.0-4.el8_5.ppc64le", "product_id": "libgfortran-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgfortran@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libgomp-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libgomp-0:8.5.0-4.el8_5.ppc64le", "product_id": "libgomp-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgomp@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libgomp-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libgomp-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "product_id": "libgomp-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgomp-offload-nvptx@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libitm-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libitm-0:8.5.0-4.el8_5.ppc64le", "product_id": "libitm-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libitm@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "liblsan-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "liblsan-0:8.5.0-4.el8_5.ppc64le", "product_id": "liblsan-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/liblsan@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libquadmath-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libquadmath-0:8.5.0-4.el8_5.ppc64le", "product_id": "libquadmath-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libquadmath@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libstdc++-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libstdc++-0:8.5.0-4.el8_5.ppc64le", "product_id": "libstdc++-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libstdc%2B%2B@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libtsan-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libtsan-0:8.5.0-4.el8_5.ppc64le", "product_id": "libtsan-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libtsan@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libubsan-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libubsan-0:8.5.0-4.el8_5.ppc64le", "product_id": "libubsan-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libubsan@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-plugin-devel-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "gcc-plugin-devel-0:8.5.0-4.el8_5.ppc64le", "product_id": "gcc-plugin-devel-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-plugin-devel@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libstdc++-static-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libstdc++-static-0:8.5.0-4.el8_5.ppc64le", "product_id": "libstdc++-static-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libstdc%2B%2B-static@8.5.0-4.el8_5?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "cpp-0:8.5.0-4.el8_5.x86_64", "product": { "name": "cpp-0:8.5.0-4.el8_5.x86_64", "product_id": "cpp-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cpp@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-0:8.5.0-4.el8_5.x86_64", "product": { "name": "gcc-0:8.5.0-4.el8_5.x86_64", "product_id": "gcc-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-c++-0:8.5.0-4.el8_5.x86_64", "product": { "name": "gcc-c++-0:8.5.0-4.el8_5.x86_64", "product_id": "gcc-c++-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-c%2B%2B@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-gdb-plugin-0:8.5.0-4.el8_5.x86_64", "product": { "name": "gcc-gdb-plugin-0:8.5.0-4.el8_5.x86_64", "product_id": "gcc-gdb-plugin-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-gdb-plugin@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-gfortran-0:8.5.0-4.el8_5.x86_64", "product": { "name": "gcc-gfortran-0:8.5.0-4.el8_5.x86_64", "product_id": "gcc-gfortran-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-gfortran@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "product": { "name": "gcc-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "product_id": "gcc-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-offload-nvptx@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libitm-devel-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libitm-devel-0:8.5.0-4.el8_5.x86_64", "product_id": "libitm-devel-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libitm-devel@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libquadmath-devel-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libquadmath-devel-0:8.5.0-4.el8_5.x86_64", "product_id": "libquadmath-devel-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libquadmath-devel@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libstdc++-devel-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libstdc++-devel-0:8.5.0-4.el8_5.x86_64", "product_id": "libstdc++-devel-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libstdc%2B%2B-devel@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libstdc++-docs-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libstdc++-docs-0:8.5.0-4.el8_5.x86_64", "product_id": "libstdc++-docs-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libstdc%2B%2B-docs@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-debugsource-0:8.5.0-4.el8_5.x86_64", "product": { "name": "gcc-debugsource-0:8.5.0-4.el8_5.x86_64", "product_id": "gcc-debugsource-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-debugsource@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "cpp-debuginfo-0:8.5.0-4.el8_5.x86_64", "product": { "name": "cpp-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_id": "cpp-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cpp-debuginfo@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.x86_64", "product": { "name": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_id": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-c%2B%2B-debuginfo@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "product": { "name": "gcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_id": "gcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-debuginfo@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.x86_64", "product": { "name": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_id": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-gdb-plugin-debuginfo@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "product": { "name": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_id": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-gfortran-debuginfo@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "product": { "name": "gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_id": "gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-offload-nvptx-debuginfo@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.x86_64", "product": { "name": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_id": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-plugin-devel-debuginfo@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libasan-debuginfo-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libasan-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_id": "libasan-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan-debuginfo@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libatomic-debuginfo-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libatomic-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_id": "libatomic-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libatomic-debuginfo@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libgcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libgcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_id": "libgcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgcc-debuginfo@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libgfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libgfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_id": "libgfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgfortran-debuginfo@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libgomp-debuginfo-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libgomp-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_id": "libgomp-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgomp-debuginfo@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_id": "libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgomp-offload-nvptx-debuginfo@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libitm-debuginfo-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libitm-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_id": "libitm-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libitm-debuginfo@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "liblsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "product": { "name": "liblsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_id": "liblsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/liblsan-debuginfo@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libquadmath-debuginfo-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libquadmath-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_id": "libquadmath-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libquadmath-debuginfo@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libstdc++-debuginfo-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libstdc++-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_id": "libstdc++-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libstdc%2B%2B-debuginfo@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libtsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libtsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_id": "libtsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libtsan-debuginfo@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libubsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libubsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_id": "libubsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libubsan-debuginfo@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libasan-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libasan-0:8.5.0-4.el8_5.x86_64", "product_id": "libasan-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libatomic-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libatomic-0:8.5.0-4.el8_5.x86_64", "product_id": "libatomic-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libatomic@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libatomic-static-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libatomic-static-0:8.5.0-4.el8_5.x86_64", "product_id": "libatomic-static-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libatomic-static@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libgcc-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libgcc-0:8.5.0-4.el8_5.x86_64", "product_id": "libgcc-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgcc@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libgfortran-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libgfortran-0:8.5.0-4.el8_5.x86_64", "product_id": "libgfortran-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgfortran@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libgomp-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libgomp-0:8.5.0-4.el8_5.x86_64", "product_id": "libgomp-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgomp@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libgomp-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libgomp-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "product_id": "libgomp-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgomp-offload-nvptx@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libitm-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libitm-0:8.5.0-4.el8_5.x86_64", "product_id": "libitm-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libitm@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "liblsan-0:8.5.0-4.el8_5.x86_64", "product": { "name": "liblsan-0:8.5.0-4.el8_5.x86_64", "product_id": "liblsan-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/liblsan@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libquadmath-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libquadmath-0:8.5.0-4.el8_5.x86_64", "product_id": "libquadmath-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libquadmath@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libstdc++-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libstdc++-0:8.5.0-4.el8_5.x86_64", "product_id": "libstdc++-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libstdc%2B%2B@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libtsan-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libtsan-0:8.5.0-4.el8_5.x86_64", "product_id": "libtsan-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libtsan@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libubsan-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libubsan-0:8.5.0-4.el8_5.x86_64", "product_id": "libubsan-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libubsan@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-plugin-devel-0:8.5.0-4.el8_5.x86_64", "product": { "name": "gcc-plugin-devel-0:8.5.0-4.el8_5.x86_64", "product_id": "gcc-plugin-devel-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-plugin-devel@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libstdc++-static-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libstdc++-static-0:8.5.0-4.el8_5.x86_64", "product_id": "libstdc++-static-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libstdc%2B%2B-static@8.5.0-4.el8_5?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "gcc-gdb-plugin-0:8.5.0-4.el8_5.i686", "product": { "name": "gcc-gdb-plugin-0:8.5.0-4.el8_5.i686", "product_id": "gcc-gdb-plugin-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-gdb-plugin@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libitm-devel-0:8.5.0-4.el8_5.i686", "product": { "name": "libitm-devel-0:8.5.0-4.el8_5.i686", "product_id": "libitm-devel-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libitm-devel@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libquadmath-devel-0:8.5.0-4.el8_5.i686", "product": { "name": "libquadmath-devel-0:8.5.0-4.el8_5.i686", "product_id": "libquadmath-devel-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libquadmath-devel@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libstdc++-devel-0:8.5.0-4.el8_5.i686", "product": { "name": "libstdc++-devel-0:8.5.0-4.el8_5.i686", "product_id": "libstdc++-devel-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libstdc%2B%2B-devel@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-debugsource-0:8.5.0-4.el8_5.i686", "product": { "name": "gcc-debugsource-0:8.5.0-4.el8_5.i686", "product_id": "gcc-debugsource-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-debugsource@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "cpp-debuginfo-0:8.5.0-4.el8_5.i686", "product": { "name": "cpp-debuginfo-0:8.5.0-4.el8_5.i686", "product_id": "cpp-debuginfo-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/cpp-debuginfo@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.i686", "product": { "name": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.i686", "product_id": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-c%2B%2B-debuginfo@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-debuginfo-0:8.5.0-4.el8_5.i686", "product": { "name": "gcc-debuginfo-0:8.5.0-4.el8_5.i686", "product_id": "gcc-debuginfo-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-debuginfo@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.i686", "product": { "name": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.i686", "product_id": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-gdb-plugin-debuginfo@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.i686", "product": { "name": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.i686", "product_id": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-gfortran-debuginfo@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.i686", "product": { "name": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.i686", "product_id": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-plugin-devel-debuginfo@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libasan-debuginfo-0:8.5.0-4.el8_5.i686", "product": { "name": "libasan-debuginfo-0:8.5.0-4.el8_5.i686", "product_id": "libasan-debuginfo-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan-debuginfo@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libatomic-debuginfo-0:8.5.0-4.el8_5.i686", "product": { "name": "libatomic-debuginfo-0:8.5.0-4.el8_5.i686", "product_id": "libatomic-debuginfo-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libatomic-debuginfo@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libgcc-debuginfo-0:8.5.0-4.el8_5.i686", "product": { "name": "libgcc-debuginfo-0:8.5.0-4.el8_5.i686", "product_id": "libgcc-debuginfo-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgcc-debuginfo@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libgfortran-debuginfo-0:8.5.0-4.el8_5.i686", "product": { "name": "libgfortran-debuginfo-0:8.5.0-4.el8_5.i686", "product_id": "libgfortran-debuginfo-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgfortran-debuginfo@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libgomp-debuginfo-0:8.5.0-4.el8_5.i686", "product": { "name": "libgomp-debuginfo-0:8.5.0-4.el8_5.i686", "product_id": "libgomp-debuginfo-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgomp-debuginfo@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libitm-debuginfo-0:8.5.0-4.el8_5.i686", "product": { "name": "libitm-debuginfo-0:8.5.0-4.el8_5.i686", "product_id": "libitm-debuginfo-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libitm-debuginfo@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libquadmath-debuginfo-0:8.5.0-4.el8_5.i686", "product": { "name": "libquadmath-debuginfo-0:8.5.0-4.el8_5.i686", "product_id": "libquadmath-debuginfo-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libquadmath-debuginfo@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libstdc++-debuginfo-0:8.5.0-4.el8_5.i686", "product": { "name": "libstdc++-debuginfo-0:8.5.0-4.el8_5.i686", "product_id": "libstdc++-debuginfo-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libstdc%2B%2B-debuginfo@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libubsan-debuginfo-0:8.5.0-4.el8_5.i686", "product": { "name": "libubsan-debuginfo-0:8.5.0-4.el8_5.i686", "product_id": "libubsan-debuginfo-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libubsan-debuginfo@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libasan-0:8.5.0-4.el8_5.i686", "product": { "name": "libasan-0:8.5.0-4.el8_5.i686", "product_id": "libasan-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libatomic-0:8.5.0-4.el8_5.i686", "product": { "name": "libatomic-0:8.5.0-4.el8_5.i686", "product_id": "libatomic-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libatomic@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libatomic-static-0:8.5.0-4.el8_5.i686", "product": { "name": "libatomic-static-0:8.5.0-4.el8_5.i686", "product_id": "libatomic-static-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libatomic-static@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libgcc-0:8.5.0-4.el8_5.i686", "product": { "name": "libgcc-0:8.5.0-4.el8_5.i686", "product_id": "libgcc-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgcc@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libgfortran-0:8.5.0-4.el8_5.i686", "product": { "name": "libgfortran-0:8.5.0-4.el8_5.i686", "product_id": "libgfortran-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgfortran@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libgomp-0:8.5.0-4.el8_5.i686", "product": { "name": "libgomp-0:8.5.0-4.el8_5.i686", "product_id": "libgomp-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgomp@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libitm-0:8.5.0-4.el8_5.i686", "product": { "name": "libitm-0:8.5.0-4.el8_5.i686", "product_id": "libitm-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libitm@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libquadmath-0:8.5.0-4.el8_5.i686", "product": { "name": "libquadmath-0:8.5.0-4.el8_5.i686", "product_id": "libquadmath-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libquadmath@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libstdc++-0:8.5.0-4.el8_5.i686", "product": { "name": "libstdc++-0:8.5.0-4.el8_5.i686", "product_id": "libstdc++-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libstdc%2B%2B@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libubsan-0:8.5.0-4.el8_5.i686", "product": { "name": "libubsan-0:8.5.0-4.el8_5.i686", "product_id": "libubsan-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libubsan@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-plugin-devel-0:8.5.0-4.el8_5.i686", "product": { "name": "gcc-plugin-devel-0:8.5.0-4.el8_5.i686", "product_id": "gcc-plugin-devel-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-plugin-devel@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libstdc++-static-0:8.5.0-4.el8_5.i686", "product": { "name": "libstdc++-static-0:8.5.0-4.el8_5.i686", "product_id": "libstdc++-static-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libstdc%2B%2B-static@8.5.0-4.el8_5?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "cpp-0:8.5.0-4.el8_5.s390x", "product": { "name": "cpp-0:8.5.0-4.el8_5.s390x", "product_id": "cpp-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cpp@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-0:8.5.0-4.el8_5.s390x", "product": { "name": "gcc-0:8.5.0-4.el8_5.s390x", "product_id": "gcc-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-c++-0:8.5.0-4.el8_5.s390x", "product": { "name": "gcc-c++-0:8.5.0-4.el8_5.s390x", "product_id": "gcc-c++-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-c%2B%2B@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-gdb-plugin-0:8.5.0-4.el8_5.s390x", "product": { "name": "gcc-gdb-plugin-0:8.5.0-4.el8_5.s390x", "product_id": "gcc-gdb-plugin-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-gdb-plugin@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-gfortran-0:8.5.0-4.el8_5.s390x", "product": { "name": "gcc-gfortran-0:8.5.0-4.el8_5.s390x", "product_id": "gcc-gfortran-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-gfortran@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "libitm-devel-0:8.5.0-4.el8_5.s390x", "product": { "name": "libitm-devel-0:8.5.0-4.el8_5.s390x", "product_id": "libitm-devel-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libitm-devel@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "libstdc++-devel-0:8.5.0-4.el8_5.s390x", "product": { "name": "libstdc++-devel-0:8.5.0-4.el8_5.s390x", "product_id": "libstdc++-devel-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libstdc%2B%2B-devel@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "libstdc++-docs-0:8.5.0-4.el8_5.s390x", "product": { "name": "libstdc++-docs-0:8.5.0-4.el8_5.s390x", "product_id": "libstdc++-docs-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libstdc%2B%2B-docs@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-debugsource-0:8.5.0-4.el8_5.s390x", "product": { "name": "gcc-debugsource-0:8.5.0-4.el8_5.s390x", "product_id": "gcc-debugsource-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-debugsource@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "cpp-debuginfo-0:8.5.0-4.el8_5.s390x", "product": { "name": "cpp-debuginfo-0:8.5.0-4.el8_5.s390x", "product_id": "cpp-debuginfo-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cpp-debuginfo@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.s390x", "product": { "name": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.s390x", "product_id": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-c%2B%2B-debuginfo@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-debuginfo-0:8.5.0-4.el8_5.s390x", "product": { "name": "gcc-debuginfo-0:8.5.0-4.el8_5.s390x", "product_id": "gcc-debuginfo-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-debuginfo@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.s390x", "product": { "name": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.s390x", "product_id": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-gdb-plugin-debuginfo@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "product": { "name": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "product_id": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-gfortran-debuginfo@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.s390x", "product": { "name": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.s390x", "product_id": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-plugin-devel-debuginfo@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "libasan-debuginfo-0:8.5.0-4.el8_5.s390x", "product": { "name": "libasan-debuginfo-0:8.5.0-4.el8_5.s390x", "product_id": "libasan-debuginfo-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan-debuginfo@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "libatomic-debuginfo-0:8.5.0-4.el8_5.s390x", "product": { "name": "libatomic-debuginfo-0:8.5.0-4.el8_5.s390x", "product_id": "libatomic-debuginfo-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libatomic-debuginfo@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "libgcc-debuginfo-0:8.5.0-4.el8_5.s390x", "product": { "name": "libgcc-debuginfo-0:8.5.0-4.el8_5.s390x", "product_id": "libgcc-debuginfo-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgcc-debuginfo@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "libgfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "product": { "name": "libgfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "product_id": "libgfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgfortran-debuginfo@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "libgomp-debuginfo-0:8.5.0-4.el8_5.s390x", "product": { "name": "libgomp-debuginfo-0:8.5.0-4.el8_5.s390x", "product_id": "libgomp-debuginfo-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgomp-debuginfo@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "libitm-debuginfo-0:8.5.0-4.el8_5.s390x", "product": { "name": "libitm-debuginfo-0:8.5.0-4.el8_5.s390x", "product_id": "libitm-debuginfo-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libitm-debuginfo@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "libstdc++-debuginfo-0:8.5.0-4.el8_5.s390x", "product": { "name": "libstdc++-debuginfo-0:8.5.0-4.el8_5.s390x", "product_id": "libstdc++-debuginfo-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libstdc%2B%2B-debuginfo@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "libubsan-debuginfo-0:8.5.0-4.el8_5.s390x", "product": { "name": "libubsan-debuginfo-0:8.5.0-4.el8_5.s390x", "product_id": "libubsan-debuginfo-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libubsan-debuginfo@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "libasan-0:8.5.0-4.el8_5.s390x", "product": { "name": "libasan-0:8.5.0-4.el8_5.s390x", "product_id": "libasan-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "libatomic-0:8.5.0-4.el8_5.s390x", "product": { "name": "libatomic-0:8.5.0-4.el8_5.s390x", "product_id": "libatomic-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libatomic@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "libatomic-static-0:8.5.0-4.el8_5.s390x", "product": { "name": "libatomic-static-0:8.5.0-4.el8_5.s390x", "product_id": "libatomic-static-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libatomic-static@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "libgcc-0:8.5.0-4.el8_5.s390x", "product": { "name": "libgcc-0:8.5.0-4.el8_5.s390x", "product_id": "libgcc-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgcc@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "libgfortran-0:8.5.0-4.el8_5.s390x", "product": { "name": "libgfortran-0:8.5.0-4.el8_5.s390x", "product_id": "libgfortran-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgfortran@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "libgomp-0:8.5.0-4.el8_5.s390x", "product": { "name": "libgomp-0:8.5.0-4.el8_5.s390x", "product_id": "libgomp-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgomp@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "libitm-0:8.5.0-4.el8_5.s390x", "product": { "name": "libitm-0:8.5.0-4.el8_5.s390x", "product_id": "libitm-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libitm@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "libstdc++-0:8.5.0-4.el8_5.s390x", "product": { "name": "libstdc++-0:8.5.0-4.el8_5.s390x", "product_id": "libstdc++-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libstdc%2B%2B@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "libubsan-0:8.5.0-4.el8_5.s390x", "product": { "name": "libubsan-0:8.5.0-4.el8_5.s390x", "product_id": "libubsan-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libubsan@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-plugin-devel-0:8.5.0-4.el8_5.s390x", "product": { "name": "gcc-plugin-devel-0:8.5.0-4.el8_5.s390x", "product_id": "gcc-plugin-devel-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-plugin-devel@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "libstdc++-static-0:8.5.0-4.el8_5.s390x", "product": { "name": "libstdc++-static-0:8.5.0-4.el8_5.s390x", "product_id": "libstdc++-static-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libstdc%2B%2B-static@8.5.0-4.el8_5?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "gcc-0:8.5.0-4.el8_5.src", "product": { "name": "gcc-0:8.5.0-4.el8_5.src", "product_id": "gcc-0:8.5.0-4.el8_5.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc@8.5.0-4.el8_5?arch=src" } } } ], "category": "architecture", "name": "src" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "cpp-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "cpp-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "cpp-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.s390x" }, "product_reference": "cpp-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "cpp-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "cpp-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "cpp-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "cpp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "cpp-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "cpp-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-0:8.5.0-4.el8_5.src as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.src" }, "product_reference": "gcc-0:8.5.0-4.el8_5.src", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-c++-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-c++-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-c++-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-c++-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "gcc-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debugsource-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-debugsource-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debugsource-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.i686" }, "product_reference": "gcc-debugsource-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debugsource-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-debugsource-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debugsource-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-debugsource-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debugsource-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-debugsource-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-gdb-plugin-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.i686" }, "product_reference": "gcc-gdb-plugin-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-gdb-plugin-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-gdb-plugin-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-gdb-plugin-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-gfortran-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-gfortran-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-gfortran-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-gfortran-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-offload-nvptx-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-offload-nvptx-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-plugin-devel-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.i686" }, "product_reference": "gcc-plugin-devel-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-plugin-devel-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-plugin-devel-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-plugin-devel-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libasan-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.i686" }, "product_reference": "libasan-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libasan-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libasan-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libasan-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libasan-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libasan-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libasan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libasan-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libasan-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libatomic-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.i686" }, "product_reference": "libatomic-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libatomic-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libatomic-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libatomic-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libatomic-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libatomic-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libatomic-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libatomic-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libatomic-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-static-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libatomic-static-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-static-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.i686" }, "product_reference": "libatomic-static-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-static-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libatomic-static-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-static-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libatomic-static-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-static-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libatomic-static-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libgcc-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.i686" }, "product_reference": "libgcc-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libgcc-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libgcc-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libgcc-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libgcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libgcc-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libgcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libgcc-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libgcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libgfortran-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.i686" }, "product_reference": "libgfortran-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libgfortran-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libgfortran-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libgfortran-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libgfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libgfortran-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libgfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libgfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libgfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libgomp-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.i686" }, "product_reference": "libgomp-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libgomp-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libgomp-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libgomp-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libgomp-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libgomp-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libgomp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libgomp-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libgomp-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-offload-nvptx-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libgomp-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-offload-nvptx-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libgomp-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libitm-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.i686" }, "product_reference": "libitm-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libitm-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libitm-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libitm-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libitm-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libitm-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libitm-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libitm-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libitm-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-devel-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libitm-devel-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-devel-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.i686" }, "product_reference": "libitm-devel-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-devel-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libitm-devel-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-devel-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libitm-devel-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-devel-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libitm-devel-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "liblsan-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "liblsan-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "liblsan-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "liblsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "liblsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "liblsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.i686" }, "product_reference": "libquadmath-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libquadmath-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libquadmath-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libquadmath-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libquadmath-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libquadmath-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-devel-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.i686" }, "product_reference": "libquadmath-devel-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-devel-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libquadmath-devel-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-devel-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libquadmath-devel-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libstdc++-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.i686" }, "product_reference": "libstdc++-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libstdc++-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libstdc++-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libstdc++-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libstdc++-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libstdc++-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libstdc++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libstdc++-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libstdc++-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-devel-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libstdc++-devel-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-devel-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.i686" }, "product_reference": "libstdc++-devel-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-devel-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libstdc++-devel-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-devel-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libstdc++-devel-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-devel-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libstdc++-devel-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-docs-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libstdc++-docs-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-docs-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libstdc++-docs-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-docs-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libstdc++-docs-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-docs-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libstdc++-docs-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-static-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libstdc++-static-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-static-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.i686" }, "product_reference": "libstdc++-static-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-static-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libstdc++-static-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-static-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libstdc++-static-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-static-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libstdc++-static-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libtsan-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libtsan-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libtsan-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libtsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libtsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libtsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libubsan-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.i686" }, "product_reference": "libubsan-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libubsan-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libubsan-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libubsan-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libubsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libubsan-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libubsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libubsan-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libubsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "cpp-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "cpp-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.s390x" }, "product_reference": "cpp-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "cpp-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "cpp-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "cpp-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "cpp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "cpp-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "cpp-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-0:8.5.0-4.el8_5.src as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.src" }, "product_reference": "gcc-0:8.5.0-4.el8_5.src", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-c++-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-c++-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-c++-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-c++-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "gcc-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debugsource-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-debugsource-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debugsource-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.i686" }, "product_reference": "gcc-debugsource-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debugsource-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-debugsource-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debugsource-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-debugsource-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debugsource-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-debugsource-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-gdb-plugin-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.i686" }, "product_reference": "gcc-gdb-plugin-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-gdb-plugin-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-gdb-plugin-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-gdb-plugin-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-gfortran-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-gfortran-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-gfortran-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-gfortran-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-offload-nvptx-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-offload-nvptx-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-plugin-devel-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.i686" }, "product_reference": "gcc-plugin-devel-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-plugin-devel-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-plugin-devel-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-plugin-devel-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libasan-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.i686" }, "product_reference": "libasan-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libasan-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libasan-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libasan-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libasan-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libasan-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libasan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libasan-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libasan-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libatomic-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.i686" }, "product_reference": "libatomic-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libatomic-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libatomic-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libatomic-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libatomic-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libatomic-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libatomic-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libatomic-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libatomic-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-static-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libatomic-static-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-static-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.i686" }, "product_reference": "libatomic-static-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-static-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libatomic-static-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-static-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libatomic-static-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-static-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libatomic-static-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libgcc-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.i686" }, "product_reference": "libgcc-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libgcc-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libgcc-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libgcc-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libgcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libgcc-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libgcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libgcc-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libgcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libgfortran-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.i686" }, "product_reference": "libgfortran-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libgfortran-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libgfortran-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libgfortran-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libgfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libgfortran-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libgfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libgfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libgfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libgomp-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.i686" }, "product_reference": "libgomp-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libgomp-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libgomp-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libgomp-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libgomp-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libgomp-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libgomp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libgomp-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libgomp-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-offload-nvptx-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libgomp-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-offload-nvptx-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libgomp-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libitm-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.i686" }, "product_reference": "libitm-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libitm-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libitm-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libitm-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libitm-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libitm-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libitm-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libitm-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libitm-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-devel-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libitm-devel-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-devel-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.i686" }, "product_reference": "libitm-devel-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-devel-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libitm-devel-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-devel-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libitm-devel-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-devel-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libitm-devel-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "liblsan-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "liblsan-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "liblsan-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "liblsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "liblsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "liblsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.i686" }, "product_reference": "libquadmath-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libquadmath-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libquadmath-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libquadmath-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libquadmath-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libquadmath-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-devel-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.i686" }, "product_reference": "libquadmath-devel-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-devel-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libquadmath-devel-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-devel-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libquadmath-devel-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libstdc++-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.i686" }, "product_reference": "libstdc++-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libstdc++-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libstdc++-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libstdc++-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libstdc++-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libstdc++-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libstdc++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libstdc++-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libstdc++-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-devel-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libstdc++-devel-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-devel-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.i686" }, "product_reference": "libstdc++-devel-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-devel-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libstdc++-devel-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-devel-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libstdc++-devel-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-devel-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libstdc++-devel-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-docs-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libstdc++-docs-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-docs-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libstdc++-docs-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-docs-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libstdc++-docs-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-docs-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libstdc++-docs-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-static-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libstdc++-static-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-static-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.i686" }, "product_reference": "libstdc++-static-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-static-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libstdc++-static-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-static-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libstdc++-static-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-static-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libstdc++-static-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libtsan-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libtsan-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libtsan-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libtsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libtsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libtsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libubsan-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.i686" }, "product_reference": "libubsan-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libubsan-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libubsan-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libubsan-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libubsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libubsan-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libubsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libubsan-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libubsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "cpp-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "cpp-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.s390x" }, "product_reference": "cpp-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "cpp-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "cpp-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "cpp-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "cpp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "cpp-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "cpp-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-0:8.5.0-4.el8_5.src as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.src" }, "product_reference": "gcc-0:8.5.0-4.el8_5.src", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-c++-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-c++-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-c++-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-c++-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "gcc-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debugsource-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-debugsource-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debugsource-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.i686" }, "product_reference": "gcc-debugsource-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debugsource-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-debugsource-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debugsource-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-debugsource-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debugsource-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-debugsource-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-gdb-plugin-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.i686" }, "product_reference": "gcc-gdb-plugin-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-gdb-plugin-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-gdb-plugin-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-gdb-plugin-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-gfortran-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-gfortran-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-gfortran-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-gfortran-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-offload-nvptx-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-offload-nvptx-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-plugin-devel-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.i686" }, "product_reference": "gcc-plugin-devel-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-plugin-devel-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-plugin-devel-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-plugin-devel-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libasan-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.i686" }, "product_reference": "libasan-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libasan-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libasan-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libasan-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libasan-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libasan-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libasan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libasan-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libasan-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libatomic-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.i686" }, "product_reference": "libatomic-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libatomic-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libatomic-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libatomic-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libatomic-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libatomic-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libatomic-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libatomic-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libatomic-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-static-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libatomic-static-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-static-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.i686" }, "product_reference": "libatomic-static-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-static-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libatomic-static-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-static-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libatomic-static-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-static-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libatomic-static-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libgcc-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.i686" }, "product_reference": "libgcc-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libgcc-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libgcc-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libgcc-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libgcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libgcc-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libgcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libgcc-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libgcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libgfortran-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.i686" }, "product_reference": "libgfortran-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libgfortran-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libgfortran-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libgfortran-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libgfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libgfortran-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libgfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libgfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libgfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libgomp-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.i686" }, "product_reference": "libgomp-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libgomp-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libgomp-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libgomp-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libgomp-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libgomp-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libgomp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libgomp-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libgomp-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-offload-nvptx-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libgomp-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-offload-nvptx-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libgomp-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libitm-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.i686" }, "product_reference": "libitm-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libitm-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libitm-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libitm-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libitm-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libitm-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libitm-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libitm-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libitm-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-devel-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libitm-devel-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-devel-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.i686" }, "product_reference": "libitm-devel-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-devel-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libitm-devel-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-devel-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libitm-devel-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-devel-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libitm-devel-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "liblsan-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "liblsan-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "liblsan-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "liblsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "liblsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "liblsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.i686" }, "product_reference": "libquadmath-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libquadmath-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libquadmath-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libquadmath-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libquadmath-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libquadmath-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-devel-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.i686" }, "product_reference": "libquadmath-devel-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-devel-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libquadmath-devel-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-devel-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libquadmath-devel-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libstdc++-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.i686" }, "product_reference": "libstdc++-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libstdc++-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libstdc++-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libstdc++-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libstdc++-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libstdc++-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libstdc++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libstdc++-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libstdc++-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-devel-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libstdc++-devel-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-devel-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.i686" }, "product_reference": "libstdc++-devel-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-devel-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libstdc++-devel-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-devel-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libstdc++-devel-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-devel-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libstdc++-devel-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-docs-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libstdc++-docs-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-docs-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libstdc++-docs-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-docs-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libstdc++-docs-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-docs-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libstdc++-docs-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-static-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libstdc++-static-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-static-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.i686" }, "product_reference": "libstdc++-static-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-static-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libstdc++-static-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-static-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libstdc++-static-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-static-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libstdc++-static-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libtsan-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libtsan-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libtsan-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libtsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libtsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libtsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libubsan-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.i686" }, "product_reference": "libubsan-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libubsan-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libubsan-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libubsan-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libubsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libubsan-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libubsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libubsan-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libubsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "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.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.src", "AppStream-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.src", "BaseOS-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.src", "CRB-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-10T09:59:16+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.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.src", "AppStream-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.src", "BaseOS-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.src", "CRB-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4587" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "AppStream-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.src", "AppStream-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.src", "BaseOS-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.src", "CRB-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.src", "AppStream-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.src", "BaseOS-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.src", "CRB-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
RHSA-2021:4602
Vulnerability from csaf_redhat
Notes
{ "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 binutils is now available for Red Hat Enterprise Linux 8.1 Extended Update Support.\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": "The binutils packages provide a collection of binary utilities for the manipulation of object code in various object file formats. It includes the ar, as, gprof, ld, nm, objcopy, objdump, ranlib, readelf, size, strings, strip, and addr2line utilities.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in binutils in order to facilitate detection of BiDi Unicode characters:\n\nTools which display names or strings (readelf, strings, nm, objdump) have a new command line option --unicode / -U which controls how Unicode characters are handled.\n\nUsing \"--unicode=default\" will treat them as normal for the tool. This is the default behaviour when --unicode option is not used.\nUsing \"--unicode=locale\" will display them according to the current locale.\nUsing \"--unicode=hex\" will display them as hex byte values.\nUsing \"--unicode=escape\" will display them as Unicode escape sequences. \nUsing \"--unicode=highlight\" will display them as Unicode escape sequences highlighted in red, if supported by the output device.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4602", "url": "https://access.redhat.com/errata/RHSA-2021:4602" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4602.json" } ], "title": "Red Hat Security Advisory: binutils security update", "tracking": { "current_release_date": "2025-09-25T12:35:48+00:00", "generator": { "date": "2025-09-25T12:35:48+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.8" } }, "id": "RHSA-2021:4602", "initial_release_date": "2021-11-10T10:00:19+00:00", "revision_history": [ { "date": "2021-11-10T10:00:19+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-10T10:00:19+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-25T12:35:48+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:8.1::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product": { "name": "Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_eus:8.1::baseos" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.30-58.el8_1.3.aarch64", "product": { "name": "binutils-devel-0:2.30-58.el8_1.3.aarch64", "product_id": "binutils-devel-0:2.30-58.el8_1.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.30-58.el8_1.3?arch=aarch64" } } }, { "category": "product_version", "name": "binutils-debugsource-0:2.30-58.el8_1.3.aarch64", "product": { "name": "binutils-debugsource-0:2.30-58.el8_1.3.aarch64", "product_id": "binutils-debugsource-0:2.30-58.el8_1.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debugsource@2.30-58.el8_1.3?arch=aarch64" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.30-58.el8_1.3.aarch64", "product": { "name": "binutils-debuginfo-0:2.30-58.el8_1.3.aarch64", "product_id": "binutils-debuginfo-0:2.30-58.el8_1.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.30-58.el8_1.3?arch=aarch64" } } }, { "category": "product_version", "name": "binutils-0:2.30-58.el8_1.3.aarch64", "product": { "name": "binutils-0:2.30-58.el8_1.3.aarch64", "product_id": "binutils-0:2.30-58.el8_1.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.30-58.el8_1.3?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.30-58.el8_1.3.ppc64le", "product": { "name": "binutils-devel-0:2.30-58.el8_1.3.ppc64le", "product_id": "binutils-devel-0:2.30-58.el8_1.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.30-58.el8_1.3?arch=ppc64le" } } }, { "category": "product_version", "name": "binutils-debugsource-0:2.30-58.el8_1.3.ppc64le", "product": { "name": "binutils-debugsource-0:2.30-58.el8_1.3.ppc64le", "product_id": "binutils-debugsource-0:2.30-58.el8_1.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debugsource@2.30-58.el8_1.3?arch=ppc64le" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.30-58.el8_1.3.ppc64le", "product": { "name": "binutils-debuginfo-0:2.30-58.el8_1.3.ppc64le", "product_id": "binutils-debuginfo-0:2.30-58.el8_1.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.30-58.el8_1.3?arch=ppc64le" } } }, { "category": "product_version", "name": "binutils-0:2.30-58.el8_1.3.ppc64le", "product": { "name": "binutils-0:2.30-58.el8_1.3.ppc64le", "product_id": "binutils-0:2.30-58.el8_1.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.30-58.el8_1.3?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.30-58.el8_1.3.i686", "product": { "name": "binutils-devel-0:2.30-58.el8_1.3.i686", "product_id": "binutils-devel-0:2.30-58.el8_1.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.30-58.el8_1.3?arch=i686" } } }, { "category": "product_version", "name": "binutils-debugsource-0:2.30-58.el8_1.3.i686", "product": { "name": "binutils-debugsource-0:2.30-58.el8_1.3.i686", "product_id": "binutils-debugsource-0:2.30-58.el8_1.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debugsource@2.30-58.el8_1.3?arch=i686" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.30-58.el8_1.3.i686", "product": { "name": "binutils-debuginfo-0:2.30-58.el8_1.3.i686", "product_id": "binutils-debuginfo-0:2.30-58.el8_1.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.30-58.el8_1.3?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.30-58.el8_1.3.x86_64", "product": { "name": "binutils-devel-0:2.30-58.el8_1.3.x86_64", "product_id": "binutils-devel-0:2.30-58.el8_1.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.30-58.el8_1.3?arch=x86_64" } } }, { "category": "product_version", "name": "binutils-debugsource-0:2.30-58.el8_1.3.x86_64", "product": { "name": "binutils-debugsource-0:2.30-58.el8_1.3.x86_64", "product_id": "binutils-debugsource-0:2.30-58.el8_1.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debugsource@2.30-58.el8_1.3?arch=x86_64" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.30-58.el8_1.3.x86_64", "product": { "name": "binutils-debuginfo-0:2.30-58.el8_1.3.x86_64", "product_id": "binutils-debuginfo-0:2.30-58.el8_1.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.30-58.el8_1.3?arch=x86_64" } } }, { "category": "product_version", "name": "binutils-0:2.30-58.el8_1.3.x86_64", "product": { "name": "binutils-0:2.30-58.el8_1.3.x86_64", "product_id": "binutils-0:2.30-58.el8_1.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.30-58.el8_1.3?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.30-58.el8_1.3.s390x", "product": { "name": "binutils-devel-0:2.30-58.el8_1.3.s390x", "product_id": "binutils-devel-0:2.30-58.el8_1.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.30-58.el8_1.3?arch=s390x" } } }, { "category": "product_version", "name": "binutils-debugsource-0:2.30-58.el8_1.3.s390x", "product": { "name": "binutils-debugsource-0:2.30-58.el8_1.3.s390x", "product_id": "binutils-debugsource-0:2.30-58.el8_1.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debugsource@2.30-58.el8_1.3?arch=s390x" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.30-58.el8_1.3.s390x", "product": { "name": "binutils-debuginfo-0:2.30-58.el8_1.3.s390x", "product_id": "binutils-debuginfo-0:2.30-58.el8_1.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.30-58.el8_1.3?arch=s390x" } } }, { "category": "product_version", "name": "binutils-0:2.30-58.el8_1.3.s390x", "product": { "name": "binutils-0:2.30-58.el8_1.3.s390x", "product_id": "binutils-0:2.30-58.el8_1.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.30-58.el8_1.3?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "binutils-0:2.30-58.el8_1.3.src", "product": { "name": "binutils-0:2.30-58.el8_1.3.src", "product_id": "binutils-0:2.30-58.el8_1.3.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.30-58.el8_1.3?arch=src" } } } ], "category": "architecture", "name": "src" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-58.el8_1.3.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.aarch64" }, "product_reference": "binutils-0:2.30-58.el8_1.3.aarch64", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-58.el8_1.3.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.ppc64le" }, "product_reference": "binutils-0:2.30-58.el8_1.3.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-58.el8_1.3.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.s390x" }, "product_reference": "binutils-0:2.30-58.el8_1.3.s390x", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-58.el8_1.3.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.src" }, "product_reference": "binutils-0:2.30-58.el8_1.3.src", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-58.el8_1.3.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.x86_64" }, "product_reference": "binutils-0:2.30-58.el8_1.3.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-58.el8_1.3.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.aarch64" }, "product_reference": "binutils-debuginfo-0:2.30-58.el8_1.3.aarch64", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-58.el8_1.3.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.i686" }, "product_reference": "binutils-debuginfo-0:2.30-58.el8_1.3.i686", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-58.el8_1.3.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.ppc64le" }, "product_reference": "binutils-debuginfo-0:2.30-58.el8_1.3.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-58.el8_1.3.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.s390x" }, "product_reference": "binutils-debuginfo-0:2.30-58.el8_1.3.s390x", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-58.el8_1.3.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.x86_64" }, "product_reference": "binutils-debuginfo-0:2.30-58.el8_1.3.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-58.el8_1.3.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.aarch64" }, "product_reference": "binutils-debugsource-0:2.30-58.el8_1.3.aarch64", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-58.el8_1.3.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.i686" }, "product_reference": "binutils-debugsource-0:2.30-58.el8_1.3.i686", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-58.el8_1.3.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.ppc64le" }, "product_reference": "binutils-debugsource-0:2.30-58.el8_1.3.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-58.el8_1.3.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.s390x" }, "product_reference": "binutils-debugsource-0:2.30-58.el8_1.3.s390x", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-58.el8_1.3.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.x86_64" }, "product_reference": "binutils-debugsource-0:2.30-58.el8_1.3.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-58.el8_1.3.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.aarch64" }, "product_reference": "binutils-devel-0:2.30-58.el8_1.3.aarch64", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-58.el8_1.3.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.i686" }, "product_reference": "binutils-devel-0:2.30-58.el8_1.3.i686", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-58.el8_1.3.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.ppc64le" }, "product_reference": "binutils-devel-0:2.30-58.el8_1.3.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-58.el8_1.3.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.s390x" }, "product_reference": "binutils-devel-0:2.30-58.el8_1.3.s390x", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-58.el8_1.3.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.x86_64" }, "product_reference": "binutils-devel-0:2.30-58.el8_1.3.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-58.el8_1.3.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.aarch64" }, "product_reference": "binutils-0:2.30-58.el8_1.3.aarch64", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-58.el8_1.3.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.ppc64le" }, "product_reference": "binutils-0:2.30-58.el8_1.3.ppc64le", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-58.el8_1.3.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.s390x" }, "product_reference": "binutils-0:2.30-58.el8_1.3.s390x", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-58.el8_1.3.src as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.src" }, "product_reference": "binutils-0:2.30-58.el8_1.3.src", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-58.el8_1.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.x86_64" }, "product_reference": "binutils-0:2.30-58.el8_1.3.x86_64", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-58.el8_1.3.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.aarch64" }, "product_reference": "binutils-debuginfo-0:2.30-58.el8_1.3.aarch64", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-58.el8_1.3.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.i686" }, "product_reference": "binutils-debuginfo-0:2.30-58.el8_1.3.i686", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-58.el8_1.3.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.ppc64le" }, "product_reference": "binutils-debuginfo-0:2.30-58.el8_1.3.ppc64le", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-58.el8_1.3.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.s390x" }, "product_reference": "binutils-debuginfo-0:2.30-58.el8_1.3.s390x", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-58.el8_1.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.x86_64" }, "product_reference": "binutils-debuginfo-0:2.30-58.el8_1.3.x86_64", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-58.el8_1.3.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.aarch64" }, "product_reference": "binutils-debugsource-0:2.30-58.el8_1.3.aarch64", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-58.el8_1.3.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.i686" }, "product_reference": "binutils-debugsource-0:2.30-58.el8_1.3.i686", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-58.el8_1.3.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.ppc64le" }, "product_reference": "binutils-debugsource-0:2.30-58.el8_1.3.ppc64le", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-58.el8_1.3.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.s390x" }, "product_reference": "binutils-debugsource-0:2.30-58.el8_1.3.s390x", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-58.el8_1.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.x86_64" }, "product_reference": "binutils-debugsource-0:2.30-58.el8_1.3.x86_64", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-58.el8_1.3.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.aarch64" }, "product_reference": "binutils-devel-0:2.30-58.el8_1.3.aarch64", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-58.el8_1.3.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.i686" }, "product_reference": "binutils-devel-0:2.30-58.el8_1.3.i686", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-58.el8_1.3.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.ppc64le" }, "product_reference": "binutils-devel-0:2.30-58.el8_1.3.ppc64le", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-58.el8_1.3.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.s390x" }, "product_reference": "binutils-devel-0:2.30-58.el8_1.3.s390x", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-58.el8_1.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.x86_64" }, "product_reference": "binutils-devel-0:2.30-58.el8_1.3.x86_64", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.aarch64", "AppStream-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.ppc64le", "AppStream-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.s390x", "AppStream-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.src", "AppStream-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.x86_64", "AppStream-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.aarch64", "AppStream-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.i686", "AppStream-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.ppc64le", "AppStream-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.s390x", "AppStream-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.x86_64", "AppStream-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.aarch64", "AppStream-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.i686", "AppStream-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.ppc64le", "AppStream-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.s390x", "AppStream-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.x86_64", "AppStream-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.aarch64", "AppStream-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.i686", "AppStream-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.ppc64le", "AppStream-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.s390x", "AppStream-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.x86_64", "BaseOS-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.aarch64", "BaseOS-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.ppc64le", "BaseOS-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.s390x", "BaseOS-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.src", "BaseOS-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.x86_64", "BaseOS-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.aarch64", "BaseOS-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.i686", "BaseOS-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.ppc64le", "BaseOS-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.s390x", "BaseOS-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.x86_64", "BaseOS-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.aarch64", "BaseOS-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.i686", "BaseOS-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.ppc64le", "BaseOS-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.s390x", "BaseOS-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.x86_64", "BaseOS-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.aarch64", "BaseOS-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.i686", "BaseOS-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.ppc64le", "BaseOS-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.s390x", "BaseOS-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-10T10:00:19+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.aarch64", "AppStream-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.ppc64le", "AppStream-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.s390x", "AppStream-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.src", "AppStream-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.x86_64", "AppStream-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.aarch64", "AppStream-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.i686", "AppStream-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.ppc64le", "AppStream-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.s390x", "AppStream-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.x86_64", "AppStream-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.aarch64", "AppStream-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.i686", "AppStream-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.ppc64le", "AppStream-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.s390x", "AppStream-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.x86_64", "AppStream-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.aarch64", "AppStream-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.i686", "AppStream-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.ppc64le", "AppStream-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.s390x", "AppStream-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.x86_64", "BaseOS-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.aarch64", "BaseOS-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.ppc64le", "BaseOS-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.s390x", "BaseOS-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.src", "BaseOS-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.x86_64", "BaseOS-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.aarch64", "BaseOS-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.i686", "BaseOS-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.ppc64le", "BaseOS-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.s390x", "BaseOS-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.x86_64", "BaseOS-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.aarch64", "BaseOS-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.i686", "BaseOS-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.ppc64le", "BaseOS-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.s390x", "BaseOS-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.x86_64", "BaseOS-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.aarch64", "BaseOS-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.i686", "BaseOS-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.ppc64le", "BaseOS-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.s390x", "BaseOS-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4602" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "AppStream-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.aarch64", "AppStream-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.ppc64le", "AppStream-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.s390x", "AppStream-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.src", "AppStream-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.x86_64", "AppStream-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.aarch64", "AppStream-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.i686", "AppStream-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.ppc64le", "AppStream-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.s390x", "AppStream-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.x86_64", "AppStream-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.aarch64", "AppStream-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.i686", "AppStream-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.ppc64le", "AppStream-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.s390x", "AppStream-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.x86_64", "AppStream-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.aarch64", "AppStream-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.i686", "AppStream-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.ppc64le", "AppStream-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.s390x", "AppStream-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.x86_64", "BaseOS-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.aarch64", "BaseOS-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.ppc64le", "BaseOS-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.s390x", "BaseOS-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.src", "BaseOS-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.x86_64", "BaseOS-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.aarch64", "BaseOS-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.i686", "BaseOS-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.ppc64le", "BaseOS-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.s390x", "BaseOS-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.x86_64", "BaseOS-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.aarch64", "BaseOS-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.i686", "BaseOS-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.ppc64le", "BaseOS-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.s390x", "BaseOS-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.x86_64", "BaseOS-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.aarch64", "BaseOS-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.i686", "BaseOS-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.ppc64le", "BaseOS-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.s390x", "BaseOS-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.aarch64", "AppStream-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.ppc64le", "AppStream-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.s390x", "AppStream-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.src", "AppStream-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.x86_64", "AppStream-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.aarch64", "AppStream-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.i686", "AppStream-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.ppc64le", "AppStream-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.s390x", "AppStream-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.x86_64", "AppStream-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.aarch64", "AppStream-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.i686", "AppStream-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.ppc64le", "AppStream-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.s390x", "AppStream-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.x86_64", "AppStream-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.aarch64", "AppStream-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.i686", "AppStream-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.ppc64le", "AppStream-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.s390x", "AppStream-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.x86_64", "BaseOS-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.aarch64", "BaseOS-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.ppc64le", "BaseOS-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.s390x", "BaseOS-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.src", "BaseOS-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.x86_64", "BaseOS-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.aarch64", "BaseOS-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.i686", "BaseOS-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.ppc64le", "BaseOS-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.s390x", "BaseOS-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.x86_64", "BaseOS-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.aarch64", "BaseOS-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.i686", "BaseOS-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.ppc64le", "BaseOS-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.s390x", "BaseOS-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.x86_64", "BaseOS-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.aarch64", "BaseOS-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.i686", "BaseOS-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.ppc64le", "BaseOS-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.s390x", "BaseOS-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
rhsa-2021:4035
Vulnerability from csaf_redhat
Notes
{ "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 binutils is now available for Red Hat Enterprise Linux 7.6 Advanced Update Support, Red Hat Enterprise Linux 7.6 Telco Extended Update Support, and Red Hat Enterprise Linux 7.6 Update Services for SAP Solutions.\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": "The binutils packages provide a collection of binary utilities for the manipulation of object code in various object file formats. It includes the ar, as, gprof, ld, nm, objcopy, objdump, ranlib, readelf, size, strings, strip, and addr2line utilities.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in binutils in order to facilitate detection of BiDi Unicode characters:\n\nTools which display names or strings (readelf, strings, nm, objdump) have a new command line option --unicode / -U which controls how Unicode characters are handled.\n\nUsing \"--unicode=default\" will treat them as normal for the tool. This is the default behaviour when --unicode option is not used.\nUsing \"--unicode=locale\" will display them according to the current locale.\nUsing \"--unicode=hex\" will display them as hex byte values.\nUsing \"--unicode=escape\" will display them as Unicode escape sequences. \nUsing \"--unicode=highlight\" will display them as Unicode escape sequences highlighted in red, if supported by the output device.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4035", "url": "https://access.redhat.com/errata/RHSA-2021:4035" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4035.json" } ], "title": "Red Hat Security Advisory: binutils security update", "tracking": { "current_release_date": "2025-09-25T12:34:59+00:00", "generator": { "date": "2025-09-25T12:34:59+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.8" } }, "id": "RHSA-2021:4035", "initial_release_date": "2021-11-01T08:03:43+00:00", "revision_history": [ { "date": "2021-11-01T08:03:43+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-01T08:03:43+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-25T12:34:59+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 Server AUS (v. 7.6)", "product": { "name": "Red Hat Enterprise Linux Server AUS (v. 7.6)", "product_id": "7Server-7.6.AUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_aus:7.6::server" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Server E4S (v. 7.6)", "product": { "name": "Red Hat Enterprise Linux Server E4S (v. 7.6)", "product_id": "7Server-7.6.E4S", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_e4s:7.6::server" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Server TUS (v. 7.6)", "product": { "name": "Red Hat Enterprise Linux Server TUS (v. 7.6)", "product_id": "7Server-7.6.TUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_tus:7.6::server" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "binutils-0:2.27-34.base.el7_6.4.src", "product": { "name": "binutils-0:2.27-34.base.el7_6.4.src", "product_id": "binutils-0:2.27-34.base.el7_6.4.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.27-34.base.el7_6.4?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "binutils-0:2.27-34.base.el7_6.4.x86_64", "product": { "name": "binutils-0:2.27-34.base.el7_6.4.x86_64", "product_id": "binutils-0:2.27-34.base.el7_6.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.27-34.base.el7_6.4?arch=x86_64" } } }, { "category": "product_version", "name": "binutils-devel-0:2.27-34.base.el7_6.4.x86_64", "product": { "name": "binutils-devel-0:2.27-34.base.el7_6.4.x86_64", "product_id": "binutils-devel-0:2.27-34.base.el7_6.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.27-34.base.el7_6.4?arch=x86_64" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.27-34.base.el7_6.4.x86_64", "product": { "name": "binutils-debuginfo-0:2.27-34.base.el7_6.4.x86_64", "product_id": "binutils-debuginfo-0:2.27-34.base.el7_6.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.27-34.base.el7_6.4?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.27-34.base.el7_6.4.i686", "product": { "name": "binutils-devel-0:2.27-34.base.el7_6.4.i686", "product_id": "binutils-devel-0:2.27-34.base.el7_6.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.27-34.base.el7_6.4?arch=i686" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.27-34.base.el7_6.4.i686", "product": { "name": "binutils-debuginfo-0:2.27-34.base.el7_6.4.i686", "product_id": "binutils-debuginfo-0:2.27-34.base.el7_6.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.27-34.base.el7_6.4?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "binutils-0:2.27-34.base.el7_6.4.ppc64le", "product": { "name": "binutils-0:2.27-34.base.el7_6.4.ppc64le", "product_id": "binutils-0:2.27-34.base.el7_6.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.27-34.base.el7_6.4?arch=ppc64le" } } }, { "category": "product_version", "name": "binutils-devel-0:2.27-34.base.el7_6.4.ppc64le", "product": { "name": "binutils-devel-0:2.27-34.base.el7_6.4.ppc64le", "product_id": "binutils-devel-0:2.27-34.base.el7_6.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.27-34.base.el7_6.4?arch=ppc64le" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.27-34.base.el7_6.4.ppc64le", "product": { "name": "binutils-debuginfo-0:2.27-34.base.el7_6.4.ppc64le", "product_id": "binutils-debuginfo-0:2.27-34.base.el7_6.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.27-34.base.el7_6.4?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-34.base.el7_6.4.src as a component of Red Hat Enterprise Linux Server AUS (v. 7.6)", "product_id": "7Server-7.6.AUS:binutils-0:2.27-34.base.el7_6.4.src" }, "product_reference": "binutils-0:2.27-34.base.el7_6.4.src", "relates_to_product_reference": "7Server-7.6.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-34.base.el7_6.4.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.6)", "product_id": "7Server-7.6.AUS:binutils-0:2.27-34.base.el7_6.4.x86_64" }, "product_reference": "binutils-0:2.27-34.base.el7_6.4.x86_64", "relates_to_product_reference": "7Server-7.6.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-34.base.el7_6.4.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.6)", "product_id": "7Server-7.6.AUS:binutils-debuginfo-0:2.27-34.base.el7_6.4.i686" }, "product_reference": "binutils-debuginfo-0:2.27-34.base.el7_6.4.i686", "relates_to_product_reference": "7Server-7.6.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-34.base.el7_6.4.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.6)", "product_id": "7Server-7.6.AUS:binutils-debuginfo-0:2.27-34.base.el7_6.4.x86_64" }, "product_reference": "binutils-debuginfo-0:2.27-34.base.el7_6.4.x86_64", "relates_to_product_reference": "7Server-7.6.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-34.base.el7_6.4.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.6)", "product_id": "7Server-7.6.AUS:binutils-devel-0:2.27-34.base.el7_6.4.i686" }, "product_reference": "binutils-devel-0:2.27-34.base.el7_6.4.i686", "relates_to_product_reference": "7Server-7.6.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-34.base.el7_6.4.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.6)", "product_id": "7Server-7.6.AUS:binutils-devel-0:2.27-34.base.el7_6.4.x86_64" }, "product_reference": "binutils-devel-0:2.27-34.base.el7_6.4.x86_64", "relates_to_product_reference": "7Server-7.6.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-34.base.el7_6.4.ppc64le as a component of Red Hat Enterprise Linux Server E4S (v. 7.6)", "product_id": "7Server-7.6.E4S:binutils-0:2.27-34.base.el7_6.4.ppc64le" }, "product_reference": "binutils-0:2.27-34.base.el7_6.4.ppc64le", "relates_to_product_reference": "7Server-7.6.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-34.base.el7_6.4.src as a component of Red Hat Enterprise Linux Server E4S (v. 7.6)", "product_id": "7Server-7.6.E4S:binutils-0:2.27-34.base.el7_6.4.src" }, "product_reference": "binutils-0:2.27-34.base.el7_6.4.src", "relates_to_product_reference": "7Server-7.6.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-34.base.el7_6.4.x86_64 as a component of Red Hat Enterprise Linux Server E4S (v. 7.6)", "product_id": "7Server-7.6.E4S:binutils-0:2.27-34.base.el7_6.4.x86_64" }, "product_reference": "binutils-0:2.27-34.base.el7_6.4.x86_64", "relates_to_product_reference": "7Server-7.6.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-34.base.el7_6.4.i686 as a component of Red Hat Enterprise Linux Server E4S (v. 7.6)", "product_id": "7Server-7.6.E4S:binutils-debuginfo-0:2.27-34.base.el7_6.4.i686" }, "product_reference": "binutils-debuginfo-0:2.27-34.base.el7_6.4.i686", "relates_to_product_reference": "7Server-7.6.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-34.base.el7_6.4.ppc64le as a component of Red Hat Enterprise Linux Server E4S (v. 7.6)", "product_id": "7Server-7.6.E4S:binutils-debuginfo-0:2.27-34.base.el7_6.4.ppc64le" }, "product_reference": "binutils-debuginfo-0:2.27-34.base.el7_6.4.ppc64le", "relates_to_product_reference": "7Server-7.6.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-34.base.el7_6.4.x86_64 as a component of Red Hat Enterprise Linux Server E4S (v. 7.6)", "product_id": "7Server-7.6.E4S:binutils-debuginfo-0:2.27-34.base.el7_6.4.x86_64" }, "product_reference": "binutils-debuginfo-0:2.27-34.base.el7_6.4.x86_64", "relates_to_product_reference": "7Server-7.6.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-34.base.el7_6.4.i686 as a component of Red Hat Enterprise Linux Server E4S (v. 7.6)", "product_id": "7Server-7.6.E4S:binutils-devel-0:2.27-34.base.el7_6.4.i686" }, "product_reference": "binutils-devel-0:2.27-34.base.el7_6.4.i686", "relates_to_product_reference": "7Server-7.6.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-34.base.el7_6.4.ppc64le as a component of Red Hat Enterprise Linux Server E4S (v. 7.6)", "product_id": "7Server-7.6.E4S:binutils-devel-0:2.27-34.base.el7_6.4.ppc64le" }, "product_reference": "binutils-devel-0:2.27-34.base.el7_6.4.ppc64le", "relates_to_product_reference": "7Server-7.6.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-34.base.el7_6.4.x86_64 as a component of Red Hat Enterprise Linux Server E4S (v. 7.6)", "product_id": "7Server-7.6.E4S:binutils-devel-0:2.27-34.base.el7_6.4.x86_64" }, "product_reference": "binutils-devel-0:2.27-34.base.el7_6.4.x86_64", "relates_to_product_reference": "7Server-7.6.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-34.base.el7_6.4.src as a component of Red Hat Enterprise Linux Server TUS (v. 7.6)", "product_id": "7Server-7.6.TUS:binutils-0:2.27-34.base.el7_6.4.src" }, "product_reference": "binutils-0:2.27-34.base.el7_6.4.src", "relates_to_product_reference": "7Server-7.6.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-34.base.el7_6.4.x86_64 as a component of Red Hat Enterprise Linux Server TUS (v. 7.6)", "product_id": "7Server-7.6.TUS:binutils-0:2.27-34.base.el7_6.4.x86_64" }, "product_reference": "binutils-0:2.27-34.base.el7_6.4.x86_64", "relates_to_product_reference": "7Server-7.6.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-34.base.el7_6.4.i686 as a component of Red Hat Enterprise Linux Server TUS (v. 7.6)", "product_id": "7Server-7.6.TUS:binutils-debuginfo-0:2.27-34.base.el7_6.4.i686" }, "product_reference": "binutils-debuginfo-0:2.27-34.base.el7_6.4.i686", "relates_to_product_reference": "7Server-7.6.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-34.base.el7_6.4.x86_64 as a component of Red Hat Enterprise Linux Server TUS (v. 7.6)", "product_id": "7Server-7.6.TUS:binutils-debuginfo-0:2.27-34.base.el7_6.4.x86_64" }, "product_reference": "binutils-debuginfo-0:2.27-34.base.el7_6.4.x86_64", "relates_to_product_reference": "7Server-7.6.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-34.base.el7_6.4.i686 as a component of Red Hat Enterprise Linux Server TUS (v. 7.6)", "product_id": "7Server-7.6.TUS:binutils-devel-0:2.27-34.base.el7_6.4.i686" }, "product_reference": "binutils-devel-0:2.27-34.base.el7_6.4.i686", "relates_to_product_reference": "7Server-7.6.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-34.base.el7_6.4.x86_64 as a component of Red Hat Enterprise Linux Server TUS (v. 7.6)", "product_id": "7Server-7.6.TUS:binutils-devel-0:2.27-34.base.el7_6.4.x86_64" }, "product_reference": "binutils-devel-0:2.27-34.base.el7_6.4.x86_64", "relates_to_product_reference": "7Server-7.6.TUS" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-7.6.AUS:binutils-0:2.27-34.base.el7_6.4.src", "7Server-7.6.AUS:binutils-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.AUS:binutils-debuginfo-0:2.27-34.base.el7_6.4.i686", "7Server-7.6.AUS:binutils-debuginfo-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.AUS:binutils-devel-0:2.27-34.base.el7_6.4.i686", "7Server-7.6.AUS:binutils-devel-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.E4S:binutils-0:2.27-34.base.el7_6.4.ppc64le", "7Server-7.6.E4S:binutils-0:2.27-34.base.el7_6.4.src", "7Server-7.6.E4S:binutils-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.E4S:binutils-debuginfo-0:2.27-34.base.el7_6.4.i686", "7Server-7.6.E4S:binutils-debuginfo-0:2.27-34.base.el7_6.4.ppc64le", "7Server-7.6.E4S:binutils-debuginfo-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.E4S:binutils-devel-0:2.27-34.base.el7_6.4.i686", "7Server-7.6.E4S:binutils-devel-0:2.27-34.base.el7_6.4.ppc64le", "7Server-7.6.E4S:binutils-devel-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.TUS:binutils-0:2.27-34.base.el7_6.4.src", "7Server-7.6.TUS:binutils-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.TUS:binutils-debuginfo-0:2.27-34.base.el7_6.4.i686", "7Server-7.6.TUS:binutils-debuginfo-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.TUS:binutils-devel-0:2.27-34.base.el7_6.4.i686", "7Server-7.6.TUS:binutils-devel-0:2.27-34.base.el7_6.4.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-01T08:03:43+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Server-7.6.AUS:binutils-0:2.27-34.base.el7_6.4.src", "7Server-7.6.AUS:binutils-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.AUS:binutils-debuginfo-0:2.27-34.base.el7_6.4.i686", "7Server-7.6.AUS:binutils-debuginfo-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.AUS:binutils-devel-0:2.27-34.base.el7_6.4.i686", "7Server-7.6.AUS:binutils-devel-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.E4S:binutils-0:2.27-34.base.el7_6.4.ppc64le", "7Server-7.6.E4S:binutils-0:2.27-34.base.el7_6.4.src", "7Server-7.6.E4S:binutils-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.E4S:binutils-debuginfo-0:2.27-34.base.el7_6.4.i686", "7Server-7.6.E4S:binutils-debuginfo-0:2.27-34.base.el7_6.4.ppc64le", "7Server-7.6.E4S:binutils-debuginfo-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.E4S:binutils-devel-0:2.27-34.base.el7_6.4.i686", "7Server-7.6.E4S:binutils-devel-0:2.27-34.base.el7_6.4.ppc64le", "7Server-7.6.E4S:binutils-devel-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.TUS:binutils-0:2.27-34.base.el7_6.4.src", "7Server-7.6.TUS:binutils-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.TUS:binutils-debuginfo-0:2.27-34.base.el7_6.4.i686", "7Server-7.6.TUS:binutils-debuginfo-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.TUS:binutils-devel-0:2.27-34.base.el7_6.4.i686", "7Server-7.6.TUS:binutils-devel-0:2.27-34.base.el7_6.4.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4035" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "7Server-7.6.AUS:binutils-0:2.27-34.base.el7_6.4.src", "7Server-7.6.AUS:binutils-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.AUS:binutils-debuginfo-0:2.27-34.base.el7_6.4.i686", "7Server-7.6.AUS:binutils-debuginfo-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.AUS:binutils-devel-0:2.27-34.base.el7_6.4.i686", "7Server-7.6.AUS:binutils-devel-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.E4S:binutils-0:2.27-34.base.el7_6.4.ppc64le", "7Server-7.6.E4S:binutils-0:2.27-34.base.el7_6.4.src", "7Server-7.6.E4S:binutils-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.E4S:binutils-debuginfo-0:2.27-34.base.el7_6.4.i686", "7Server-7.6.E4S:binutils-debuginfo-0:2.27-34.base.el7_6.4.ppc64le", "7Server-7.6.E4S:binutils-debuginfo-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.E4S:binutils-devel-0:2.27-34.base.el7_6.4.i686", "7Server-7.6.E4S:binutils-devel-0:2.27-34.base.el7_6.4.ppc64le", "7Server-7.6.E4S:binutils-devel-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.TUS:binutils-0:2.27-34.base.el7_6.4.src", "7Server-7.6.TUS:binutils-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.TUS:binutils-debuginfo-0:2.27-34.base.el7_6.4.i686", "7Server-7.6.TUS:binutils-debuginfo-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.TUS:binutils-devel-0:2.27-34.base.el7_6.4.i686", "7Server-7.6.TUS:binutils-devel-0:2.27-34.base.el7_6.4.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "7Server-7.6.AUS:binutils-0:2.27-34.base.el7_6.4.src", "7Server-7.6.AUS:binutils-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.AUS:binutils-debuginfo-0:2.27-34.base.el7_6.4.i686", "7Server-7.6.AUS:binutils-debuginfo-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.AUS:binutils-devel-0:2.27-34.base.el7_6.4.i686", "7Server-7.6.AUS:binutils-devel-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.E4S:binutils-0:2.27-34.base.el7_6.4.ppc64le", "7Server-7.6.E4S:binutils-0:2.27-34.base.el7_6.4.src", "7Server-7.6.E4S:binutils-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.E4S:binutils-debuginfo-0:2.27-34.base.el7_6.4.i686", "7Server-7.6.E4S:binutils-debuginfo-0:2.27-34.base.el7_6.4.ppc64le", "7Server-7.6.E4S:binutils-debuginfo-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.E4S:binutils-devel-0:2.27-34.base.el7_6.4.i686", "7Server-7.6.E4S:binutils-devel-0:2.27-34.base.el7_6.4.ppc64le", "7Server-7.6.E4S:binutils-devel-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.TUS:binutils-0:2.27-34.base.el7_6.4.src", "7Server-7.6.TUS:binutils-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.TUS:binutils-debuginfo-0:2.27-34.base.el7_6.4.i686", "7Server-7.6.TUS:binutils-debuginfo-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.TUS:binutils-devel-0:2.27-34.base.el7_6.4.i686", "7Server-7.6.TUS:binutils-devel-0:2.27-34.base.el7_6.4.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
RHSA-2021:4724
Vulnerability from csaf_redhat
Notes
{ "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 devtoolset-10-annobin is now available for Red Hat Software Collections.\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": "Annobin provides a compiler plugin to annotate and tools to examine compiled binary files.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in annobin in order to facilitate detection of BiDi Unicode characters:\n\nThis update of annobin adds a new annocheck test to detect the presence of multibyte characters in symbol names.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4724", "url": "https://access.redhat.com/errata/RHSA-2021:4724" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4724.json" } ], "title": "Red Hat Security Advisory: devtoolset-10-annobin security update", "tracking": { "current_release_date": "2025-09-25T12:36:00+00:00", "generator": { "date": "2025-09-25T12:36:00+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.8" } }, "id": "RHSA-2021:4724", "initial_release_date": "2021-11-17T16:59:19+00:00", "revision_history": [ { "date": "2021-11-17T16:59:19+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-17T16:59:19+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-25T12:36:00+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } } ], "category": "product_family", "name": "Red Hat Software Collections" }, { "branches": [ { "category": "product_version", "name": "devtoolset-10-annobin-0:9.23-4.el7.1.src", "product": { "name": "devtoolset-10-annobin-0:9.23-4.el7.1.src", "product_id": "devtoolset-10-annobin-0:9.23-4.el7.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-annobin@9.23-4.el7.1?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "devtoolset-10-annobin-0:9.23-4.el7.1.x86_64", "product": { "name": "devtoolset-10-annobin-0:9.23-4.el7.1.x86_64", "product_id": "devtoolset-10-annobin-0:9.23-4.el7.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-annobin@9.23-4.el7.1?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.x86_64", "product": { "name": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.x86_64", "product_id": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-annobin-annocheck@9.23-4.el7.1?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.x86_64", "product": { "name": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.x86_64", "product_id": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-annobin-debuginfo@9.23-4.el7.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "devtoolset-10-annobin-0:9.23-4.el7.1.ppc64le", "product": { "name": "devtoolset-10-annobin-0:9.23-4.el7.1.ppc64le", "product_id": "devtoolset-10-annobin-0:9.23-4.el7.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-annobin@9.23-4.el7.1?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64le", "product": { "name": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64le", "product_id": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-annobin-annocheck@9.23-4.el7.1?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64le", "product": { "name": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64le", "product_id": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-annobin-debuginfo@9.23-4.el7.1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "devtoolset-10-annobin-0:9.23-4.el7.1.ppc64", "product": { "name": "devtoolset-10-annobin-0:9.23-4.el7.1.ppc64", "product_id": "devtoolset-10-annobin-0:9.23-4.el7.1.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-annobin@9.23-4.el7.1?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64", "product": { "name": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64", "product_id": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-annobin-annocheck@9.23-4.el7.1?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64", "product": { "name": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64", "product_id": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-annobin-debuginfo@9.23-4.el7.1?arch=ppc64" } } } ], "category": "architecture", "name": "ppc64" }, { "branches": [ { "category": "product_version", "name": "devtoolset-10-annobin-0:9.23-4.el7.1.s390x", "product": { "name": "devtoolset-10-annobin-0:9.23-4.el7.1.s390x", "product_id": "devtoolset-10-annobin-0:9.23-4.el7.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-annobin@9.23-4.el7.1?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.s390x", "product": { "name": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.s390x", "product_id": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-annobin-annocheck@9.23-4.el7.1?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.s390x", "product": { "name": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.s390x", "product_id": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-annobin-debuginfo@9.23-4.el7.1?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-0:9.23-4.el7.1.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64" }, "product_reference": "devtoolset-10-annobin-0:9.23-4.el7.1.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-0:9.23-4.el7.1.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64le" }, "product_reference": "devtoolset-10-annobin-0:9.23-4.el7.1.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-0:9.23-4.el7.1.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-0:9.23-4.el7.1.s390x" }, "product_reference": "devtoolset-10-annobin-0:9.23-4.el7.1.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-0:9.23-4.el7.1.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-0:9.23-4.el7.1.src" }, "product_reference": "devtoolset-10-annobin-0:9.23-4.el7.1.src", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-0:9.23-4.el7.1.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-0:9.23-4.el7.1.x86_64" }, "product_reference": "devtoolset-10-annobin-0:9.23-4.el7.1.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64" }, "product_reference": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64le" }, "product_reference": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.s390x" }, "product_reference": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.x86_64" }, "product_reference": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64" }, "product_reference": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64le" }, "product_reference": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.s390x" }, "product_reference": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.x86_64" }, "product_reference": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-0:9.23-4.el7.1.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64" }, "product_reference": "devtoolset-10-annobin-0:9.23-4.el7.1.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-0:9.23-4.el7.1.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64le" }, "product_reference": "devtoolset-10-annobin-0:9.23-4.el7.1.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-0:9.23-4.el7.1.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.s390x" }, "product_reference": "devtoolset-10-annobin-0:9.23-4.el7.1.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-0:9.23-4.el7.1.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.src" }, "product_reference": "devtoolset-10-annobin-0:9.23-4.el7.1.src", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-0:9.23-4.el7.1.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.x86_64" }, "product_reference": "devtoolset-10-annobin-0:9.23-4.el7.1.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64" }, "product_reference": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64le" }, "product_reference": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.s390x" }, "product_reference": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.x86_64" }, "product_reference": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64" }, "product_reference": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64le" }, "product_reference": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.s390x" }, "product_reference": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.x86_64" }, "product_reference": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-0:9.23-4.el7.1.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64" }, "product_reference": "devtoolset-10-annobin-0:9.23-4.el7.1.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-0:9.23-4.el7.1.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64le" }, "product_reference": "devtoolset-10-annobin-0:9.23-4.el7.1.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-0:9.23-4.el7.1.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.s390x" }, "product_reference": "devtoolset-10-annobin-0:9.23-4.el7.1.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-0:9.23-4.el7.1.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.src" }, "product_reference": "devtoolset-10-annobin-0:9.23-4.el7.1.src", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-0:9.23-4.el7.1.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.x86_64" }, "product_reference": "devtoolset-10-annobin-0:9.23-4.el7.1.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64" }, "product_reference": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64le" }, "product_reference": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.s390x" }, "product_reference": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.x86_64" }, "product_reference": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64" }, "product_reference": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64le" }, "product_reference": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.s390x" }, "product_reference": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.x86_64" }, "product_reference": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-0:9.23-4.el7.1.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-0:9.23-4.el7.1.src", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-0:9.23-4.el7.1.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.x86_64", "7Server-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64", "7Server-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.s390x", "7Server-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.src", "7Server-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.x86_64", "7Server-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64", "7Server-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.s390x", "7Server-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.x86_64", "7Server-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64", "7Server-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.s390x", "7Server-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.src", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-17T16:59:19+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-0:9.23-4.el7.1.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-0:9.23-4.el7.1.src", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-0:9.23-4.el7.1.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.x86_64", "7Server-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64", "7Server-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.s390x", "7Server-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.src", "7Server-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.x86_64", "7Server-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64", "7Server-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.s390x", "7Server-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.x86_64", "7Server-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64", "7Server-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.s390x", "7Server-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.src", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4724" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-0:9.23-4.el7.1.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-0:9.23-4.el7.1.src", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-0:9.23-4.el7.1.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.x86_64", "7Server-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64", "7Server-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.s390x", "7Server-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.src", "7Server-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.x86_64", "7Server-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64", "7Server-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.s390x", "7Server-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.x86_64", "7Server-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64", "7Server-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.s390x", "7Server-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.src", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-0:9.23-4.el7.1.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-0:9.23-4.el7.1.src", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-0:9.23-4.el7.1.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.x86_64", "7Server-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64", "7Server-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.s390x", "7Server-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.src", "7Server-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.x86_64", "7Server-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64", "7Server-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.s390x", "7Server-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.x86_64", "7Server-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64", "7Server-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.s390x", "7Server-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.src", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
rhsa-2021_4669
Vulnerability from csaf_redhat
Notes
{ "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 devtoolset-11-gcc is now available for Red Hat Software Collections.\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": "The GNU Compiler Collection (GCC) is a portable compiler suite with support for various programming languages, including C, C++, and Fortran. The devtoolset-11-gcc packages provide the Red Hat Developer Toolset version of GCC, as well as related libraries.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in gcc in order to facilitate detection of BiDi Unicode characters:\n\nThis update implements a new warning option -Wbidirectional to warn about possibly dangerous bidirectional characters.\n\nThere are three levels of warning supported by gcc:\n\"-Wbidirectional=unpaired\", which warns about improperly terminated BiDi contexts. (This is the default.)\n\"-Wbidirectional=none\", which turns the warning off.\n\"-Wbidirectional=any\", which warns about any use of bidirectional characters.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4669", "url": "https://access.redhat.com/errata/RHSA-2021:4669" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4669.json" } ], "title": "Red Hat Security Advisory: devtoolset-11-gcc security update", "tracking": { "current_release_date": "2024-11-13T23:35:28+00:00", "generator": { "date": "2024-11-13T23:35:28+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2021:4669", "initial_release_date": "2021-11-15T11:50:46+00:00", "revision_history": [ { "date": "2021-11-15T11:50:46+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-15T11:50:46+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T23:35:28+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Software Collections for RHEL Workstation(v. 7)", "product": { "name": "Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for RHEL(v. 7)", "product": { "name": "Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } } ], "category": "product_family", "name": "Red Hat Software Collections" }, { "branches": [ { "category": "product_version", "name": "devtoolset-11-gcc-0:11.2.1-1.2.el7.src", "product": { "name": "devtoolset-11-gcc-0:11.2.1-1.2.el7.src", "product_id": "devtoolset-11-gcc-0:11.2.1-1.2.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc@11.2.1-1.2.el7?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "devtoolset-11-gcc-0:11.2.1-1.2.el7.x86_64", "product": { "name": "devtoolset-11-gcc-0:11.2.1-1.2.el7.x86_64", "product_id": "devtoolset-11-gcc-0:11.2.1-1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc@11.2.1-1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.x86_64", "product": { "name": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.x86_64", "product_id": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc-c%2B%2B@11.2.1-1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.x86_64", "product": { "name": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.x86_64", "product_id": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc-gdb-plugin@11.2.1-1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.x86_64", "product": { "name": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.x86_64", "product_id": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc-gfortran@11.2.1-1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.x86_64", "product": { "name": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.x86_64", "product_id": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc-plugin-devel@11.2.1-1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.x86_64", "product": { "name": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.x86_64", "product_id": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libasan-devel@11.2.1-1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.x86_64", "product": { "name": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.x86_64", "product_id": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libatomic-devel@11.2.1-1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.x86_64", "product": { "name": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.x86_64", "product_id": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libgccjit@11.2.1-1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.x86_64", "product": { "name": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.x86_64", "product_id": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libgccjit-devel@11.2.1-1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.x86_64", "product": { "name": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.x86_64", "product_id": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libgccjit-docs@11.2.1-1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.x86_64", "product": { "name": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.x86_64", "product_id": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libitm-devel@11.2.1-1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.x86_64", "product": { "name": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.x86_64", "product_id": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-liblsan-devel@11.2.1-1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.x86_64", "product": { "name": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.x86_64", "product_id": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libquadmath-devel@11.2.1-1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.x86_64", "product": { "name": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.x86_64", "product_id": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libstdc%2B%2B-devel@11.2.1-1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.x86_64", "product": { "name": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.x86_64", "product_id": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libstdc%2B%2B-docs@11.2.1-1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.x86_64", "product": { "name": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.x86_64", "product_id": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libtsan-devel@11.2.1-1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.x86_64", "product": { "name": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.x86_64", "product_id": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libubsan-devel@11.2.1-1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "libasan6-0:11.2.1-1.2.el7.x86_64", "product": { "name": "libasan6-0:11.2.1-1.2.el7.x86_64", "product_id": "libasan6-0:11.2.1-1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6@11.2.1-1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "liblsan-0:11.2.1-1.2.el7.x86_64", "product": { "name": "liblsan-0:11.2.1-1.2.el7.x86_64", "product_id": "liblsan-0:11.2.1-1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/liblsan@11.2.1-1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "libtsan-0:11.2.1-1.2.el7.x86_64", "product": { "name": "libtsan-0:11.2.1-1.2.el7.x86_64", "product_id": "libtsan-0:11.2.1-1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libtsan@11.2.1-1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "libubsan1-0:11.2.1-1.2.el7.x86_64", "product": { "name": "libubsan1-0:11.2.1-1.2.el7.x86_64", "product_id": "libubsan1-0:11.2.1-1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libubsan1@11.2.1-1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.x86_64", "product": { "name": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.x86_64", "product_id": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc-debuginfo@11.2.1-1.2.el7?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.i686", "product": { "name": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.i686", "product_id": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libasan-devel@11.2.1-1.2.el7?arch=i686" } } }, { "category": "product_version", "name": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.i686", "product": { "name": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.i686", "product_id": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libatomic-devel@11.2.1-1.2.el7?arch=i686" } } }, { "category": "product_version", "name": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.i686", "product": { "name": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.i686", "product_id": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libgccjit@11.2.1-1.2.el7?arch=i686" } } }, { "category": "product_version", "name": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.i686", "product": { "name": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.i686", "product_id": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libgccjit-devel@11.2.1-1.2.el7?arch=i686" } } }, { "category": "product_version", "name": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.i686", "product": { "name": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.i686", "product_id": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libitm-devel@11.2.1-1.2.el7?arch=i686" } } }, { "category": "product_version", "name": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.i686", "product": { "name": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.i686", "product_id": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libquadmath-devel@11.2.1-1.2.el7?arch=i686" } } }, { "category": "product_version", "name": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.i686", "product": { "name": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.i686", "product_id": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libstdc%2B%2B-devel@11.2.1-1.2.el7?arch=i686" } } }, { "category": "product_version", "name": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.i686", "product": { "name": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.i686", "product_id": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libubsan-devel@11.2.1-1.2.el7?arch=i686" } } }, { "category": "product_version", "name": "libasan6-0:11.2.1-1.2.el7.i686", "product": { "name": "libasan6-0:11.2.1-1.2.el7.i686", "product_id": "libasan6-0:11.2.1-1.2.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6@11.2.1-1.2.el7?arch=i686" } } }, { "category": "product_version", "name": "libubsan1-0:11.2.1-1.2.el7.i686", "product": { "name": "libubsan1-0:11.2.1-1.2.el7.i686", "product_id": "libubsan1-0:11.2.1-1.2.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libubsan1@11.2.1-1.2.el7?arch=i686" } } }, { "category": "product_version", "name": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.i686", "product": { "name": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.i686", "product_id": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc-debuginfo@11.2.1-1.2.el7?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "devtoolset-11-gcc-0:11.2.1-1.2.el7.s390x", "product": { "name": "devtoolset-11-gcc-0:11.2.1-1.2.el7.s390x", "product_id": "devtoolset-11-gcc-0:11.2.1-1.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc@11.2.1-1.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.s390x", "product": { "name": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.s390x", "product_id": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc-c%2B%2B@11.2.1-1.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.s390x", "product": { "name": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.s390x", "product_id": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc-gdb-plugin@11.2.1-1.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.s390x", "product": { "name": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.s390x", "product_id": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc-gfortran@11.2.1-1.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.s390x", "product": { "name": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.s390x", "product_id": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc-plugin-devel@11.2.1-1.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.s390x", "product": { "name": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.s390x", "product_id": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libasan-devel@11.2.1-1.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.s390x", "product": { "name": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.s390x", "product_id": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libatomic-devel@11.2.1-1.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.s390x", "product": { "name": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.s390x", "product_id": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libgccjit@11.2.1-1.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.s390x", "product": { "name": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.s390x", "product_id": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libgccjit-devel@11.2.1-1.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.s390x", "product": { "name": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.s390x", "product_id": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libgccjit-docs@11.2.1-1.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.s390x", "product": { "name": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.s390x", "product_id": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libitm-devel@11.2.1-1.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.s390x", "product": { "name": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.s390x", "product_id": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libstdc%2B%2B-devel@11.2.1-1.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.s390x", "product": { "name": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.s390x", "product_id": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libstdc%2B%2B-docs@11.2.1-1.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.s390x", "product": { "name": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.s390x", "product_id": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libubsan-devel@11.2.1-1.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "libasan6-0:11.2.1-1.2.el7.s390x", "product": { "name": "libasan6-0:11.2.1-1.2.el7.s390x", "product_id": "libasan6-0:11.2.1-1.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6@11.2.1-1.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "libubsan1-0:11.2.1-1.2.el7.s390x", "product": { "name": "libubsan1-0:11.2.1-1.2.el7.s390x", "product_id": "libubsan1-0:11.2.1-1.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libubsan1@11.2.1-1.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.s390x", "product": { "name": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.s390x", "product_id": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc-debuginfo@11.2.1-1.2.el7?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64", "product": { "name": "devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64", "product_id": "devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc@11.2.1-1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64", "product": { "name": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64", "product_id": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc-c%2B%2B@11.2.1-1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64", "product": { "name": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64", "product_id": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc-gdb-plugin@11.2.1-1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64", "product": { "name": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64", "product_id": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc-gfortran@11.2.1-1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64", "product": { "name": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64", "product_id": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc-plugin-devel@11.2.1-1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64", "product": { "name": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64", "product_id": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libasan-devel@11.2.1-1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64", "product": { "name": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64", "product_id": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libatomic-devel@11.2.1-1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64", "product": { "name": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64", "product_id": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libgccjit@11.2.1-1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64", "product": { "name": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64", "product_id": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libgccjit-devel@11.2.1-1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64", "product": { "name": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64", "product_id": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libgccjit-docs@11.2.1-1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64", "product": { "name": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64", "product_id": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libitm-devel@11.2.1-1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64", "product": { "name": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64", "product_id": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-liblsan-devel@11.2.1-1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64", "product": { "name": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64", "product_id": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libquadmath-devel@11.2.1-1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64", "product": { "name": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64", "product_id": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libstdc%2B%2B-devel@11.2.1-1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64", "product": { "name": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64", "product_id": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libstdc%2B%2B-docs@11.2.1-1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64", "product": { "name": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64", "product_id": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libtsan-devel@11.2.1-1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64", "product": { "name": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64", "product_id": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libubsan-devel@11.2.1-1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "libasan6-0:11.2.1-1.2.el7.ppc64", "product": { "name": "libasan6-0:11.2.1-1.2.el7.ppc64", "product_id": "libasan6-0:11.2.1-1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6@11.2.1-1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "liblsan-0:11.2.1-1.2.el7.ppc64", "product": { "name": "liblsan-0:11.2.1-1.2.el7.ppc64", "product_id": "liblsan-0:11.2.1-1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/liblsan@11.2.1-1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "libtsan-0:11.2.1-1.2.el7.ppc64", "product": { "name": "libtsan-0:11.2.1-1.2.el7.ppc64", "product_id": "libtsan-0:11.2.1-1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libtsan@11.2.1-1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "libubsan1-0:11.2.1-1.2.el7.ppc64", "product": { "name": "libubsan1-0:11.2.1-1.2.el7.ppc64", "product_id": "libubsan1-0:11.2.1-1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libubsan1@11.2.1-1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64", "product": { "name": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64", "product_id": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc-debuginfo@11.2.1-1.2.el7?arch=ppc64" } } } ], "category": "architecture", "name": "ppc64" }, { "branches": [ { "category": "product_version", "name": "devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64le", "product": { "name": "devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64le", "product_id": "devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc@11.2.1-1.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64le", "product": { "name": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64le", "product_id": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc-c%2B%2B@11.2.1-1.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64le", "product": { "name": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64le", "product_id": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc-gdb-plugin@11.2.1-1.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64le", "product": { "name": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64le", "product_id": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc-gfortran@11.2.1-1.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64le", "product": { "name": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64le", "product_id": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc-plugin-devel@11.2.1-1.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64le", "product": { "name": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64le", "product_id": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libasan-devel@11.2.1-1.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64le", "product": { "name": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64le", "product_id": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libatomic-devel@11.2.1-1.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64le", "product": { "name": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64le", "product_id": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libgccjit@11.2.1-1.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64le", "product": { "name": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64le", "product_id": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libgccjit-devel@11.2.1-1.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64le", "product": { "name": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64le", "product_id": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libgccjit-docs@11.2.1-1.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64le", "product": { "name": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64le", "product_id": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libitm-devel@11.2.1-1.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64le", "product": { "name": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64le", "product_id": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-liblsan-devel@11.2.1-1.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64le", "product": { "name": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64le", "product_id": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libquadmath-devel@11.2.1-1.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64le", "product": { "name": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64le", "product_id": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libstdc%2B%2B-devel@11.2.1-1.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64le", "product": { "name": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64le", "product_id": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libstdc%2B%2B-docs@11.2.1-1.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64le", "product": { "name": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64le", "product_id": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libtsan-devel@11.2.1-1.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64le", "product": { "name": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64le", "product_id": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libubsan-devel@11.2.1-1.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "libasan6-0:11.2.1-1.2.el7.ppc64le", "product": { "name": "libasan6-0:11.2.1-1.2.el7.ppc64le", "product_id": "libasan6-0:11.2.1-1.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6@11.2.1-1.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "liblsan-0:11.2.1-1.2.el7.ppc64le", "product": { "name": "liblsan-0:11.2.1-1.2.el7.ppc64le", "product_id": "liblsan-0:11.2.1-1.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/liblsan@11.2.1-1.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "libtsan-0:11.2.1-1.2.el7.ppc64le", "product": { "name": "libtsan-0:11.2.1-1.2.el7.ppc64le", "product_id": "libtsan-0:11.2.1-1.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libtsan@11.2.1-1.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "libubsan1-0:11.2.1-1.2.el7.ppc64le", "product": { "name": "libubsan1-0:11.2.1-1.2.el7.ppc64le", "product_id": "libubsan1-0:11.2.1-1.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libubsan1@11.2.1-1.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64le", "product": { "name": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64le", "product_id": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc-debuginfo@11.2.1-1.2.el7?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-gcc-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-0:11.2.1-1.2.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-0:11.2.1-1.2.el7.src" }, "product_reference": "devtoolset-11-gcc-0:11.2.1-1.2.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-gcc-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:libasan6-0:11.2.1-1.2.el7.i686" }, "product_reference": "libasan6-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:libasan6-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "libasan6-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:libasan6-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "libasan6-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:libasan6-0:11.2.1-1.2.el7.s390x" }, "product_reference": "libasan6-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:libasan6-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "libasan6-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:liblsan-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "liblsan-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:liblsan-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "liblsan-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:liblsan-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "liblsan-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:libtsan-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "libtsan-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:libtsan-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "libtsan-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:libtsan-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "libtsan-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:libubsan1-0:11.2.1-1.2.el7.i686" }, "product_reference": "libubsan1-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:libubsan1-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "libubsan1-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:libubsan1-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "libubsan1-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:libubsan1-0:11.2.1-1.2.el7.s390x" }, "product_reference": "libubsan1-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:libubsan1-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "libubsan1-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-gcc-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-0:11.2.1-1.2.el7.src as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.src" }, "product_reference": "devtoolset-11-gcc-0:11.2.1-1.2.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-gcc-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.i686" }, "product_reference": "libasan6-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "libasan6-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "libasan6-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.s390x" }, "product_reference": "libasan6-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "libasan6-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "liblsan-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "liblsan-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "liblsan-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "libtsan-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "libtsan-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "libtsan-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.i686" }, "product_reference": "libubsan1-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "libubsan1-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "libubsan1-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.s390x" }, "product_reference": "libubsan1-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "libubsan1-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-gcc-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-0:11.2.1-1.2.el7.src as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.src" }, "product_reference": "devtoolset-11-gcc-0:11.2.1-1.2.el7.src", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-gcc-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.i686" }, "product_reference": "libasan6-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "libasan6-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "libasan6-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.s390x" }, "product_reference": "libasan6-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "libasan6-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "liblsan-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "liblsan-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "liblsan-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "libtsan-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "libtsan-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "libtsan-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.i686" }, "product_reference": "libubsan1-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "libubsan1-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "libubsan1-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.s390x" }, "product_reference": "libubsan1-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "libubsan1-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-0:11.2.1-1.2.el7.src", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:libasan6-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:libasan6-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:libasan6-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:libasan6-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:libasan6-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:liblsan-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:liblsan-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:liblsan-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:libtsan-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:libtsan-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:libtsan-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:libubsan1-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:libubsan1-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:libubsan1-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:libubsan1-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:libubsan1-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.src", "7Server-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.src", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-15T11:50:46+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-0:11.2.1-1.2.el7.src", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:libasan6-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:libasan6-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:libasan6-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:libasan6-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:libasan6-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:liblsan-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:liblsan-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:liblsan-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:libtsan-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:libtsan-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:libtsan-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:libubsan1-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:libubsan1-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:libubsan1-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:libubsan1-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:libubsan1-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.src", "7Server-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.src", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4669" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-0:11.2.1-1.2.el7.src", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:libasan6-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:libasan6-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:libasan6-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:libasan6-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:libasan6-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:liblsan-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:liblsan-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:liblsan-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:libtsan-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:libtsan-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:libtsan-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:libubsan1-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:libubsan1-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:libubsan1-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:libubsan1-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:libubsan1-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.src", "7Server-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.src", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-0:11.2.1-1.2.el7.src", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:libasan6-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:libasan6-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:libasan6-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:libasan6-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:libasan6-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:liblsan-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:liblsan-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:liblsan-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:libtsan-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:libtsan-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:libtsan-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:libubsan1-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:libubsan1-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:libubsan1-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:libubsan1-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:libubsan1-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.src", "7Server-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.src", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
rhsa-2021:4034
Vulnerability from csaf_redhat
Notes
{ "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 binutils is now available for Red Hat Enterprise Linux 7.7 Advanced Update Support, Red Hat Enterprise Linux 7.7 Telco Extended Update Support, and Red Hat Enterprise Linux 7.7 Update Services for SAP Solutions.\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": "The binutils packages provide a collection of binary utilities for the manipulation of object code in various object file formats. It includes the ar, as, gprof, ld, nm, objcopy, objdump, ranlib, readelf, size, strings, strip, and addr2line utilities.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in binutils in order to facilitate detection of BiDi Unicode characters:\n\nTools which display names or strings (readelf, strings, nm, objdump) have a new command line option --unicode / -U which controls how Unicode characters are handled.\n\nUsing \"--unicode=default\" will treat them as normal for the tool. This is the default behaviour when --unicode option is not used.\nUsing \"--unicode=locale\" will display them according to the current locale.\nUsing \"--unicode=hex\" will display them as hex byte values.\nUsing \"--unicode=escape\" will display them as Unicode escape sequences.\nUsing \"--unicode=highlight\" will display them as Unicode escape sequences highlighted in red, if supported by the output device.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4034", "url": "https://access.redhat.com/errata/RHSA-2021:4034" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4034.json" } ], "title": "Red Hat Security Advisory: binutils security update", "tracking": { "current_release_date": "2025-09-25T12:35:03+00:00", "generator": { "date": "2025-09-25T12:35:03+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.8" } }, "id": "RHSA-2021:4034", "initial_release_date": "2021-11-01T08:09:38+00:00", "revision_history": [ { "date": "2021-11-01T08:09:38+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-01T08:09:38+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-25T12:35:03+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 Server AUS (v. 7.7)", "product": { "name": "Red Hat Enterprise Linux Server AUS (v. 7.7)", "product_id": "7Server-7.7.AUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_aus:7.7::server" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Server E4S (v. 7.7)", "product": { "name": "Red Hat Enterprise Linux Server E4S (v. 7.7)", "product_id": "7Server-7.7.E4S", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_e4s:7.7::server" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Server TUS (v. 7.7)", "product": { "name": "Red Hat Enterprise Linux Server TUS (v. 7.7)", "product_id": "7Server-7.7.TUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_tus:7.7::server" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "binutils-0:2.27-41.base.el7_7.4.src", "product": { "name": "binutils-0:2.27-41.base.el7_7.4.src", "product_id": "binutils-0:2.27-41.base.el7_7.4.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.27-41.base.el7_7.4?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "binutils-0:2.27-41.base.el7_7.4.x86_64", "product": { "name": "binutils-0:2.27-41.base.el7_7.4.x86_64", "product_id": "binutils-0:2.27-41.base.el7_7.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.27-41.base.el7_7.4?arch=x86_64" } } }, { "category": "product_version", "name": "binutils-devel-0:2.27-41.base.el7_7.4.x86_64", "product": { "name": "binutils-devel-0:2.27-41.base.el7_7.4.x86_64", "product_id": "binutils-devel-0:2.27-41.base.el7_7.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.27-41.base.el7_7.4?arch=x86_64" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.27-41.base.el7_7.4.x86_64", "product": { "name": "binutils-debuginfo-0:2.27-41.base.el7_7.4.x86_64", "product_id": "binutils-debuginfo-0:2.27-41.base.el7_7.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.27-41.base.el7_7.4?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.27-41.base.el7_7.4.i686", "product": { "name": "binutils-devel-0:2.27-41.base.el7_7.4.i686", "product_id": "binutils-devel-0:2.27-41.base.el7_7.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.27-41.base.el7_7.4?arch=i686" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.27-41.base.el7_7.4.i686", "product": { "name": "binutils-debuginfo-0:2.27-41.base.el7_7.4.i686", "product_id": "binutils-debuginfo-0:2.27-41.base.el7_7.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.27-41.base.el7_7.4?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "binutils-0:2.27-41.base.el7_7.4.ppc64le", "product": { "name": "binutils-0:2.27-41.base.el7_7.4.ppc64le", "product_id": "binutils-0:2.27-41.base.el7_7.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.27-41.base.el7_7.4?arch=ppc64le" } } }, { "category": "product_version", "name": "binutils-devel-0:2.27-41.base.el7_7.4.ppc64le", "product": { "name": "binutils-devel-0:2.27-41.base.el7_7.4.ppc64le", "product_id": "binutils-devel-0:2.27-41.base.el7_7.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.27-41.base.el7_7.4?arch=ppc64le" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.27-41.base.el7_7.4.ppc64le", "product": { "name": "binutils-debuginfo-0:2.27-41.base.el7_7.4.ppc64le", "product_id": "binutils-debuginfo-0:2.27-41.base.el7_7.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.27-41.base.el7_7.4?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-41.base.el7_7.4.src as a component of Red Hat Enterprise Linux Server AUS (v. 7.7)", "product_id": "7Server-7.7.AUS:binutils-0:2.27-41.base.el7_7.4.src" }, "product_reference": "binutils-0:2.27-41.base.el7_7.4.src", "relates_to_product_reference": "7Server-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-41.base.el7_7.4.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.7)", "product_id": "7Server-7.7.AUS:binutils-0:2.27-41.base.el7_7.4.x86_64" }, "product_reference": "binutils-0:2.27-41.base.el7_7.4.x86_64", "relates_to_product_reference": "7Server-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-41.base.el7_7.4.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.7)", "product_id": "7Server-7.7.AUS:binutils-debuginfo-0:2.27-41.base.el7_7.4.i686" }, "product_reference": "binutils-debuginfo-0:2.27-41.base.el7_7.4.i686", "relates_to_product_reference": "7Server-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-41.base.el7_7.4.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.7)", "product_id": "7Server-7.7.AUS:binutils-debuginfo-0:2.27-41.base.el7_7.4.x86_64" }, "product_reference": "binutils-debuginfo-0:2.27-41.base.el7_7.4.x86_64", "relates_to_product_reference": "7Server-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-41.base.el7_7.4.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.7)", "product_id": "7Server-7.7.AUS:binutils-devel-0:2.27-41.base.el7_7.4.i686" }, "product_reference": "binutils-devel-0:2.27-41.base.el7_7.4.i686", "relates_to_product_reference": "7Server-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-41.base.el7_7.4.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.7)", "product_id": "7Server-7.7.AUS:binutils-devel-0:2.27-41.base.el7_7.4.x86_64" }, "product_reference": "binutils-devel-0:2.27-41.base.el7_7.4.x86_64", "relates_to_product_reference": "7Server-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-41.base.el7_7.4.ppc64le as a component of Red Hat Enterprise Linux Server E4S (v. 7.7)", "product_id": "7Server-7.7.E4S:binutils-0:2.27-41.base.el7_7.4.ppc64le" }, "product_reference": "binutils-0:2.27-41.base.el7_7.4.ppc64le", "relates_to_product_reference": "7Server-7.7.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-41.base.el7_7.4.src as a component of Red Hat Enterprise Linux Server E4S (v. 7.7)", "product_id": "7Server-7.7.E4S:binutils-0:2.27-41.base.el7_7.4.src" }, "product_reference": "binutils-0:2.27-41.base.el7_7.4.src", "relates_to_product_reference": "7Server-7.7.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-41.base.el7_7.4.x86_64 as a component of Red Hat Enterprise Linux Server E4S (v. 7.7)", "product_id": "7Server-7.7.E4S:binutils-0:2.27-41.base.el7_7.4.x86_64" }, "product_reference": "binutils-0:2.27-41.base.el7_7.4.x86_64", "relates_to_product_reference": "7Server-7.7.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-41.base.el7_7.4.i686 as a component of Red Hat Enterprise Linux Server E4S (v. 7.7)", "product_id": "7Server-7.7.E4S:binutils-debuginfo-0:2.27-41.base.el7_7.4.i686" }, "product_reference": "binutils-debuginfo-0:2.27-41.base.el7_7.4.i686", "relates_to_product_reference": "7Server-7.7.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-41.base.el7_7.4.ppc64le as a component of Red Hat Enterprise Linux Server E4S (v. 7.7)", "product_id": "7Server-7.7.E4S:binutils-debuginfo-0:2.27-41.base.el7_7.4.ppc64le" }, "product_reference": "binutils-debuginfo-0:2.27-41.base.el7_7.4.ppc64le", "relates_to_product_reference": "7Server-7.7.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-41.base.el7_7.4.x86_64 as a component of Red Hat Enterprise Linux Server E4S (v. 7.7)", "product_id": "7Server-7.7.E4S:binutils-debuginfo-0:2.27-41.base.el7_7.4.x86_64" }, "product_reference": "binutils-debuginfo-0:2.27-41.base.el7_7.4.x86_64", "relates_to_product_reference": "7Server-7.7.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-41.base.el7_7.4.i686 as a component of Red Hat Enterprise Linux Server E4S (v. 7.7)", "product_id": "7Server-7.7.E4S:binutils-devel-0:2.27-41.base.el7_7.4.i686" }, "product_reference": "binutils-devel-0:2.27-41.base.el7_7.4.i686", "relates_to_product_reference": "7Server-7.7.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-41.base.el7_7.4.ppc64le as a component of Red Hat Enterprise Linux Server E4S (v. 7.7)", "product_id": "7Server-7.7.E4S:binutils-devel-0:2.27-41.base.el7_7.4.ppc64le" }, "product_reference": "binutils-devel-0:2.27-41.base.el7_7.4.ppc64le", "relates_to_product_reference": "7Server-7.7.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-41.base.el7_7.4.x86_64 as a component of Red Hat Enterprise Linux Server E4S (v. 7.7)", "product_id": "7Server-7.7.E4S:binutils-devel-0:2.27-41.base.el7_7.4.x86_64" }, "product_reference": "binutils-devel-0:2.27-41.base.el7_7.4.x86_64", "relates_to_product_reference": "7Server-7.7.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-41.base.el7_7.4.src as a component of Red Hat Enterprise Linux Server TUS (v. 7.7)", "product_id": "7Server-7.7.TUS:binutils-0:2.27-41.base.el7_7.4.src" }, "product_reference": "binutils-0:2.27-41.base.el7_7.4.src", "relates_to_product_reference": "7Server-7.7.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-41.base.el7_7.4.x86_64 as a component of Red Hat Enterprise Linux Server TUS (v. 7.7)", "product_id": "7Server-7.7.TUS:binutils-0:2.27-41.base.el7_7.4.x86_64" }, "product_reference": "binutils-0:2.27-41.base.el7_7.4.x86_64", "relates_to_product_reference": "7Server-7.7.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-41.base.el7_7.4.i686 as a component of Red Hat Enterprise Linux Server TUS (v. 7.7)", "product_id": "7Server-7.7.TUS:binutils-debuginfo-0:2.27-41.base.el7_7.4.i686" }, "product_reference": "binutils-debuginfo-0:2.27-41.base.el7_7.4.i686", "relates_to_product_reference": "7Server-7.7.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-41.base.el7_7.4.x86_64 as a component of Red Hat Enterprise Linux Server TUS (v. 7.7)", "product_id": "7Server-7.7.TUS:binutils-debuginfo-0:2.27-41.base.el7_7.4.x86_64" }, "product_reference": "binutils-debuginfo-0:2.27-41.base.el7_7.4.x86_64", "relates_to_product_reference": "7Server-7.7.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-41.base.el7_7.4.i686 as a component of Red Hat Enterprise Linux Server TUS (v. 7.7)", "product_id": "7Server-7.7.TUS:binutils-devel-0:2.27-41.base.el7_7.4.i686" }, "product_reference": "binutils-devel-0:2.27-41.base.el7_7.4.i686", "relates_to_product_reference": "7Server-7.7.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-41.base.el7_7.4.x86_64 as a component of Red Hat Enterprise Linux Server TUS (v. 7.7)", "product_id": "7Server-7.7.TUS:binutils-devel-0:2.27-41.base.el7_7.4.x86_64" }, "product_reference": "binutils-devel-0:2.27-41.base.el7_7.4.x86_64", "relates_to_product_reference": "7Server-7.7.TUS" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-7.7.AUS:binutils-0:2.27-41.base.el7_7.4.src", "7Server-7.7.AUS:binutils-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.AUS:binutils-debuginfo-0:2.27-41.base.el7_7.4.i686", "7Server-7.7.AUS:binutils-debuginfo-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.AUS:binutils-devel-0:2.27-41.base.el7_7.4.i686", "7Server-7.7.AUS:binutils-devel-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.E4S:binutils-0:2.27-41.base.el7_7.4.ppc64le", "7Server-7.7.E4S:binutils-0:2.27-41.base.el7_7.4.src", "7Server-7.7.E4S:binutils-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.E4S:binutils-debuginfo-0:2.27-41.base.el7_7.4.i686", "7Server-7.7.E4S:binutils-debuginfo-0:2.27-41.base.el7_7.4.ppc64le", "7Server-7.7.E4S:binutils-debuginfo-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.E4S:binutils-devel-0:2.27-41.base.el7_7.4.i686", "7Server-7.7.E4S:binutils-devel-0:2.27-41.base.el7_7.4.ppc64le", "7Server-7.7.E4S:binutils-devel-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.TUS:binutils-0:2.27-41.base.el7_7.4.src", "7Server-7.7.TUS:binutils-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.TUS:binutils-debuginfo-0:2.27-41.base.el7_7.4.i686", "7Server-7.7.TUS:binutils-debuginfo-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.TUS:binutils-devel-0:2.27-41.base.el7_7.4.i686", "7Server-7.7.TUS:binutils-devel-0:2.27-41.base.el7_7.4.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-01T08:09: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": [ "7Server-7.7.AUS:binutils-0:2.27-41.base.el7_7.4.src", "7Server-7.7.AUS:binutils-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.AUS:binutils-debuginfo-0:2.27-41.base.el7_7.4.i686", "7Server-7.7.AUS:binutils-debuginfo-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.AUS:binutils-devel-0:2.27-41.base.el7_7.4.i686", "7Server-7.7.AUS:binutils-devel-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.E4S:binutils-0:2.27-41.base.el7_7.4.ppc64le", "7Server-7.7.E4S:binutils-0:2.27-41.base.el7_7.4.src", "7Server-7.7.E4S:binutils-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.E4S:binutils-debuginfo-0:2.27-41.base.el7_7.4.i686", "7Server-7.7.E4S:binutils-debuginfo-0:2.27-41.base.el7_7.4.ppc64le", "7Server-7.7.E4S:binutils-debuginfo-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.E4S:binutils-devel-0:2.27-41.base.el7_7.4.i686", "7Server-7.7.E4S:binutils-devel-0:2.27-41.base.el7_7.4.ppc64le", "7Server-7.7.E4S:binutils-devel-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.TUS:binutils-0:2.27-41.base.el7_7.4.src", "7Server-7.7.TUS:binutils-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.TUS:binutils-debuginfo-0:2.27-41.base.el7_7.4.i686", "7Server-7.7.TUS:binutils-debuginfo-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.TUS:binutils-devel-0:2.27-41.base.el7_7.4.i686", "7Server-7.7.TUS:binutils-devel-0:2.27-41.base.el7_7.4.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4034" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "7Server-7.7.AUS:binutils-0:2.27-41.base.el7_7.4.src", "7Server-7.7.AUS:binutils-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.AUS:binutils-debuginfo-0:2.27-41.base.el7_7.4.i686", "7Server-7.7.AUS:binutils-debuginfo-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.AUS:binutils-devel-0:2.27-41.base.el7_7.4.i686", "7Server-7.7.AUS:binutils-devel-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.E4S:binutils-0:2.27-41.base.el7_7.4.ppc64le", "7Server-7.7.E4S:binutils-0:2.27-41.base.el7_7.4.src", "7Server-7.7.E4S:binutils-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.E4S:binutils-debuginfo-0:2.27-41.base.el7_7.4.i686", "7Server-7.7.E4S:binutils-debuginfo-0:2.27-41.base.el7_7.4.ppc64le", "7Server-7.7.E4S:binutils-debuginfo-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.E4S:binutils-devel-0:2.27-41.base.el7_7.4.i686", "7Server-7.7.E4S:binutils-devel-0:2.27-41.base.el7_7.4.ppc64le", "7Server-7.7.E4S:binutils-devel-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.TUS:binutils-0:2.27-41.base.el7_7.4.src", "7Server-7.7.TUS:binutils-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.TUS:binutils-debuginfo-0:2.27-41.base.el7_7.4.i686", "7Server-7.7.TUS:binutils-debuginfo-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.TUS:binutils-devel-0:2.27-41.base.el7_7.4.i686", "7Server-7.7.TUS:binutils-devel-0:2.27-41.base.el7_7.4.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "7Server-7.7.AUS:binutils-0:2.27-41.base.el7_7.4.src", "7Server-7.7.AUS:binutils-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.AUS:binutils-debuginfo-0:2.27-41.base.el7_7.4.i686", "7Server-7.7.AUS:binutils-debuginfo-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.AUS:binutils-devel-0:2.27-41.base.el7_7.4.i686", "7Server-7.7.AUS:binutils-devel-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.E4S:binutils-0:2.27-41.base.el7_7.4.ppc64le", "7Server-7.7.E4S:binutils-0:2.27-41.base.el7_7.4.src", "7Server-7.7.E4S:binutils-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.E4S:binutils-debuginfo-0:2.27-41.base.el7_7.4.i686", "7Server-7.7.E4S:binutils-debuginfo-0:2.27-41.base.el7_7.4.ppc64le", "7Server-7.7.E4S:binutils-debuginfo-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.E4S:binutils-devel-0:2.27-41.base.el7_7.4.i686", "7Server-7.7.E4S:binutils-devel-0:2.27-41.base.el7_7.4.ppc64le", "7Server-7.7.E4S:binutils-devel-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.TUS:binutils-0:2.27-41.base.el7_7.4.src", "7Server-7.7.TUS:binutils-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.TUS:binutils-debuginfo-0:2.27-41.base.el7_7.4.i686", "7Server-7.7.TUS:binutils-debuginfo-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.TUS:binutils-devel-0:2.27-41.base.el7_7.4.i686", "7Server-7.7.TUS:binutils-devel-0:2.27-41.base.el7_7.4.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
rhsa-2021:4587
Vulnerability from csaf_redhat
Notes
{ "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 gcc 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": "The gcc packages provide compilers for C, C++, Java, Fortran, Objective C, and Ada 95 GNU, as well as related support libraries.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in gcc in order to facilitate detection of BiDi Unicode characters:\n\nThis update implements a new warning option -Wbidirectional to warn about possibly dangerous bidirectional characters.\n\nThere are three levels of warning supported by gcc:\n\"-Wbidirectional=unpaired\", which warns about improperly terminated BiDi contexts. (This is the default.)\n\"-Wbidirectional=none\", which turns the warning off.\n\"-Wbidirectional=any\", which warns about any use of bidirectional characters.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4587", "url": "https://access.redhat.com/errata/RHSA-2021:4587" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4587.json" } ], "title": "Red Hat Security Advisory: gcc security update", "tracking": { "current_release_date": "2025-09-25T12:35:44+00:00", "generator": { "date": "2025-09-25T12:35:44+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.8" } }, "id": "RHSA-2021:4587", "initial_release_date": "2021-11-10T09:59:16+00:00", "revision_history": [ { "date": "2021-11-10T09:59:16+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-10T09:59:16+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-25T12:35: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. 8)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux BaseOS (v. 8)", "product": { "name": "Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:8::baseos" } } }, { "category": "product_name", "name": "Red Hat CodeReady Linux Builder (v. 8)", "product": { "name": "Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::crb" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "cpp-0:8.5.0-4.el8_5.aarch64", "product": { "name": "cpp-0:8.5.0-4.el8_5.aarch64", "product_id": "cpp-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cpp@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-0:8.5.0-4.el8_5.aarch64", "product": { "name": "gcc-0:8.5.0-4.el8_5.aarch64", "product_id": "gcc-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-c++-0:8.5.0-4.el8_5.aarch64", "product": { "name": "gcc-c++-0:8.5.0-4.el8_5.aarch64", "product_id": "gcc-c++-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-c%2B%2B@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-gdb-plugin-0:8.5.0-4.el8_5.aarch64", "product": { "name": "gcc-gdb-plugin-0:8.5.0-4.el8_5.aarch64", "product_id": "gcc-gdb-plugin-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-gdb-plugin@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-gfortran-0:8.5.0-4.el8_5.aarch64", "product": { "name": "gcc-gfortran-0:8.5.0-4.el8_5.aarch64", "product_id": "gcc-gfortran-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-gfortran@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libitm-devel-0:8.5.0-4.el8_5.aarch64", "product": { "name": "libitm-devel-0:8.5.0-4.el8_5.aarch64", "product_id": "libitm-devel-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libitm-devel@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libstdc++-devel-0:8.5.0-4.el8_5.aarch64", "product": { "name": "libstdc++-devel-0:8.5.0-4.el8_5.aarch64", "product_id": "libstdc++-devel-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libstdc%2B%2B-devel@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libstdc++-docs-0:8.5.0-4.el8_5.aarch64", "product": { "name": "libstdc++-docs-0:8.5.0-4.el8_5.aarch64", "product_id": "libstdc++-docs-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libstdc%2B%2B-docs@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-debugsource-0:8.5.0-4.el8_5.aarch64", "product": { "name": "gcc-debugsource-0:8.5.0-4.el8_5.aarch64", "product_id": "gcc-debugsource-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-debugsource@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "cpp-debuginfo-0:8.5.0-4.el8_5.aarch64", "product": { "name": "cpp-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_id": "cpp-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cpp-debuginfo@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.aarch64", "product": { "name": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_id": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-c%2B%2B-debuginfo@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "product": { "name": "gcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_id": "gcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-debuginfo@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.aarch64", "product": { "name": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_id": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-gdb-plugin-debuginfo@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "product": { "name": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_id": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-gfortran-debuginfo@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.aarch64", "product": { "name": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_id": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-plugin-devel-debuginfo@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libasan-debuginfo-0:8.5.0-4.el8_5.aarch64", "product": { "name": "libasan-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_id": "libasan-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan-debuginfo@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libatomic-debuginfo-0:8.5.0-4.el8_5.aarch64", "product": { "name": "libatomic-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_id": "libatomic-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libatomic-debuginfo@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libgcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "product": { "name": "libgcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_id": "libgcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgcc-debuginfo@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libgfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "product": { "name": "libgfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_id": "libgfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgfortran-debuginfo@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libgomp-debuginfo-0:8.5.0-4.el8_5.aarch64", "product": { "name": "libgomp-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_id": "libgomp-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgomp-debuginfo@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libitm-debuginfo-0:8.5.0-4.el8_5.aarch64", "product": { "name": "libitm-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_id": "libitm-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libitm-debuginfo@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "liblsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "product": { "name": "liblsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_id": "liblsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/liblsan-debuginfo@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libstdc++-debuginfo-0:8.5.0-4.el8_5.aarch64", "product": { "name": "libstdc++-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_id": "libstdc++-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libstdc%2B%2B-debuginfo@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libtsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "product": { "name": "libtsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_id": "libtsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libtsan-debuginfo@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libubsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "product": { "name": "libubsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_id": "libubsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libubsan-debuginfo@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libasan-0:8.5.0-4.el8_5.aarch64", "product": { "name": "libasan-0:8.5.0-4.el8_5.aarch64", "product_id": "libasan-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libatomic-0:8.5.0-4.el8_5.aarch64", "product": { "name": "libatomic-0:8.5.0-4.el8_5.aarch64", "product_id": "libatomic-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libatomic@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libatomic-static-0:8.5.0-4.el8_5.aarch64", "product": { "name": "libatomic-static-0:8.5.0-4.el8_5.aarch64", "product_id": "libatomic-static-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libatomic-static@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libgcc-0:8.5.0-4.el8_5.aarch64", "product": { "name": "libgcc-0:8.5.0-4.el8_5.aarch64", "product_id": "libgcc-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgcc@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libgfortran-0:8.5.0-4.el8_5.aarch64", "product": { "name": "libgfortran-0:8.5.0-4.el8_5.aarch64", "product_id": "libgfortran-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgfortran@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libgomp-0:8.5.0-4.el8_5.aarch64", "product": { "name": "libgomp-0:8.5.0-4.el8_5.aarch64", "product_id": "libgomp-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgomp@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libitm-0:8.5.0-4.el8_5.aarch64", "product": { "name": "libitm-0:8.5.0-4.el8_5.aarch64", "product_id": "libitm-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libitm@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "liblsan-0:8.5.0-4.el8_5.aarch64", "product": { "name": "liblsan-0:8.5.0-4.el8_5.aarch64", "product_id": "liblsan-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/liblsan@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libstdc++-0:8.5.0-4.el8_5.aarch64", "product": { "name": "libstdc++-0:8.5.0-4.el8_5.aarch64", "product_id": "libstdc++-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libstdc%2B%2B@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libtsan-0:8.5.0-4.el8_5.aarch64", "product": { "name": "libtsan-0:8.5.0-4.el8_5.aarch64", "product_id": "libtsan-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libtsan@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libubsan-0:8.5.0-4.el8_5.aarch64", "product": { "name": "libubsan-0:8.5.0-4.el8_5.aarch64", "product_id": "libubsan-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libubsan@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-plugin-devel-0:8.5.0-4.el8_5.aarch64", "product": { "name": "gcc-plugin-devel-0:8.5.0-4.el8_5.aarch64", "product_id": "gcc-plugin-devel-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-plugin-devel@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libstdc++-static-0:8.5.0-4.el8_5.aarch64", "product": { "name": "libstdc++-static-0:8.5.0-4.el8_5.aarch64", "product_id": "libstdc++-static-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libstdc%2B%2B-static@8.5.0-4.el8_5?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "cpp-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "cpp-0:8.5.0-4.el8_5.ppc64le", "product_id": "cpp-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cpp@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "gcc-0:8.5.0-4.el8_5.ppc64le", "product_id": "gcc-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-c++-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "gcc-c++-0:8.5.0-4.el8_5.ppc64le", "product_id": "gcc-c++-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-c%2B%2B@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-gdb-plugin-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "gcc-gdb-plugin-0:8.5.0-4.el8_5.ppc64le", "product_id": "gcc-gdb-plugin-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-gdb-plugin@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-gfortran-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "gcc-gfortran-0:8.5.0-4.el8_5.ppc64le", "product_id": "gcc-gfortran-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-gfortran@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "gcc-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "product_id": "gcc-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-offload-nvptx@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libitm-devel-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libitm-devel-0:8.5.0-4.el8_5.ppc64le", "product_id": "libitm-devel-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libitm-devel@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libquadmath-devel-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libquadmath-devel-0:8.5.0-4.el8_5.ppc64le", "product_id": "libquadmath-devel-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libquadmath-devel@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libstdc++-devel-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libstdc++-devel-0:8.5.0-4.el8_5.ppc64le", "product_id": "libstdc++-devel-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libstdc%2B%2B-devel@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libstdc++-docs-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libstdc++-docs-0:8.5.0-4.el8_5.ppc64le", "product_id": "libstdc++-docs-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libstdc%2B%2B-docs@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-debugsource-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "gcc-debugsource-0:8.5.0-4.el8_5.ppc64le", "product_id": "gcc-debugsource-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-debugsource@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "cpp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "cpp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_id": "cpp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cpp-debuginfo@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_id": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-c%2B%2B-debuginfo@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "gcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_id": "gcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-debuginfo@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_id": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-gdb-plugin-debuginfo@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_id": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-gfortran-debuginfo@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_id": "gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-offload-nvptx-debuginfo@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_id": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-plugin-devel-debuginfo@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libasan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libasan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_id": "libasan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan-debuginfo@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libatomic-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libatomic-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_id": "libatomic-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libatomic-debuginfo@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libgcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libgcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_id": "libgcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgcc-debuginfo@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libgfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libgfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_id": "libgfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgfortran-debuginfo@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libgomp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libgomp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_id": "libgomp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgomp-debuginfo@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_id": "libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgomp-offload-nvptx-debuginfo@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libitm-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libitm-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_id": "libitm-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libitm-debuginfo@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "liblsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "liblsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_id": "liblsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/liblsan-debuginfo@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libquadmath-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libquadmath-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_id": "libquadmath-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libquadmath-debuginfo@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libstdc++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libstdc++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_id": "libstdc++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libstdc%2B%2B-debuginfo@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libtsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libtsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_id": "libtsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libtsan-debuginfo@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libubsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libubsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_id": "libubsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libubsan-debuginfo@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libasan-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libasan-0:8.5.0-4.el8_5.ppc64le", "product_id": "libasan-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libatomic-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libatomic-0:8.5.0-4.el8_5.ppc64le", "product_id": "libatomic-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libatomic@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libatomic-static-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libatomic-static-0:8.5.0-4.el8_5.ppc64le", "product_id": "libatomic-static-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libatomic-static@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libgcc-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libgcc-0:8.5.0-4.el8_5.ppc64le", "product_id": "libgcc-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgcc@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libgfortran-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libgfortran-0:8.5.0-4.el8_5.ppc64le", "product_id": "libgfortran-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgfortran@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libgomp-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libgomp-0:8.5.0-4.el8_5.ppc64le", "product_id": "libgomp-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgomp@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libgomp-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libgomp-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "product_id": "libgomp-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgomp-offload-nvptx@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libitm-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libitm-0:8.5.0-4.el8_5.ppc64le", "product_id": "libitm-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libitm@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "liblsan-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "liblsan-0:8.5.0-4.el8_5.ppc64le", "product_id": "liblsan-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/liblsan@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libquadmath-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libquadmath-0:8.5.0-4.el8_5.ppc64le", "product_id": "libquadmath-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libquadmath@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libstdc++-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libstdc++-0:8.5.0-4.el8_5.ppc64le", "product_id": "libstdc++-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libstdc%2B%2B@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libtsan-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libtsan-0:8.5.0-4.el8_5.ppc64le", "product_id": "libtsan-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libtsan@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libubsan-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libubsan-0:8.5.0-4.el8_5.ppc64le", "product_id": "libubsan-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libubsan@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-plugin-devel-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "gcc-plugin-devel-0:8.5.0-4.el8_5.ppc64le", "product_id": "gcc-plugin-devel-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-plugin-devel@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libstdc++-static-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libstdc++-static-0:8.5.0-4.el8_5.ppc64le", "product_id": "libstdc++-static-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libstdc%2B%2B-static@8.5.0-4.el8_5?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "cpp-0:8.5.0-4.el8_5.x86_64", "product": { "name": "cpp-0:8.5.0-4.el8_5.x86_64", "product_id": "cpp-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cpp@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-0:8.5.0-4.el8_5.x86_64", "product": { "name": "gcc-0:8.5.0-4.el8_5.x86_64", "product_id": "gcc-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-c++-0:8.5.0-4.el8_5.x86_64", "product": { "name": "gcc-c++-0:8.5.0-4.el8_5.x86_64", "product_id": "gcc-c++-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-c%2B%2B@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-gdb-plugin-0:8.5.0-4.el8_5.x86_64", "product": { "name": "gcc-gdb-plugin-0:8.5.0-4.el8_5.x86_64", "product_id": "gcc-gdb-plugin-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-gdb-plugin@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-gfortran-0:8.5.0-4.el8_5.x86_64", "product": { "name": "gcc-gfortran-0:8.5.0-4.el8_5.x86_64", "product_id": "gcc-gfortran-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-gfortran@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "product": { "name": "gcc-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "product_id": "gcc-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-offload-nvptx@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libitm-devel-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libitm-devel-0:8.5.0-4.el8_5.x86_64", "product_id": "libitm-devel-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libitm-devel@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libquadmath-devel-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libquadmath-devel-0:8.5.0-4.el8_5.x86_64", "product_id": "libquadmath-devel-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libquadmath-devel@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libstdc++-devel-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libstdc++-devel-0:8.5.0-4.el8_5.x86_64", "product_id": "libstdc++-devel-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libstdc%2B%2B-devel@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libstdc++-docs-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libstdc++-docs-0:8.5.0-4.el8_5.x86_64", "product_id": "libstdc++-docs-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libstdc%2B%2B-docs@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-debugsource-0:8.5.0-4.el8_5.x86_64", "product": { "name": "gcc-debugsource-0:8.5.0-4.el8_5.x86_64", "product_id": "gcc-debugsource-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-debugsource@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "cpp-debuginfo-0:8.5.0-4.el8_5.x86_64", "product": { "name": "cpp-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_id": "cpp-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cpp-debuginfo@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.x86_64", "product": { "name": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_id": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-c%2B%2B-debuginfo@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "product": { "name": "gcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_id": "gcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-debuginfo@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.x86_64", "product": { "name": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_id": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-gdb-plugin-debuginfo@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "product": { "name": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_id": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-gfortran-debuginfo@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "product": { "name": "gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_id": "gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-offload-nvptx-debuginfo@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.x86_64", "product": { "name": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_id": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-plugin-devel-debuginfo@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libasan-debuginfo-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libasan-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_id": "libasan-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan-debuginfo@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libatomic-debuginfo-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libatomic-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_id": "libatomic-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libatomic-debuginfo@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libgcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libgcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_id": "libgcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgcc-debuginfo@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libgfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libgfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_id": "libgfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgfortran-debuginfo@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libgomp-debuginfo-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libgomp-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_id": "libgomp-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgomp-debuginfo@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_id": "libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgomp-offload-nvptx-debuginfo@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libitm-debuginfo-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libitm-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_id": "libitm-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libitm-debuginfo@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "liblsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "product": { "name": "liblsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_id": "liblsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/liblsan-debuginfo@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libquadmath-debuginfo-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libquadmath-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_id": "libquadmath-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libquadmath-debuginfo@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libstdc++-debuginfo-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libstdc++-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_id": "libstdc++-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libstdc%2B%2B-debuginfo@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libtsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libtsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_id": "libtsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libtsan-debuginfo@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libubsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libubsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_id": "libubsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libubsan-debuginfo@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libasan-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libasan-0:8.5.0-4.el8_5.x86_64", "product_id": "libasan-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libatomic-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libatomic-0:8.5.0-4.el8_5.x86_64", "product_id": "libatomic-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libatomic@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libatomic-static-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libatomic-static-0:8.5.0-4.el8_5.x86_64", "product_id": "libatomic-static-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libatomic-static@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libgcc-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libgcc-0:8.5.0-4.el8_5.x86_64", "product_id": "libgcc-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgcc@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libgfortran-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libgfortran-0:8.5.0-4.el8_5.x86_64", "product_id": "libgfortran-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgfortran@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libgomp-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libgomp-0:8.5.0-4.el8_5.x86_64", "product_id": "libgomp-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgomp@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libgomp-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libgomp-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "product_id": "libgomp-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgomp-offload-nvptx@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libitm-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libitm-0:8.5.0-4.el8_5.x86_64", "product_id": "libitm-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libitm@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "liblsan-0:8.5.0-4.el8_5.x86_64", "product": { "name": "liblsan-0:8.5.0-4.el8_5.x86_64", "product_id": "liblsan-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/liblsan@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libquadmath-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libquadmath-0:8.5.0-4.el8_5.x86_64", "product_id": "libquadmath-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libquadmath@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libstdc++-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libstdc++-0:8.5.0-4.el8_5.x86_64", "product_id": "libstdc++-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libstdc%2B%2B@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libtsan-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libtsan-0:8.5.0-4.el8_5.x86_64", "product_id": "libtsan-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libtsan@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libubsan-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libubsan-0:8.5.0-4.el8_5.x86_64", "product_id": "libubsan-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libubsan@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-plugin-devel-0:8.5.0-4.el8_5.x86_64", "product": { "name": "gcc-plugin-devel-0:8.5.0-4.el8_5.x86_64", "product_id": "gcc-plugin-devel-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-plugin-devel@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libstdc++-static-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libstdc++-static-0:8.5.0-4.el8_5.x86_64", "product_id": "libstdc++-static-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libstdc%2B%2B-static@8.5.0-4.el8_5?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "gcc-gdb-plugin-0:8.5.0-4.el8_5.i686", "product": { "name": "gcc-gdb-plugin-0:8.5.0-4.el8_5.i686", "product_id": "gcc-gdb-plugin-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-gdb-plugin@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libitm-devel-0:8.5.0-4.el8_5.i686", "product": { "name": "libitm-devel-0:8.5.0-4.el8_5.i686", "product_id": "libitm-devel-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libitm-devel@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libquadmath-devel-0:8.5.0-4.el8_5.i686", "product": { "name": "libquadmath-devel-0:8.5.0-4.el8_5.i686", "product_id": "libquadmath-devel-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libquadmath-devel@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libstdc++-devel-0:8.5.0-4.el8_5.i686", "product": { "name": "libstdc++-devel-0:8.5.0-4.el8_5.i686", "product_id": "libstdc++-devel-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libstdc%2B%2B-devel@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-debugsource-0:8.5.0-4.el8_5.i686", "product": { "name": "gcc-debugsource-0:8.5.0-4.el8_5.i686", "product_id": "gcc-debugsource-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-debugsource@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "cpp-debuginfo-0:8.5.0-4.el8_5.i686", "product": { "name": "cpp-debuginfo-0:8.5.0-4.el8_5.i686", "product_id": "cpp-debuginfo-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/cpp-debuginfo@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.i686", "product": { "name": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.i686", "product_id": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-c%2B%2B-debuginfo@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-debuginfo-0:8.5.0-4.el8_5.i686", "product": { "name": "gcc-debuginfo-0:8.5.0-4.el8_5.i686", "product_id": "gcc-debuginfo-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-debuginfo@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.i686", "product": { "name": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.i686", "product_id": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-gdb-plugin-debuginfo@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.i686", "product": { "name": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.i686", "product_id": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-gfortran-debuginfo@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.i686", "product": { "name": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.i686", "product_id": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-plugin-devel-debuginfo@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libasan-debuginfo-0:8.5.0-4.el8_5.i686", "product": { "name": "libasan-debuginfo-0:8.5.0-4.el8_5.i686", "product_id": "libasan-debuginfo-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan-debuginfo@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libatomic-debuginfo-0:8.5.0-4.el8_5.i686", "product": { "name": "libatomic-debuginfo-0:8.5.0-4.el8_5.i686", "product_id": "libatomic-debuginfo-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libatomic-debuginfo@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libgcc-debuginfo-0:8.5.0-4.el8_5.i686", "product": { "name": "libgcc-debuginfo-0:8.5.0-4.el8_5.i686", "product_id": "libgcc-debuginfo-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgcc-debuginfo@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libgfortran-debuginfo-0:8.5.0-4.el8_5.i686", "product": { "name": "libgfortran-debuginfo-0:8.5.0-4.el8_5.i686", "product_id": "libgfortran-debuginfo-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgfortran-debuginfo@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libgomp-debuginfo-0:8.5.0-4.el8_5.i686", "product": { "name": "libgomp-debuginfo-0:8.5.0-4.el8_5.i686", "product_id": "libgomp-debuginfo-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgomp-debuginfo@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libitm-debuginfo-0:8.5.0-4.el8_5.i686", "product": { "name": "libitm-debuginfo-0:8.5.0-4.el8_5.i686", "product_id": "libitm-debuginfo-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libitm-debuginfo@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libquadmath-debuginfo-0:8.5.0-4.el8_5.i686", "product": { "name": "libquadmath-debuginfo-0:8.5.0-4.el8_5.i686", "product_id": "libquadmath-debuginfo-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libquadmath-debuginfo@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libstdc++-debuginfo-0:8.5.0-4.el8_5.i686", "product": { "name": "libstdc++-debuginfo-0:8.5.0-4.el8_5.i686", "product_id": "libstdc++-debuginfo-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libstdc%2B%2B-debuginfo@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libubsan-debuginfo-0:8.5.0-4.el8_5.i686", "product": { "name": "libubsan-debuginfo-0:8.5.0-4.el8_5.i686", "product_id": "libubsan-debuginfo-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libubsan-debuginfo@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libasan-0:8.5.0-4.el8_5.i686", "product": { "name": "libasan-0:8.5.0-4.el8_5.i686", "product_id": "libasan-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libatomic-0:8.5.0-4.el8_5.i686", "product": { "name": "libatomic-0:8.5.0-4.el8_5.i686", "product_id": "libatomic-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libatomic@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libatomic-static-0:8.5.0-4.el8_5.i686", "product": { "name": "libatomic-static-0:8.5.0-4.el8_5.i686", "product_id": "libatomic-static-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libatomic-static@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libgcc-0:8.5.0-4.el8_5.i686", "product": { "name": "libgcc-0:8.5.0-4.el8_5.i686", "product_id": "libgcc-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgcc@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libgfortran-0:8.5.0-4.el8_5.i686", "product": { "name": "libgfortran-0:8.5.0-4.el8_5.i686", "product_id": "libgfortran-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgfortran@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libgomp-0:8.5.0-4.el8_5.i686", "product": { "name": "libgomp-0:8.5.0-4.el8_5.i686", "product_id": "libgomp-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgomp@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libitm-0:8.5.0-4.el8_5.i686", "product": { "name": "libitm-0:8.5.0-4.el8_5.i686", "product_id": "libitm-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libitm@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libquadmath-0:8.5.0-4.el8_5.i686", "product": { "name": "libquadmath-0:8.5.0-4.el8_5.i686", "product_id": "libquadmath-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libquadmath@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libstdc++-0:8.5.0-4.el8_5.i686", "product": { "name": "libstdc++-0:8.5.0-4.el8_5.i686", "product_id": "libstdc++-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libstdc%2B%2B@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libubsan-0:8.5.0-4.el8_5.i686", "product": { "name": "libubsan-0:8.5.0-4.el8_5.i686", "product_id": "libubsan-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libubsan@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-plugin-devel-0:8.5.0-4.el8_5.i686", "product": { "name": "gcc-plugin-devel-0:8.5.0-4.el8_5.i686", "product_id": "gcc-plugin-devel-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-plugin-devel@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libstdc++-static-0:8.5.0-4.el8_5.i686", "product": { "name": "libstdc++-static-0:8.5.0-4.el8_5.i686", "product_id": "libstdc++-static-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libstdc%2B%2B-static@8.5.0-4.el8_5?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "cpp-0:8.5.0-4.el8_5.s390x", "product": { "name": "cpp-0:8.5.0-4.el8_5.s390x", "product_id": "cpp-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cpp@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-0:8.5.0-4.el8_5.s390x", "product": { "name": "gcc-0:8.5.0-4.el8_5.s390x", "product_id": "gcc-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-c++-0:8.5.0-4.el8_5.s390x", "product": { "name": "gcc-c++-0:8.5.0-4.el8_5.s390x", "product_id": "gcc-c++-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-c%2B%2B@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-gdb-plugin-0:8.5.0-4.el8_5.s390x", "product": { "name": "gcc-gdb-plugin-0:8.5.0-4.el8_5.s390x", "product_id": "gcc-gdb-plugin-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-gdb-plugin@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-gfortran-0:8.5.0-4.el8_5.s390x", "product": { "name": "gcc-gfortran-0:8.5.0-4.el8_5.s390x", "product_id": "gcc-gfortran-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-gfortran@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "libitm-devel-0:8.5.0-4.el8_5.s390x", "product": { "name": "libitm-devel-0:8.5.0-4.el8_5.s390x", "product_id": "libitm-devel-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libitm-devel@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "libstdc++-devel-0:8.5.0-4.el8_5.s390x", "product": { "name": "libstdc++-devel-0:8.5.0-4.el8_5.s390x", "product_id": "libstdc++-devel-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libstdc%2B%2B-devel@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "libstdc++-docs-0:8.5.0-4.el8_5.s390x", "product": { "name": "libstdc++-docs-0:8.5.0-4.el8_5.s390x", "product_id": "libstdc++-docs-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libstdc%2B%2B-docs@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-debugsource-0:8.5.0-4.el8_5.s390x", "product": { "name": "gcc-debugsource-0:8.5.0-4.el8_5.s390x", "product_id": "gcc-debugsource-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-debugsource@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "cpp-debuginfo-0:8.5.0-4.el8_5.s390x", "product": { "name": "cpp-debuginfo-0:8.5.0-4.el8_5.s390x", "product_id": "cpp-debuginfo-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cpp-debuginfo@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.s390x", "product": { "name": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.s390x", "product_id": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-c%2B%2B-debuginfo@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-debuginfo-0:8.5.0-4.el8_5.s390x", "product": { "name": "gcc-debuginfo-0:8.5.0-4.el8_5.s390x", "product_id": "gcc-debuginfo-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-debuginfo@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.s390x", "product": { "name": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.s390x", "product_id": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-gdb-plugin-debuginfo@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "product": { "name": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "product_id": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-gfortran-debuginfo@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.s390x", "product": { "name": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.s390x", "product_id": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-plugin-devel-debuginfo@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "libasan-debuginfo-0:8.5.0-4.el8_5.s390x", "product": { "name": "libasan-debuginfo-0:8.5.0-4.el8_5.s390x", "product_id": "libasan-debuginfo-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan-debuginfo@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "libatomic-debuginfo-0:8.5.0-4.el8_5.s390x", "product": { "name": "libatomic-debuginfo-0:8.5.0-4.el8_5.s390x", "product_id": "libatomic-debuginfo-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libatomic-debuginfo@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "libgcc-debuginfo-0:8.5.0-4.el8_5.s390x", "product": { "name": "libgcc-debuginfo-0:8.5.0-4.el8_5.s390x", "product_id": "libgcc-debuginfo-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgcc-debuginfo@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "libgfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "product": { "name": "libgfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "product_id": "libgfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgfortran-debuginfo@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "libgomp-debuginfo-0:8.5.0-4.el8_5.s390x", "product": { "name": "libgomp-debuginfo-0:8.5.0-4.el8_5.s390x", "product_id": "libgomp-debuginfo-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgomp-debuginfo@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "libitm-debuginfo-0:8.5.0-4.el8_5.s390x", "product": { "name": "libitm-debuginfo-0:8.5.0-4.el8_5.s390x", "product_id": "libitm-debuginfo-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libitm-debuginfo@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "libstdc++-debuginfo-0:8.5.0-4.el8_5.s390x", "product": { "name": "libstdc++-debuginfo-0:8.5.0-4.el8_5.s390x", "product_id": "libstdc++-debuginfo-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libstdc%2B%2B-debuginfo@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "libubsan-debuginfo-0:8.5.0-4.el8_5.s390x", "product": { "name": "libubsan-debuginfo-0:8.5.0-4.el8_5.s390x", "product_id": "libubsan-debuginfo-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libubsan-debuginfo@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "libasan-0:8.5.0-4.el8_5.s390x", "product": { "name": "libasan-0:8.5.0-4.el8_5.s390x", "product_id": "libasan-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "libatomic-0:8.5.0-4.el8_5.s390x", "product": { "name": "libatomic-0:8.5.0-4.el8_5.s390x", "product_id": "libatomic-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libatomic@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "libatomic-static-0:8.5.0-4.el8_5.s390x", "product": { "name": "libatomic-static-0:8.5.0-4.el8_5.s390x", "product_id": "libatomic-static-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libatomic-static@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "libgcc-0:8.5.0-4.el8_5.s390x", "product": { "name": "libgcc-0:8.5.0-4.el8_5.s390x", "product_id": "libgcc-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgcc@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "libgfortran-0:8.5.0-4.el8_5.s390x", "product": { "name": "libgfortran-0:8.5.0-4.el8_5.s390x", "product_id": "libgfortran-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgfortran@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "libgomp-0:8.5.0-4.el8_5.s390x", "product": { "name": "libgomp-0:8.5.0-4.el8_5.s390x", "product_id": "libgomp-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgomp@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "libitm-0:8.5.0-4.el8_5.s390x", "product": { "name": "libitm-0:8.5.0-4.el8_5.s390x", "product_id": "libitm-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libitm@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "libstdc++-0:8.5.0-4.el8_5.s390x", "product": { "name": "libstdc++-0:8.5.0-4.el8_5.s390x", "product_id": "libstdc++-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libstdc%2B%2B@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "libubsan-0:8.5.0-4.el8_5.s390x", "product": { "name": "libubsan-0:8.5.0-4.el8_5.s390x", "product_id": "libubsan-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libubsan@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-plugin-devel-0:8.5.0-4.el8_5.s390x", "product": { "name": "gcc-plugin-devel-0:8.5.0-4.el8_5.s390x", "product_id": "gcc-plugin-devel-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-plugin-devel@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "libstdc++-static-0:8.5.0-4.el8_5.s390x", "product": { "name": "libstdc++-static-0:8.5.0-4.el8_5.s390x", "product_id": "libstdc++-static-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libstdc%2B%2B-static@8.5.0-4.el8_5?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "gcc-0:8.5.0-4.el8_5.src", "product": { "name": "gcc-0:8.5.0-4.el8_5.src", "product_id": "gcc-0:8.5.0-4.el8_5.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc@8.5.0-4.el8_5?arch=src" } } } ], "category": "architecture", "name": "src" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "cpp-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "cpp-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "cpp-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.s390x" }, "product_reference": "cpp-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "cpp-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "cpp-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "cpp-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "cpp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "cpp-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "cpp-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-0:8.5.0-4.el8_5.src as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.src" }, "product_reference": "gcc-0:8.5.0-4.el8_5.src", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-c++-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-c++-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-c++-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-c++-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "gcc-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debugsource-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-debugsource-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debugsource-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.i686" }, "product_reference": "gcc-debugsource-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debugsource-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-debugsource-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debugsource-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-debugsource-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debugsource-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-debugsource-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-gdb-plugin-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.i686" }, "product_reference": "gcc-gdb-plugin-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-gdb-plugin-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-gdb-plugin-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-gdb-plugin-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-gfortran-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-gfortran-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-gfortran-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-gfortran-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-offload-nvptx-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-offload-nvptx-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-plugin-devel-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.i686" }, "product_reference": "gcc-plugin-devel-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-plugin-devel-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-plugin-devel-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-plugin-devel-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libasan-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.i686" }, "product_reference": "libasan-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libasan-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libasan-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libasan-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libasan-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libasan-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libasan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libasan-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libasan-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libatomic-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.i686" }, "product_reference": "libatomic-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libatomic-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libatomic-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libatomic-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libatomic-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libatomic-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libatomic-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libatomic-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libatomic-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-static-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libatomic-static-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-static-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.i686" }, "product_reference": "libatomic-static-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-static-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libatomic-static-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-static-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libatomic-static-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-static-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libatomic-static-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libgcc-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.i686" }, "product_reference": "libgcc-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libgcc-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libgcc-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libgcc-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libgcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libgcc-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libgcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libgcc-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libgcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libgfortran-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.i686" }, "product_reference": "libgfortran-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libgfortran-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libgfortran-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libgfortran-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libgfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libgfortran-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libgfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libgfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libgfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libgomp-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.i686" }, "product_reference": "libgomp-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libgomp-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libgomp-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libgomp-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libgomp-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libgomp-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libgomp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libgomp-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libgomp-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-offload-nvptx-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libgomp-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-offload-nvptx-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libgomp-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libitm-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.i686" }, "product_reference": "libitm-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libitm-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libitm-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libitm-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libitm-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libitm-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libitm-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libitm-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libitm-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-devel-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libitm-devel-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-devel-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.i686" }, "product_reference": "libitm-devel-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-devel-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libitm-devel-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-devel-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libitm-devel-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-devel-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libitm-devel-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "liblsan-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "liblsan-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "liblsan-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "liblsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "liblsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "liblsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.i686" }, "product_reference": "libquadmath-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libquadmath-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libquadmath-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libquadmath-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libquadmath-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libquadmath-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-devel-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.i686" }, "product_reference": "libquadmath-devel-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-devel-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libquadmath-devel-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-devel-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libquadmath-devel-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libstdc++-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.i686" }, "product_reference": "libstdc++-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libstdc++-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libstdc++-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libstdc++-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libstdc++-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libstdc++-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libstdc++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libstdc++-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libstdc++-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-devel-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libstdc++-devel-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-devel-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.i686" }, "product_reference": "libstdc++-devel-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-devel-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libstdc++-devel-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-devel-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libstdc++-devel-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-devel-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libstdc++-devel-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-docs-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libstdc++-docs-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-docs-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libstdc++-docs-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-docs-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libstdc++-docs-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-docs-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libstdc++-docs-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-static-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libstdc++-static-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-static-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.i686" }, "product_reference": "libstdc++-static-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-static-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libstdc++-static-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-static-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libstdc++-static-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-static-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libstdc++-static-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libtsan-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libtsan-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libtsan-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libtsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libtsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libtsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libubsan-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.i686" }, "product_reference": "libubsan-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libubsan-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libubsan-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libubsan-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libubsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libubsan-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libubsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libubsan-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libubsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "cpp-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "cpp-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.s390x" }, "product_reference": "cpp-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "cpp-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "cpp-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "cpp-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "cpp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "cpp-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "cpp-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-0:8.5.0-4.el8_5.src as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.src" }, "product_reference": "gcc-0:8.5.0-4.el8_5.src", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-c++-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-c++-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-c++-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-c++-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "gcc-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debugsource-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-debugsource-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debugsource-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.i686" }, "product_reference": "gcc-debugsource-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debugsource-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-debugsource-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debugsource-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-debugsource-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debugsource-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-debugsource-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-gdb-plugin-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.i686" }, "product_reference": "gcc-gdb-plugin-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-gdb-plugin-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-gdb-plugin-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-gdb-plugin-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-gfortran-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-gfortran-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-gfortran-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-gfortran-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-offload-nvptx-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-offload-nvptx-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-plugin-devel-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.i686" }, "product_reference": "gcc-plugin-devel-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-plugin-devel-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-plugin-devel-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-plugin-devel-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libasan-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.i686" }, "product_reference": "libasan-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libasan-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libasan-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libasan-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libasan-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libasan-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libasan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libasan-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libasan-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libatomic-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.i686" }, "product_reference": "libatomic-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libatomic-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libatomic-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libatomic-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libatomic-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libatomic-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libatomic-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libatomic-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libatomic-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-static-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libatomic-static-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-static-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.i686" }, "product_reference": "libatomic-static-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-static-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libatomic-static-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-static-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libatomic-static-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-static-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libatomic-static-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libgcc-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.i686" }, "product_reference": "libgcc-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libgcc-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libgcc-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libgcc-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libgcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libgcc-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libgcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libgcc-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libgcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libgfortran-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.i686" }, "product_reference": "libgfortran-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libgfortran-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libgfortran-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libgfortran-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libgfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libgfortran-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libgfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libgfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libgfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libgomp-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.i686" }, "product_reference": "libgomp-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libgomp-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libgomp-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libgomp-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libgomp-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libgomp-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libgomp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libgomp-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libgomp-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-offload-nvptx-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libgomp-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-offload-nvptx-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libgomp-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libitm-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.i686" }, "product_reference": "libitm-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libitm-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libitm-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libitm-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libitm-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libitm-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libitm-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libitm-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libitm-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-devel-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libitm-devel-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-devel-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.i686" }, "product_reference": "libitm-devel-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-devel-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libitm-devel-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-devel-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libitm-devel-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-devel-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libitm-devel-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "liblsan-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "liblsan-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "liblsan-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "liblsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "liblsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "liblsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.i686" }, "product_reference": "libquadmath-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libquadmath-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libquadmath-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libquadmath-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libquadmath-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libquadmath-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-devel-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.i686" }, "product_reference": "libquadmath-devel-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-devel-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libquadmath-devel-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-devel-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libquadmath-devel-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libstdc++-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.i686" }, "product_reference": "libstdc++-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libstdc++-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libstdc++-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libstdc++-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libstdc++-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libstdc++-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libstdc++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libstdc++-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libstdc++-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-devel-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libstdc++-devel-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-devel-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.i686" }, "product_reference": "libstdc++-devel-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-devel-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libstdc++-devel-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-devel-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libstdc++-devel-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-devel-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libstdc++-devel-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-docs-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libstdc++-docs-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-docs-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libstdc++-docs-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-docs-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libstdc++-docs-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-docs-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libstdc++-docs-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-static-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libstdc++-static-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-static-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.i686" }, "product_reference": "libstdc++-static-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-static-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libstdc++-static-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-static-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libstdc++-static-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-static-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libstdc++-static-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libtsan-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libtsan-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libtsan-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libtsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libtsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libtsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libubsan-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.i686" }, "product_reference": "libubsan-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libubsan-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libubsan-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libubsan-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libubsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libubsan-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libubsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libubsan-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libubsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "cpp-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "cpp-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.s390x" }, "product_reference": "cpp-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "cpp-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "cpp-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "cpp-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "cpp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "cpp-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "cpp-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-0:8.5.0-4.el8_5.src as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.src" }, "product_reference": "gcc-0:8.5.0-4.el8_5.src", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-c++-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-c++-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-c++-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-c++-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "gcc-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debugsource-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-debugsource-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debugsource-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.i686" }, "product_reference": "gcc-debugsource-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debugsource-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-debugsource-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debugsource-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-debugsource-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debugsource-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-debugsource-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-gdb-plugin-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.i686" }, "product_reference": "gcc-gdb-plugin-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-gdb-plugin-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-gdb-plugin-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-gdb-plugin-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-gfortran-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-gfortran-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-gfortran-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-gfortran-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-offload-nvptx-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-offload-nvptx-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-plugin-devel-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.i686" }, "product_reference": "gcc-plugin-devel-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-plugin-devel-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-plugin-devel-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-plugin-devel-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libasan-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.i686" }, "product_reference": "libasan-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libasan-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libasan-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libasan-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libasan-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libasan-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libasan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libasan-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libasan-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libatomic-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.i686" }, "product_reference": "libatomic-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libatomic-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libatomic-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libatomic-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libatomic-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libatomic-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libatomic-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libatomic-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libatomic-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-static-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libatomic-static-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-static-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.i686" }, "product_reference": "libatomic-static-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-static-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libatomic-static-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-static-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libatomic-static-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-static-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libatomic-static-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libgcc-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.i686" }, "product_reference": "libgcc-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libgcc-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libgcc-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libgcc-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libgcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libgcc-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libgcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libgcc-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libgcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libgfortran-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.i686" }, "product_reference": "libgfortran-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libgfortran-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libgfortran-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libgfortran-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libgfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libgfortran-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libgfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libgfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libgfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libgomp-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.i686" }, "product_reference": "libgomp-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libgomp-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libgomp-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libgomp-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libgomp-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libgomp-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libgomp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libgomp-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libgomp-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-offload-nvptx-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libgomp-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-offload-nvptx-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libgomp-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libitm-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.i686" }, "product_reference": "libitm-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libitm-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libitm-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libitm-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libitm-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libitm-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libitm-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libitm-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libitm-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-devel-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libitm-devel-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-devel-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.i686" }, "product_reference": "libitm-devel-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-devel-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libitm-devel-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-devel-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libitm-devel-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-devel-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libitm-devel-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "liblsan-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "liblsan-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "liblsan-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "liblsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "liblsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "liblsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.i686" }, "product_reference": "libquadmath-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libquadmath-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libquadmath-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libquadmath-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libquadmath-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libquadmath-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-devel-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.i686" }, "product_reference": "libquadmath-devel-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-devel-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libquadmath-devel-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-devel-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libquadmath-devel-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libstdc++-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.i686" }, "product_reference": "libstdc++-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libstdc++-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libstdc++-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libstdc++-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libstdc++-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libstdc++-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libstdc++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libstdc++-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libstdc++-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-devel-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libstdc++-devel-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-devel-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.i686" }, "product_reference": "libstdc++-devel-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-devel-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libstdc++-devel-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-devel-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libstdc++-devel-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-devel-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libstdc++-devel-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-docs-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libstdc++-docs-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-docs-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libstdc++-docs-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-docs-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libstdc++-docs-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-docs-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libstdc++-docs-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-static-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libstdc++-static-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-static-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.i686" }, "product_reference": "libstdc++-static-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-static-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libstdc++-static-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-static-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libstdc++-static-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-static-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libstdc++-static-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libtsan-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libtsan-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libtsan-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libtsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libtsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libtsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libubsan-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.i686" }, "product_reference": "libubsan-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libubsan-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libubsan-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libubsan-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libubsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libubsan-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libubsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libubsan-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libubsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "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.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.src", "AppStream-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.src", "BaseOS-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.src", "CRB-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-10T09:59:16+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.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.src", "AppStream-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.src", "BaseOS-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.src", "CRB-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4587" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "AppStream-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.src", "AppStream-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.src", "BaseOS-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.src", "CRB-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.src", "AppStream-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.src", "BaseOS-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.src", "CRB-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
rhsa-2021_4599
Vulnerability from csaf_redhat
Notes
{ "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 annobin is now available for Red Hat Enterprise Linux 8.1 Extended Update Support.\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": "Annobin provides a compiler plugin to annotate and tools to examine compiled binary files.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in annobin in order to facilitate detection of BiDi Unicode characters:\n\nThis update of annobin adds a new annocheck test to detect the presence of multibyte characters in symbol names.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4599", "url": "https://access.redhat.com/errata/RHSA-2021:4599" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4599.json" } ], "title": "Red Hat Security Advisory: annobin security update", "tracking": { "current_release_date": "2024-11-13T23:35:01+00:00", "generator": { "date": "2024-11-13T23:35:01+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2021:4599", "initial_release_date": "2021-11-10T09:15:36+00:00", "revision_history": [ { "date": "2021-11-10T09:15:36+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-10T09:15:36+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T23:35:01+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:8.1::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "annobin-0:8.78-1.el8_1.1.src", "product": { "name": "annobin-0:8.78-1.el8_1.1.src", "product_id": "annobin-0:8.78-1.el8_1.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin@8.78-1.el8_1.1?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "annobin-0:8.78-1.el8_1.1.aarch64", "product": { "name": "annobin-0:8.78-1.el8_1.1.aarch64", "product_id": "annobin-0:8.78-1.el8_1.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin@8.78-1.el8_1.1?arch=aarch64" } } }, { "category": "product_version", "name": "annobin-debugsource-0:8.78-1.el8_1.1.aarch64", "product": { "name": "annobin-debugsource-0:8.78-1.el8_1.1.aarch64", "product_id": "annobin-debugsource-0:8.78-1.el8_1.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debugsource@8.78-1.el8_1.1?arch=aarch64" } } }, { "category": "product_version", "name": "annobin-debuginfo-0:8.78-1.el8_1.1.aarch64", "product": { "name": "annobin-debuginfo-0:8.78-1.el8_1.1.aarch64", "product_id": "annobin-debuginfo-0:8.78-1.el8_1.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debuginfo@8.78-1.el8_1.1?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "annobin-0:8.78-1.el8_1.1.ppc64le", "product": { "name": "annobin-0:8.78-1.el8_1.1.ppc64le", "product_id": "annobin-0:8.78-1.el8_1.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin@8.78-1.el8_1.1?arch=ppc64le" } } }, { "category": "product_version", "name": "annobin-debugsource-0:8.78-1.el8_1.1.ppc64le", "product": { "name": "annobin-debugsource-0:8.78-1.el8_1.1.ppc64le", "product_id": "annobin-debugsource-0:8.78-1.el8_1.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debugsource@8.78-1.el8_1.1?arch=ppc64le" } } }, { "category": "product_version", "name": "annobin-debuginfo-0:8.78-1.el8_1.1.ppc64le", "product": { "name": "annobin-debuginfo-0:8.78-1.el8_1.1.ppc64le", "product_id": "annobin-debuginfo-0:8.78-1.el8_1.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debuginfo@8.78-1.el8_1.1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "annobin-0:8.78-1.el8_1.1.x86_64", "product": { "name": "annobin-0:8.78-1.el8_1.1.x86_64", "product_id": "annobin-0:8.78-1.el8_1.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin@8.78-1.el8_1.1?arch=x86_64" } } }, { "category": "product_version", "name": "annobin-debugsource-0:8.78-1.el8_1.1.x86_64", "product": { "name": "annobin-debugsource-0:8.78-1.el8_1.1.x86_64", "product_id": "annobin-debugsource-0:8.78-1.el8_1.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debugsource@8.78-1.el8_1.1?arch=x86_64" } } }, { "category": "product_version", "name": "annobin-debuginfo-0:8.78-1.el8_1.1.x86_64", "product": { "name": "annobin-debuginfo-0:8.78-1.el8_1.1.x86_64", "product_id": "annobin-debuginfo-0:8.78-1.el8_1.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debuginfo@8.78-1.el8_1.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "annobin-0:8.78-1.el8_1.1.s390x", "product": { "name": "annobin-0:8.78-1.el8_1.1.s390x", "product_id": "annobin-0:8.78-1.el8_1.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin@8.78-1.el8_1.1?arch=s390x" } } }, { "category": "product_version", "name": "annobin-debugsource-0:8.78-1.el8_1.1.s390x", "product": { "name": "annobin-debugsource-0:8.78-1.el8_1.1.s390x", "product_id": "annobin-debugsource-0:8.78-1.el8_1.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debugsource@8.78-1.el8_1.1?arch=s390x" } } }, { "category": "product_version", "name": "annobin-debuginfo-0:8.78-1.el8_1.1.s390x", "product": { "name": "annobin-debuginfo-0:8.78-1.el8_1.1.s390x", "product_id": "annobin-debuginfo-0:8.78-1.el8_1.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debuginfo@8.78-1.el8_1.1?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "annobin-0:8.78-1.el8_1.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:annobin-0:8.78-1.el8_1.1.aarch64" }, "product_reference": "annobin-0:8.78-1.el8_1.1.aarch64", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-0:8.78-1.el8_1.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:annobin-0:8.78-1.el8_1.1.ppc64le" }, "product_reference": "annobin-0:8.78-1.el8_1.1.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-0:8.78-1.el8_1.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:annobin-0:8.78-1.el8_1.1.s390x" }, "product_reference": "annobin-0:8.78-1.el8_1.1.s390x", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-0:8.78-1.el8_1.1.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:annobin-0:8.78-1.el8_1.1.src" }, "product_reference": "annobin-0:8.78-1.el8_1.1.src", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-0:8.78-1.el8_1.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:annobin-0:8.78-1.el8_1.1.x86_64" }, "product_reference": "annobin-0:8.78-1.el8_1.1.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debuginfo-0:8.78-1.el8_1.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:annobin-debuginfo-0:8.78-1.el8_1.1.aarch64" }, "product_reference": "annobin-debuginfo-0:8.78-1.el8_1.1.aarch64", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debuginfo-0:8.78-1.el8_1.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:annobin-debuginfo-0:8.78-1.el8_1.1.ppc64le" }, "product_reference": "annobin-debuginfo-0:8.78-1.el8_1.1.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debuginfo-0:8.78-1.el8_1.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:annobin-debuginfo-0:8.78-1.el8_1.1.s390x" }, "product_reference": "annobin-debuginfo-0:8.78-1.el8_1.1.s390x", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debuginfo-0:8.78-1.el8_1.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:annobin-debuginfo-0:8.78-1.el8_1.1.x86_64" }, "product_reference": "annobin-debuginfo-0:8.78-1.el8_1.1.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debugsource-0:8.78-1.el8_1.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:annobin-debugsource-0:8.78-1.el8_1.1.aarch64" }, "product_reference": "annobin-debugsource-0:8.78-1.el8_1.1.aarch64", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debugsource-0:8.78-1.el8_1.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:annobin-debugsource-0:8.78-1.el8_1.1.ppc64le" }, "product_reference": "annobin-debugsource-0:8.78-1.el8_1.1.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debugsource-0:8.78-1.el8_1.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:annobin-debugsource-0:8.78-1.el8_1.1.s390x" }, "product_reference": "annobin-debugsource-0:8.78-1.el8_1.1.s390x", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debugsource-0:8.78-1.el8_1.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:annobin-debugsource-0:8.78-1.el8_1.1.x86_64" }, "product_reference": "annobin-debugsource-0:8.78-1.el8_1.1.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.1.0.Z.EUS:annobin-0:8.78-1.el8_1.1.aarch64", "AppStream-8.1.0.Z.EUS:annobin-0:8.78-1.el8_1.1.ppc64le", "AppStream-8.1.0.Z.EUS:annobin-0:8.78-1.el8_1.1.s390x", "AppStream-8.1.0.Z.EUS:annobin-0:8.78-1.el8_1.1.src", "AppStream-8.1.0.Z.EUS:annobin-0:8.78-1.el8_1.1.x86_64", "AppStream-8.1.0.Z.EUS:annobin-debuginfo-0:8.78-1.el8_1.1.aarch64", "AppStream-8.1.0.Z.EUS:annobin-debuginfo-0:8.78-1.el8_1.1.ppc64le", "AppStream-8.1.0.Z.EUS:annobin-debuginfo-0:8.78-1.el8_1.1.s390x", "AppStream-8.1.0.Z.EUS:annobin-debuginfo-0:8.78-1.el8_1.1.x86_64", "AppStream-8.1.0.Z.EUS:annobin-debugsource-0:8.78-1.el8_1.1.aarch64", "AppStream-8.1.0.Z.EUS:annobin-debugsource-0:8.78-1.el8_1.1.ppc64le", "AppStream-8.1.0.Z.EUS:annobin-debugsource-0:8.78-1.el8_1.1.s390x", "AppStream-8.1.0.Z.EUS:annobin-debugsource-0:8.78-1.el8_1.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-10T09:15:36+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.1.0.Z.EUS:annobin-0:8.78-1.el8_1.1.aarch64", "AppStream-8.1.0.Z.EUS:annobin-0:8.78-1.el8_1.1.ppc64le", "AppStream-8.1.0.Z.EUS:annobin-0:8.78-1.el8_1.1.s390x", "AppStream-8.1.0.Z.EUS:annobin-0:8.78-1.el8_1.1.src", "AppStream-8.1.0.Z.EUS:annobin-0:8.78-1.el8_1.1.x86_64", "AppStream-8.1.0.Z.EUS:annobin-debuginfo-0:8.78-1.el8_1.1.aarch64", "AppStream-8.1.0.Z.EUS:annobin-debuginfo-0:8.78-1.el8_1.1.ppc64le", "AppStream-8.1.0.Z.EUS:annobin-debuginfo-0:8.78-1.el8_1.1.s390x", "AppStream-8.1.0.Z.EUS:annobin-debuginfo-0:8.78-1.el8_1.1.x86_64", "AppStream-8.1.0.Z.EUS:annobin-debugsource-0:8.78-1.el8_1.1.aarch64", "AppStream-8.1.0.Z.EUS:annobin-debugsource-0:8.78-1.el8_1.1.ppc64le", "AppStream-8.1.0.Z.EUS:annobin-debugsource-0:8.78-1.el8_1.1.s390x", "AppStream-8.1.0.Z.EUS:annobin-debugsource-0:8.78-1.el8_1.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4599" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "AppStream-8.1.0.Z.EUS:annobin-0:8.78-1.el8_1.1.aarch64", "AppStream-8.1.0.Z.EUS:annobin-0:8.78-1.el8_1.1.ppc64le", "AppStream-8.1.0.Z.EUS:annobin-0:8.78-1.el8_1.1.s390x", "AppStream-8.1.0.Z.EUS:annobin-0:8.78-1.el8_1.1.src", "AppStream-8.1.0.Z.EUS:annobin-0:8.78-1.el8_1.1.x86_64", "AppStream-8.1.0.Z.EUS:annobin-debuginfo-0:8.78-1.el8_1.1.aarch64", "AppStream-8.1.0.Z.EUS:annobin-debuginfo-0:8.78-1.el8_1.1.ppc64le", "AppStream-8.1.0.Z.EUS:annobin-debuginfo-0:8.78-1.el8_1.1.s390x", "AppStream-8.1.0.Z.EUS:annobin-debuginfo-0:8.78-1.el8_1.1.x86_64", "AppStream-8.1.0.Z.EUS:annobin-debugsource-0:8.78-1.el8_1.1.aarch64", "AppStream-8.1.0.Z.EUS:annobin-debugsource-0:8.78-1.el8_1.1.ppc64le", "AppStream-8.1.0.Z.EUS:annobin-debugsource-0:8.78-1.el8_1.1.s390x", "AppStream-8.1.0.Z.EUS:annobin-debugsource-0:8.78-1.el8_1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.1.0.Z.EUS:annobin-0:8.78-1.el8_1.1.aarch64", "AppStream-8.1.0.Z.EUS:annobin-0:8.78-1.el8_1.1.ppc64le", "AppStream-8.1.0.Z.EUS:annobin-0:8.78-1.el8_1.1.s390x", "AppStream-8.1.0.Z.EUS:annobin-0:8.78-1.el8_1.1.src", "AppStream-8.1.0.Z.EUS:annobin-0:8.78-1.el8_1.1.x86_64", "AppStream-8.1.0.Z.EUS:annobin-debuginfo-0:8.78-1.el8_1.1.aarch64", "AppStream-8.1.0.Z.EUS:annobin-debuginfo-0:8.78-1.el8_1.1.ppc64le", "AppStream-8.1.0.Z.EUS:annobin-debuginfo-0:8.78-1.el8_1.1.s390x", "AppStream-8.1.0.Z.EUS:annobin-debuginfo-0:8.78-1.el8_1.1.x86_64", "AppStream-8.1.0.Z.EUS:annobin-debugsource-0:8.78-1.el8_1.1.aarch64", "AppStream-8.1.0.Z.EUS:annobin-debugsource-0:8.78-1.el8_1.1.ppc64le", "AppStream-8.1.0.Z.EUS:annobin-debugsource-0:8.78-1.el8_1.1.s390x", "AppStream-8.1.0.Z.EUS:annobin-debugsource-0:8.78-1.el8_1.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
rhsa-2021:4600
Vulnerability from csaf_redhat
Notes
{ "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 annobin is now available for Red Hat Enterprise Linux 8.2 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of 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": "Annobin provides a compiler plugin to annotate and tools to examine compiled binary files.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in annobin in order to facilitate detection of BiDi Unicode characters:\n\nThis update of annobin adds a new annocheck test to detect the presence of multibyte characters in symbol names.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4600", "url": "https://access.redhat.com/errata/RHSA-2021:4600" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4600.json" } ], "title": "Red Hat Security Advisory: annobin security update", "tracking": { "current_release_date": "2025-09-25T12:35:48+00:00", "generator": { "date": "2025-09-25T12:35:48+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.8" } }, "id": "RHSA-2021:4600", "initial_release_date": "2021-11-10T09:40:26+00:00", "revision_history": [ { "date": "2021-11-10T09:40:26+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-10T09:40:26+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-25T12:35:48+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:8.2::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "annobin-0:8.90-1.el8_2.1.src", "product": { "name": "annobin-0:8.90-1.el8_2.1.src", "product_id": "annobin-0:8.90-1.el8_2.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin@8.90-1.el8_2.1?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "annobin-0:8.90-1.el8_2.1.aarch64", "product": { "name": "annobin-0:8.90-1.el8_2.1.aarch64", "product_id": "annobin-0:8.90-1.el8_2.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin@8.90-1.el8_2.1?arch=aarch64" } } }, { "category": "product_version", "name": "annobin-debugsource-0:8.90-1.el8_2.1.aarch64", "product": { "name": "annobin-debugsource-0:8.90-1.el8_2.1.aarch64", "product_id": "annobin-debugsource-0:8.90-1.el8_2.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debugsource@8.90-1.el8_2.1?arch=aarch64" } } }, { "category": "product_version", "name": "annobin-debuginfo-0:8.90-1.el8_2.1.aarch64", "product": { "name": "annobin-debuginfo-0:8.90-1.el8_2.1.aarch64", "product_id": "annobin-debuginfo-0:8.90-1.el8_2.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debuginfo@8.90-1.el8_2.1?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "annobin-0:8.90-1.el8_2.1.ppc64le", "product": { "name": "annobin-0:8.90-1.el8_2.1.ppc64le", "product_id": "annobin-0:8.90-1.el8_2.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin@8.90-1.el8_2.1?arch=ppc64le" } } }, { "category": "product_version", "name": "annobin-debugsource-0:8.90-1.el8_2.1.ppc64le", "product": { "name": "annobin-debugsource-0:8.90-1.el8_2.1.ppc64le", "product_id": "annobin-debugsource-0:8.90-1.el8_2.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debugsource@8.90-1.el8_2.1?arch=ppc64le" } } }, { "category": "product_version", "name": "annobin-debuginfo-0:8.90-1.el8_2.1.ppc64le", "product": { "name": "annobin-debuginfo-0:8.90-1.el8_2.1.ppc64le", "product_id": "annobin-debuginfo-0:8.90-1.el8_2.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debuginfo@8.90-1.el8_2.1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "annobin-0:8.90-1.el8_2.1.x86_64", "product": { "name": "annobin-0:8.90-1.el8_2.1.x86_64", "product_id": "annobin-0:8.90-1.el8_2.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin@8.90-1.el8_2.1?arch=x86_64" } } }, { "category": "product_version", "name": "annobin-debugsource-0:8.90-1.el8_2.1.x86_64", "product": { "name": "annobin-debugsource-0:8.90-1.el8_2.1.x86_64", "product_id": "annobin-debugsource-0:8.90-1.el8_2.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debugsource@8.90-1.el8_2.1?arch=x86_64" } } }, { "category": "product_version", "name": "annobin-debuginfo-0:8.90-1.el8_2.1.x86_64", "product": { "name": "annobin-debuginfo-0:8.90-1.el8_2.1.x86_64", "product_id": "annobin-debuginfo-0:8.90-1.el8_2.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debuginfo@8.90-1.el8_2.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "annobin-0:8.90-1.el8_2.1.s390x", "product": { "name": "annobin-0:8.90-1.el8_2.1.s390x", "product_id": "annobin-0:8.90-1.el8_2.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin@8.90-1.el8_2.1?arch=s390x" } } }, { "category": "product_version", "name": "annobin-debugsource-0:8.90-1.el8_2.1.s390x", "product": { "name": "annobin-debugsource-0:8.90-1.el8_2.1.s390x", "product_id": "annobin-debugsource-0:8.90-1.el8_2.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debugsource@8.90-1.el8_2.1?arch=s390x" } } }, { "category": "product_version", "name": "annobin-debuginfo-0:8.90-1.el8_2.1.s390x", "product": { "name": "annobin-debuginfo-0:8.90-1.el8_2.1.s390x", "product_id": "annobin-debuginfo-0:8.90-1.el8_2.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debuginfo@8.90-1.el8_2.1?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "annobin-0:8.90-1.el8_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:annobin-0:8.90-1.el8_2.1.aarch64" }, "product_reference": "annobin-0:8.90-1.el8_2.1.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-0:8.90-1.el8_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:annobin-0:8.90-1.el8_2.1.ppc64le" }, "product_reference": "annobin-0:8.90-1.el8_2.1.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-0:8.90-1.el8_2.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:annobin-0:8.90-1.el8_2.1.s390x" }, "product_reference": "annobin-0:8.90-1.el8_2.1.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-0:8.90-1.el8_2.1.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:annobin-0:8.90-1.el8_2.1.src" }, "product_reference": "annobin-0:8.90-1.el8_2.1.src", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-0:8.90-1.el8_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:annobin-0:8.90-1.el8_2.1.x86_64" }, "product_reference": "annobin-0:8.90-1.el8_2.1.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debuginfo-0:8.90-1.el8_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:annobin-debuginfo-0:8.90-1.el8_2.1.aarch64" }, "product_reference": "annobin-debuginfo-0:8.90-1.el8_2.1.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debuginfo-0:8.90-1.el8_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:annobin-debuginfo-0:8.90-1.el8_2.1.ppc64le" }, "product_reference": "annobin-debuginfo-0:8.90-1.el8_2.1.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debuginfo-0:8.90-1.el8_2.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:annobin-debuginfo-0:8.90-1.el8_2.1.s390x" }, "product_reference": "annobin-debuginfo-0:8.90-1.el8_2.1.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debuginfo-0:8.90-1.el8_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:annobin-debuginfo-0:8.90-1.el8_2.1.x86_64" }, "product_reference": "annobin-debuginfo-0:8.90-1.el8_2.1.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debugsource-0:8.90-1.el8_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:annobin-debugsource-0:8.90-1.el8_2.1.aarch64" }, "product_reference": "annobin-debugsource-0:8.90-1.el8_2.1.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debugsource-0:8.90-1.el8_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:annobin-debugsource-0:8.90-1.el8_2.1.ppc64le" }, "product_reference": "annobin-debugsource-0:8.90-1.el8_2.1.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debugsource-0:8.90-1.el8_2.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:annobin-debugsource-0:8.90-1.el8_2.1.s390x" }, "product_reference": "annobin-debugsource-0:8.90-1.el8_2.1.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debugsource-0:8.90-1.el8_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:annobin-debugsource-0:8.90-1.el8_2.1.x86_64" }, "product_reference": "annobin-debugsource-0:8.90-1.el8_2.1.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "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.2.0.Z.EUS:annobin-0:8.90-1.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:annobin-0:8.90-1.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:annobin-0:8.90-1.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:annobin-0:8.90-1.el8_2.1.src", "AppStream-8.2.0.Z.EUS:annobin-0:8.90-1.el8_2.1.x86_64", "AppStream-8.2.0.Z.EUS:annobin-debuginfo-0:8.90-1.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:annobin-debuginfo-0:8.90-1.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:annobin-debuginfo-0:8.90-1.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:annobin-debuginfo-0:8.90-1.el8_2.1.x86_64", "AppStream-8.2.0.Z.EUS:annobin-debugsource-0:8.90-1.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:annobin-debugsource-0:8.90-1.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:annobin-debugsource-0:8.90-1.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:annobin-debugsource-0:8.90-1.el8_2.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-10T09:40:26+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.2.0.Z.EUS:annobin-0:8.90-1.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:annobin-0:8.90-1.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:annobin-0:8.90-1.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:annobin-0:8.90-1.el8_2.1.src", "AppStream-8.2.0.Z.EUS:annobin-0:8.90-1.el8_2.1.x86_64", "AppStream-8.2.0.Z.EUS:annobin-debuginfo-0:8.90-1.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:annobin-debuginfo-0:8.90-1.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:annobin-debuginfo-0:8.90-1.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:annobin-debuginfo-0:8.90-1.el8_2.1.x86_64", "AppStream-8.2.0.Z.EUS:annobin-debugsource-0:8.90-1.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:annobin-debugsource-0:8.90-1.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:annobin-debugsource-0:8.90-1.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:annobin-debugsource-0:8.90-1.el8_2.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4600" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "AppStream-8.2.0.Z.EUS:annobin-0:8.90-1.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:annobin-0:8.90-1.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:annobin-0:8.90-1.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:annobin-0:8.90-1.el8_2.1.src", "AppStream-8.2.0.Z.EUS:annobin-0:8.90-1.el8_2.1.x86_64", "AppStream-8.2.0.Z.EUS:annobin-debuginfo-0:8.90-1.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:annobin-debuginfo-0:8.90-1.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:annobin-debuginfo-0:8.90-1.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:annobin-debuginfo-0:8.90-1.el8_2.1.x86_64", "AppStream-8.2.0.Z.EUS:annobin-debugsource-0:8.90-1.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:annobin-debugsource-0:8.90-1.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:annobin-debugsource-0:8.90-1.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:annobin-debugsource-0:8.90-1.el8_2.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.2.0.Z.EUS:annobin-0:8.90-1.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:annobin-0:8.90-1.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:annobin-0:8.90-1.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:annobin-0:8.90-1.el8_2.1.src", "AppStream-8.2.0.Z.EUS:annobin-0:8.90-1.el8_2.1.x86_64", "AppStream-8.2.0.Z.EUS:annobin-debuginfo-0:8.90-1.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:annobin-debuginfo-0:8.90-1.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:annobin-debuginfo-0:8.90-1.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:annobin-debuginfo-0:8.90-1.el8_2.1.x86_64", "AppStream-8.2.0.Z.EUS:annobin-debugsource-0:8.90-1.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:annobin-debugsource-0:8.90-1.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:annobin-debugsource-0:8.90-1.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:annobin-debugsource-0:8.90-1.el8_2.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
RHSA-2021:4592
Vulnerability from csaf_redhat
Notes
{ "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 gcc-toolset-10-annobin 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": "Annobin provides a compiler plugin to annotate and tools to examine compiled binary files.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in annobin in order to facilitate detection of BiDi Unicode characters:\n\nThis update of annobin adds a new annocheck test to detect the presence of multibyte characters in symbol names.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4592", "url": "https://access.redhat.com/errata/RHSA-2021:4592" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4592.json" } ], "title": "Red Hat Security Advisory: gcc-toolset-10-annobin security update", "tracking": { "current_release_date": "2025-09-25T12:35:49+00:00", "generator": { "date": "2025-09-25T12:35:49+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.8" } }, "id": "RHSA-2021:4592", "initial_release_date": "2021-11-10T09:48:51+00:00", "revision_history": [ { "date": "2021-11-10T09:48:51+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-10T09:48:51+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-25T12:35:49+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.5.0.Z.MAIN", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-annobin-0:9.29-1.el8_5.2.src", "product": { "name": "gcc-toolset-10-annobin-0:9.29-1.el8_5.2.src", "product_id": "gcc-toolset-10-annobin-0:9.29-1.el8_5.2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin@9.29-1.el8_5.2?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-annobin-0:9.29-1.el8_5.2.aarch64", "product": { "name": "gcc-toolset-10-annobin-0:9.29-1.el8_5.2.aarch64", "product_id": "gcc-toolset-10-annobin-0:9.29-1.el8_5.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin@9.29-1.el8_5.2?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.aarch64", "product": { "name": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.aarch64", "product_id": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin-annocheck-debuginfo@9.29-1.el8_5.2?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.aarch64", "product": { "name": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.aarch64", "product_id": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin-debuginfo@9.29-1.el8_5.2?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-annobin-0:9.29-1.el8_5.2.ppc64le", "product": { "name": "gcc-toolset-10-annobin-0:9.29-1.el8_5.2.ppc64le", "product_id": "gcc-toolset-10-annobin-0:9.29-1.el8_5.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin@9.29-1.el8_5.2?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.ppc64le", "product": { "name": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.ppc64le", "product_id": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin-annocheck-debuginfo@9.29-1.el8_5.2?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.ppc64le", "product": { "name": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.ppc64le", "product_id": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin-debuginfo@9.29-1.el8_5.2?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-annobin-0:9.29-1.el8_5.2.x86_64", "product": { "name": "gcc-toolset-10-annobin-0:9.29-1.el8_5.2.x86_64", "product_id": "gcc-toolset-10-annobin-0:9.29-1.el8_5.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin@9.29-1.el8_5.2?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.x86_64", "product": { "name": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.x86_64", "product_id": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin-annocheck-debuginfo@9.29-1.el8_5.2?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.x86_64", "product": { "name": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.x86_64", "product_id": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin-debuginfo@9.29-1.el8_5.2?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-annobin-0:9.29-1.el8_5.2.s390x", "product": { "name": "gcc-toolset-10-annobin-0:9.29-1.el8_5.2.s390x", "product_id": "gcc-toolset-10-annobin-0:9.29-1.el8_5.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin@9.29-1.el8_5.2?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.s390x", "product": { "name": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.s390x", "product_id": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin-annocheck-debuginfo@9.29-1.el8_5.2?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.s390x", "product": { "name": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.s390x", "product_id": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin-debuginfo@9.29-1.el8_5.2?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-0:9.29-1.el8_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-0:9.29-1.el8_5.2.aarch64" }, "product_reference": "gcc-toolset-10-annobin-0:9.29-1.el8_5.2.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-0:9.29-1.el8_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-0:9.29-1.el8_5.2.ppc64le" }, "product_reference": "gcc-toolset-10-annobin-0:9.29-1.el8_5.2.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-0:9.29-1.el8_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-0:9.29-1.el8_5.2.s390x" }, "product_reference": "gcc-toolset-10-annobin-0:9.29-1.el8_5.2.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-0:9.29-1.el8_5.2.src as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-0:9.29-1.el8_5.2.src" }, "product_reference": "gcc-toolset-10-annobin-0:9.29-1.el8_5.2.src", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-0:9.29-1.el8_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-0:9.29-1.el8_5.2.x86_64" }, "product_reference": "gcc-toolset-10-annobin-0:9.29-1.el8_5.2.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.aarch64" }, "product_reference": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.ppc64le" }, "product_reference": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.s390x" }, "product_reference": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.x86_64" }, "product_reference": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.aarch64" }, "product_reference": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.ppc64le" }, "product_reference": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.s390x" }, "product_reference": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.x86_64" }, "product_reference": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "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.5.0.Z.MAIN:gcc-toolset-10-annobin-0:9.29-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-0:9.29-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-0:9.29-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-0:9.29-1.el8_5.2.src", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-0:9.29-1.el8_5.2.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-10T09:48:51+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.5.0.Z.MAIN:gcc-toolset-10-annobin-0:9.29-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-0:9.29-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-0:9.29-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-0:9.29-1.el8_5.2.src", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-0:9.29-1.el8_5.2.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4592" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-0:9.29-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-0:9.29-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-0:9.29-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-0:9.29-1.el8_5.2.src", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-0:9.29-1.el8_5.2.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-0:9.29-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-0:9.29-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-0:9.29-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-0:9.29-1.el8_5.2.src", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-0:9.29-1.el8_5.2.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
rhsa-2021_4594
Vulnerability from csaf_redhat
Notes
{ "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 gcc-toolset-11-binutils 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": "The binutils packages provide a collection of binary utilities for the manipulation of object code in various object file formats. It includes the ar, as, gprof, ld, nm, objcopy, objdump, ranlib, readelf, size, strings, strip, and addr2line utilities.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in binutils in order to facilitate detection of BiDi Unicode characters:\n\nTools which display names or strings (readelf, strings, nm, objdump) have a new command line option --unicode / -U which controls how Unicode characters are handled.\n\nUsing \"--unicode=default\" will treat them as normal for the tool. This is the default behaviour when --unicode option is not used.\nUsing \"--unicode=locale\" will display them according to the current locale.\nUsing \"--unicode=hex\" will display them as hex byte values.\nUsing \"--unicode=escape\" will display them as Unicode escape sequences. \nUsing \"--unicode=highlight\" will display them as Unicode escape sequences highlighted in red, if supported by the output device.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4594", "url": "https://access.redhat.com/errata/RHSA-2021:4594" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4594.json" } ], "title": "Red Hat Security Advisory: gcc-toolset-11-binutils security update", "tracking": { "current_release_date": "2024-11-13T23:34:31+00:00", "generator": { "date": "2024-11-13T23:34:31+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2021:4594", "initial_release_date": "2021-11-10T09:47:45+00:00", "revision_history": [ { "date": "2021-11-10T09:47:45+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-10T09:47:45+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T23:34:31+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.src", "product": { "name": "gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.src", "product_id": "gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-binutils@2.36.1-1.el8_5.1?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.aarch64", "product": { "name": "gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.aarch64", "product_id": "gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-binutils@2.36.1-1.el8_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.aarch64", "product": { "name": "gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.aarch64", "product_id": "gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-binutils-devel@2.36.1-1.el8_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.aarch64", "product": { "name": "gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.aarch64", "product_id": "gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-binutils-debuginfo@2.36.1-1.el8_5.1?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.ppc64le", "product": { "name": "gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.ppc64le", "product_id": "gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-binutils@2.36.1-1.el8_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.ppc64le", "product": { "name": "gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.ppc64le", "product_id": "gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-binutils-devel@2.36.1-1.el8_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.ppc64le", "product": { "name": "gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.ppc64le", "product_id": "gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-binutils-debuginfo@2.36.1-1.el8_5.1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.x86_64", "product": { "name": "gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.x86_64", "product_id": "gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-binutils@2.36.1-1.el8_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.x86_64", "product": { "name": "gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.x86_64", "product_id": "gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-binutils-devel@2.36.1-1.el8_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.x86_64", "product": { "name": "gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.x86_64", "product_id": "gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-binutils-debuginfo@2.36.1-1.el8_5.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.i686", "product": { "name": "gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.i686", "product_id": "gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-binutils-devel@2.36.1-1.el8_5.1?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.i686", "product": { "name": "gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.i686", "product_id": "gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-binutils-debuginfo@2.36.1-1.el8_5.1?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.s390x", "product": { "name": "gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.s390x", "product_id": "gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-binutils@2.36.1-1.el8_5.1?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.s390x", "product": { "name": "gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.s390x", "product_id": "gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-binutils-devel@2.36.1-1.el8_5.1?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.s390x", "product": { "name": "gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.s390x", "product_id": "gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-binutils-debuginfo@2.36.1-1.el8_5.1?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.aarch64" }, "product_reference": "gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.ppc64le" }, "product_reference": "gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.s390x" }, "product_reference": "gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.src as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.src" }, "product_reference": "gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.src", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.x86_64" }, "product_reference": "gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.aarch64" }, "product_reference": "gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.i686" }, "product_reference": "gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.ppc64le" }, "product_reference": "gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.s390x" }, "product_reference": "gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.x86_64" }, "product_reference": "gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.aarch64" }, "product_reference": "gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.i686" }, "product_reference": "gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.ppc64le" }, "product_reference": "gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.s390x" }, "product_reference": "gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.x86_64" }, "product_reference": "gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "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.5.0.Z.MAIN:gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.src", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-10T09:47:45+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.5.0.Z.MAIN:gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.src", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4594" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.src", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.src", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
rhsa-2021:4723
Vulnerability from csaf_redhat
Notes
{ "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 devtoolset-10-binutils is now available for Red Hat Software Collections.\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": "The binutils packages provide a collection of binary utilities for the manipulation of object code in various object file formats. It includes the ar, as, gprof, ld, nm, objcopy, objdump, ranlib, readelf, size, strings, strip, and addr2line utilities.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in binutils in order to facilitate detection of BiDi Unicode characters:\n\nTools which display names or strings (readelf, strings, nm, objdump) have a new command line option --unicode / -U which controls how Unicode characters are handled.\n\nUsing \"--unicode=default\" will treat them as normal for the tool. This is the default behaviour when --unicode option is not used.\nUsing \"--unicode=locale\" will display them according to the current locale.\nUsing \"--unicode=hex\" will display them as hex byte values.\nUsing \"--unicode=escape\" will display them as Unicode escape sequences.\nUsing \"--unicode=highlight\" will display them as Unicode escape sequences highlighted in red, if supported by the output device.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4723", "url": "https://access.redhat.com/errata/RHSA-2021:4723" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4723.json" } ], "title": "Red Hat Security Advisory: devtoolset-10-binutils security update", "tracking": { "current_release_date": "2025-09-25T12:36:00+00:00", "generator": { "date": "2025-09-25T12:36:00+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.8" } }, "id": "RHSA-2021:4723", "initial_release_date": "2021-11-17T16:22:57+00:00", "revision_history": [ { "date": "2021-11-17T16:22:57+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-17T16:22:57+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-25T12:36:00+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } } ], "category": "product_family", "name": "Red Hat Software Collections" }, { "branches": [ { "category": "product_version", "name": "devtoolset-10-binutils-0:2.35-5.el7.3.src", "product": { "name": "devtoolset-10-binutils-0:2.35-5.el7.3.src", "product_id": "devtoolset-10-binutils-0:2.35-5.el7.3.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-binutils@2.35-5.el7.3?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "devtoolset-10-binutils-0:2.35-5.el7.3.x86_64", "product": { "name": "devtoolset-10-binutils-0:2.35-5.el7.3.x86_64", "product_id": "devtoolset-10-binutils-0:2.35-5.el7.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-binutils@2.35-5.el7.3?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.x86_64", "product": { "name": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.x86_64", "product_id": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-binutils-devel@2.35-5.el7.3?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.x86_64", "product": { "name": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.x86_64", "product_id": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-binutils-debuginfo@2.35-5.el7.3?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.i686", "product": { "name": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.i686", "product_id": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-binutils-devel@2.35-5.el7.3?arch=i686" } } }, { "category": "product_version", "name": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.i686", "product": { "name": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.i686", "product_id": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-binutils-debuginfo@2.35-5.el7.3?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "devtoolset-10-binutils-0:2.35-5.el7.3.ppc64le", "product": { "name": "devtoolset-10-binutils-0:2.35-5.el7.3.ppc64le", "product_id": "devtoolset-10-binutils-0:2.35-5.el7.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-binutils@2.35-5.el7.3?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64le", "product": { "name": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64le", "product_id": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-binutils-devel@2.35-5.el7.3?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64le", "product": { "name": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64le", "product_id": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-binutils-debuginfo@2.35-5.el7.3?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "devtoolset-10-binutils-0:2.35-5.el7.3.ppc64", "product": { "name": "devtoolset-10-binutils-0:2.35-5.el7.3.ppc64", "product_id": "devtoolset-10-binutils-0:2.35-5.el7.3.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-binutils@2.35-5.el7.3?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64", "product": { "name": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64", "product_id": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-binutils-devel@2.35-5.el7.3?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64", "product": { "name": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64", "product_id": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-binutils-debuginfo@2.35-5.el7.3?arch=ppc64" } } } ], "category": "architecture", "name": "ppc64" }, { "branches": [ { "category": "product_version", "name": "devtoolset-10-binutils-0:2.35-5.el7.3.s390x", "product": { "name": "devtoolset-10-binutils-0:2.35-5.el7.3.s390x", "product_id": "devtoolset-10-binutils-0:2.35-5.el7.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-binutils@2.35-5.el7.3?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.s390x", "product": { "name": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.s390x", "product_id": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-binutils-devel@2.35-5.el7.3?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.s390x", "product": { "name": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.s390x", "product_id": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-binutils-debuginfo@2.35-5.el7.3?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-0:2.35-5.el7.3.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64" }, "product_reference": "devtoolset-10-binutils-0:2.35-5.el7.3.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-0:2.35-5.el7.3.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64le" }, "product_reference": "devtoolset-10-binutils-0:2.35-5.el7.3.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-0:2.35-5.el7.3.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-0:2.35-5.el7.3.s390x" }, "product_reference": "devtoolset-10-binutils-0:2.35-5.el7.3.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-0:2.35-5.el7.3.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-0:2.35-5.el7.3.src" }, "product_reference": "devtoolset-10-binutils-0:2.35-5.el7.3.src", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-0:2.35-5.el7.3.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-0:2.35-5.el7.3.x86_64" }, "product_reference": "devtoolset-10-binutils-0:2.35-5.el7.3.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.i686" }, "product_reference": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.i686", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64" }, "product_reference": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64le" }, "product_reference": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.s390x" }, "product_reference": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.x86_64" }, "product_reference": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-devel-0:2.35-5.el7.3.i686" }, "product_reference": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.i686", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64" }, "product_reference": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64le" }, "product_reference": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-devel-0:2.35-5.el7.3.s390x" }, "product_reference": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-devel-0:2.35-5.el7.3.x86_64" }, "product_reference": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-0:2.35-5.el7.3.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64" }, "product_reference": "devtoolset-10-binutils-0:2.35-5.el7.3.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-0:2.35-5.el7.3.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64le" }, "product_reference": "devtoolset-10-binutils-0:2.35-5.el7.3.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-0:2.35-5.el7.3.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.s390x" }, "product_reference": "devtoolset-10-binutils-0:2.35-5.el7.3.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-0:2.35-5.el7.3.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.src" }, "product_reference": "devtoolset-10-binutils-0:2.35-5.el7.3.src", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-0:2.35-5.el7.3.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.x86_64" }, "product_reference": "devtoolset-10-binutils-0:2.35-5.el7.3.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.i686" }, "product_reference": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.i686", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64" }, "product_reference": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64le" }, "product_reference": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.s390x" }, "product_reference": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.x86_64" }, "product_reference": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.i686" }, "product_reference": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.i686", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64" }, "product_reference": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64le" }, "product_reference": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.s390x" }, "product_reference": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.x86_64" }, "product_reference": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-0:2.35-5.el7.3.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64" }, "product_reference": "devtoolset-10-binutils-0:2.35-5.el7.3.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-0:2.35-5.el7.3.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64le" }, "product_reference": "devtoolset-10-binutils-0:2.35-5.el7.3.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-0:2.35-5.el7.3.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.s390x" }, "product_reference": "devtoolset-10-binutils-0:2.35-5.el7.3.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-0:2.35-5.el7.3.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.src" }, "product_reference": "devtoolset-10-binutils-0:2.35-5.el7.3.src", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-0:2.35-5.el7.3.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.x86_64" }, "product_reference": "devtoolset-10-binutils-0:2.35-5.el7.3.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.i686" }, "product_reference": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64" }, "product_reference": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64le" }, "product_reference": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.s390x" }, "product_reference": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.x86_64" }, "product_reference": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.i686" }, "product_reference": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64" }, "product_reference": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64le" }, "product_reference": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.s390x" }, "product_reference": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.x86_64" }, "product_reference": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-0:2.35-5.el7.3.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-0:2.35-5.el7.3.src", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-0:2.35-5.el7.3.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-devel-0:2.35-5.el7.3.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-devel-0:2.35-5.el7.3.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-devel-0:2.35-5.el7.3.x86_64", "7Server-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64", "7Server-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.s390x", "7Server-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.src", "7Server-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.x86_64", "7Server-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.i686", "7Server-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64", "7Server-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.s390x", "7Server-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.x86_64", "7Server-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.i686", "7Server-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64", "7Server-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.s390x", "7Server-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.src", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.i686", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.i686", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-17T16:22:57+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-0:2.35-5.el7.3.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-0:2.35-5.el7.3.src", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-0:2.35-5.el7.3.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-devel-0:2.35-5.el7.3.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-devel-0:2.35-5.el7.3.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-devel-0:2.35-5.el7.3.x86_64", "7Server-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64", "7Server-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.s390x", "7Server-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.src", "7Server-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.x86_64", "7Server-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.i686", "7Server-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64", "7Server-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.s390x", "7Server-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.x86_64", "7Server-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.i686", "7Server-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64", "7Server-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.s390x", "7Server-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.src", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.i686", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.i686", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4723" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-0:2.35-5.el7.3.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-0:2.35-5.el7.3.src", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-0:2.35-5.el7.3.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-devel-0:2.35-5.el7.3.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-devel-0:2.35-5.el7.3.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-devel-0:2.35-5.el7.3.x86_64", "7Server-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64", "7Server-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.s390x", "7Server-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.src", "7Server-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.x86_64", "7Server-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.i686", "7Server-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64", "7Server-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.s390x", "7Server-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.x86_64", "7Server-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.i686", "7Server-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64", "7Server-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.s390x", "7Server-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.src", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.i686", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.i686", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-0:2.35-5.el7.3.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-0:2.35-5.el7.3.src", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-0:2.35-5.el7.3.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-devel-0:2.35-5.el7.3.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-devel-0:2.35-5.el7.3.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-devel-0:2.35-5.el7.3.x86_64", "7Server-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64", "7Server-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.s390x", "7Server-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.src", "7Server-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.x86_64", "7Server-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.i686", "7Server-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64", "7Server-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.s390x", "7Server-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.x86_64", "7Server-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.i686", "7Server-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64", "7Server-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.s390x", "7Server-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.src", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.i686", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.i686", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
rhsa-2021_4601
Vulnerability from csaf_redhat
Notes
{ "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 binutils is now available for Red Hat Enterprise Linux 8.2 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of 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": "The binutils packages provide a collection of binary utilities for the manipulation of object code in various object file formats. It includes the ar, as, gprof, ld, nm, objcopy, objdump, ranlib, readelf, size, strings, strip, and addr2line utilities.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in binutils in order to facilitate detection of BiDi Unicode characters:\n\nTools which display names or strings (readelf, strings, nm, objdump) have a new command line option --unicode / -U which controls how Unicode characters are handled.\n\nUsing \"--unicode=default\" will treat them as normal for the tool. This is the default behaviour when --unicode option is not used.\nUsing \"--unicode=locale\" will display them according to the current locale.\nUsing \"--unicode=hex\" will display them as hex byte values.\nUsing \"--unicode=escape\" will display them as Unicode escape sequences.\nUsing \"--unicode=highlight\" will display them as Unicode escape sequences highlighted in red, if supported by the output device.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4601", "url": "https://access.redhat.com/errata/RHSA-2021:4601" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4601.json" } ], "title": "Red Hat Security Advisory: binutils security update", "tracking": { "current_release_date": "2024-11-13T23:34:55+00:00", "generator": { "date": "2024-11-13T23:34:55+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2021:4601", "initial_release_date": "2021-11-10T09:52:11+00:00", "revision_history": [ { "date": "2021-11-10T09:52:11+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-10T09:52:11+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T23:34:55+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:8.2::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product": { "name": "Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_eus:8.2::baseos" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.30-73.el8_2.1.aarch64", "product": { "name": "binutils-devel-0:2.30-73.el8_2.1.aarch64", "product_id": "binutils-devel-0:2.30-73.el8_2.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.30-73.el8_2.1?arch=aarch64" } } }, { "category": "product_version", "name": "binutils-debugsource-0:2.30-73.el8_2.1.aarch64", "product": { "name": "binutils-debugsource-0:2.30-73.el8_2.1.aarch64", "product_id": "binutils-debugsource-0:2.30-73.el8_2.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debugsource@2.30-73.el8_2.1?arch=aarch64" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.30-73.el8_2.1.aarch64", "product": { "name": "binutils-debuginfo-0:2.30-73.el8_2.1.aarch64", "product_id": "binutils-debuginfo-0:2.30-73.el8_2.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.30-73.el8_2.1?arch=aarch64" } } }, { "category": "product_version", "name": "binutils-0:2.30-73.el8_2.1.aarch64", "product": { "name": "binutils-0:2.30-73.el8_2.1.aarch64", "product_id": "binutils-0:2.30-73.el8_2.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.30-73.el8_2.1?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.30-73.el8_2.1.ppc64le", "product": { "name": "binutils-devel-0:2.30-73.el8_2.1.ppc64le", "product_id": "binutils-devel-0:2.30-73.el8_2.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.30-73.el8_2.1?arch=ppc64le" } } }, { "category": "product_version", "name": "binutils-debugsource-0:2.30-73.el8_2.1.ppc64le", "product": { "name": "binutils-debugsource-0:2.30-73.el8_2.1.ppc64le", "product_id": "binutils-debugsource-0:2.30-73.el8_2.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debugsource@2.30-73.el8_2.1?arch=ppc64le" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.30-73.el8_2.1.ppc64le", "product": { "name": "binutils-debuginfo-0:2.30-73.el8_2.1.ppc64le", "product_id": "binutils-debuginfo-0:2.30-73.el8_2.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.30-73.el8_2.1?arch=ppc64le" } } }, { "category": "product_version", "name": "binutils-0:2.30-73.el8_2.1.ppc64le", "product": { "name": "binutils-0:2.30-73.el8_2.1.ppc64le", "product_id": "binutils-0:2.30-73.el8_2.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.30-73.el8_2.1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.30-73.el8_2.1.i686", "product": { "name": "binutils-devel-0:2.30-73.el8_2.1.i686", "product_id": "binutils-devel-0:2.30-73.el8_2.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.30-73.el8_2.1?arch=i686" } } }, { "category": "product_version", "name": "binutils-debugsource-0:2.30-73.el8_2.1.i686", "product": { "name": "binutils-debugsource-0:2.30-73.el8_2.1.i686", "product_id": "binutils-debugsource-0:2.30-73.el8_2.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debugsource@2.30-73.el8_2.1?arch=i686" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.30-73.el8_2.1.i686", "product": { "name": "binutils-debuginfo-0:2.30-73.el8_2.1.i686", "product_id": "binutils-debuginfo-0:2.30-73.el8_2.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.30-73.el8_2.1?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.30-73.el8_2.1.x86_64", "product": { "name": "binutils-devel-0:2.30-73.el8_2.1.x86_64", "product_id": "binutils-devel-0:2.30-73.el8_2.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.30-73.el8_2.1?arch=x86_64" } } }, { "category": "product_version", "name": "binutils-debugsource-0:2.30-73.el8_2.1.x86_64", "product": { "name": "binutils-debugsource-0:2.30-73.el8_2.1.x86_64", "product_id": "binutils-debugsource-0:2.30-73.el8_2.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debugsource@2.30-73.el8_2.1?arch=x86_64" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.30-73.el8_2.1.x86_64", "product": { "name": "binutils-debuginfo-0:2.30-73.el8_2.1.x86_64", "product_id": "binutils-debuginfo-0:2.30-73.el8_2.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.30-73.el8_2.1?arch=x86_64" } } }, { "category": "product_version", "name": "binutils-0:2.30-73.el8_2.1.x86_64", "product": { "name": "binutils-0:2.30-73.el8_2.1.x86_64", "product_id": "binutils-0:2.30-73.el8_2.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.30-73.el8_2.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.30-73.el8_2.1.s390x", "product": { "name": "binutils-devel-0:2.30-73.el8_2.1.s390x", "product_id": "binutils-devel-0:2.30-73.el8_2.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.30-73.el8_2.1?arch=s390x" } } }, { "category": "product_version", "name": "binutils-debugsource-0:2.30-73.el8_2.1.s390x", "product": { "name": "binutils-debugsource-0:2.30-73.el8_2.1.s390x", "product_id": "binutils-debugsource-0:2.30-73.el8_2.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debugsource@2.30-73.el8_2.1?arch=s390x" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.30-73.el8_2.1.s390x", "product": { "name": "binutils-debuginfo-0:2.30-73.el8_2.1.s390x", "product_id": "binutils-debuginfo-0:2.30-73.el8_2.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.30-73.el8_2.1?arch=s390x" } } }, { "category": "product_version", "name": "binutils-0:2.30-73.el8_2.1.s390x", "product": { "name": "binutils-0:2.30-73.el8_2.1.s390x", "product_id": "binutils-0:2.30-73.el8_2.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.30-73.el8_2.1?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "binutils-0:2.30-73.el8_2.1.src", "product": { "name": "binutils-0:2.30-73.el8_2.1.src", "product_id": "binutils-0:2.30-73.el8_2.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.30-73.el8_2.1?arch=src" } } } ], "category": "architecture", "name": "src" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-73.el8_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.aarch64" }, "product_reference": "binutils-0:2.30-73.el8_2.1.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-73.el8_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.ppc64le" }, "product_reference": "binutils-0:2.30-73.el8_2.1.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-73.el8_2.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.s390x" }, "product_reference": "binutils-0:2.30-73.el8_2.1.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-73.el8_2.1.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.src" }, "product_reference": "binutils-0:2.30-73.el8_2.1.src", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-73.el8_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.x86_64" }, "product_reference": "binutils-0:2.30-73.el8_2.1.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-73.el8_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.aarch64" }, "product_reference": "binutils-debuginfo-0:2.30-73.el8_2.1.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-73.el8_2.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.i686" }, "product_reference": "binutils-debuginfo-0:2.30-73.el8_2.1.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-73.el8_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.ppc64le" }, "product_reference": "binutils-debuginfo-0:2.30-73.el8_2.1.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-73.el8_2.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.s390x" }, "product_reference": "binutils-debuginfo-0:2.30-73.el8_2.1.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-73.el8_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.x86_64" }, "product_reference": "binutils-debuginfo-0:2.30-73.el8_2.1.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-73.el8_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.aarch64" }, "product_reference": "binutils-debugsource-0:2.30-73.el8_2.1.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-73.el8_2.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.i686" }, "product_reference": "binutils-debugsource-0:2.30-73.el8_2.1.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-73.el8_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.ppc64le" }, "product_reference": "binutils-debugsource-0:2.30-73.el8_2.1.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-73.el8_2.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.s390x" }, "product_reference": "binutils-debugsource-0:2.30-73.el8_2.1.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-73.el8_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.x86_64" }, "product_reference": "binutils-debugsource-0:2.30-73.el8_2.1.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-73.el8_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.aarch64" }, "product_reference": "binutils-devel-0:2.30-73.el8_2.1.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-73.el8_2.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.i686" }, "product_reference": "binutils-devel-0:2.30-73.el8_2.1.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-73.el8_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.ppc64le" }, "product_reference": "binutils-devel-0:2.30-73.el8_2.1.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-73.el8_2.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.s390x" }, "product_reference": "binutils-devel-0:2.30-73.el8_2.1.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-73.el8_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.x86_64" }, "product_reference": "binutils-devel-0:2.30-73.el8_2.1.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-73.el8_2.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.aarch64" }, "product_reference": "binutils-0:2.30-73.el8_2.1.aarch64", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-73.el8_2.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.ppc64le" }, "product_reference": "binutils-0:2.30-73.el8_2.1.ppc64le", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-73.el8_2.1.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.s390x" }, "product_reference": "binutils-0:2.30-73.el8_2.1.s390x", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-73.el8_2.1.src as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.src" }, "product_reference": "binutils-0:2.30-73.el8_2.1.src", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-73.el8_2.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.x86_64" }, "product_reference": "binutils-0:2.30-73.el8_2.1.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-73.el8_2.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.aarch64" }, "product_reference": "binutils-debuginfo-0:2.30-73.el8_2.1.aarch64", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-73.el8_2.1.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.i686" }, "product_reference": "binutils-debuginfo-0:2.30-73.el8_2.1.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-73.el8_2.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.ppc64le" }, "product_reference": "binutils-debuginfo-0:2.30-73.el8_2.1.ppc64le", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-73.el8_2.1.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.s390x" }, "product_reference": "binutils-debuginfo-0:2.30-73.el8_2.1.s390x", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-73.el8_2.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.x86_64" }, "product_reference": "binutils-debuginfo-0:2.30-73.el8_2.1.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-73.el8_2.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.aarch64" }, "product_reference": "binutils-debugsource-0:2.30-73.el8_2.1.aarch64", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-73.el8_2.1.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.i686" }, "product_reference": "binutils-debugsource-0:2.30-73.el8_2.1.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-73.el8_2.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.ppc64le" }, "product_reference": "binutils-debugsource-0:2.30-73.el8_2.1.ppc64le", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-73.el8_2.1.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.s390x" }, "product_reference": "binutils-debugsource-0:2.30-73.el8_2.1.s390x", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-73.el8_2.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.x86_64" }, "product_reference": "binutils-debugsource-0:2.30-73.el8_2.1.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-73.el8_2.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.aarch64" }, "product_reference": "binutils-devel-0:2.30-73.el8_2.1.aarch64", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-73.el8_2.1.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.i686" }, "product_reference": "binutils-devel-0:2.30-73.el8_2.1.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-73.el8_2.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.ppc64le" }, "product_reference": "binutils-devel-0:2.30-73.el8_2.1.ppc64le", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-73.el8_2.1.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.s390x" }, "product_reference": "binutils-devel-0:2.30-73.el8_2.1.s390x", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-73.el8_2.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.x86_64" }, "product_reference": "binutils-devel-0:2.30-73.el8_2.1.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "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.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.src", "AppStream-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.x86_64", "AppStream-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.i686", "AppStream-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.x86_64", "AppStream-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.i686", "AppStream-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.x86_64", "AppStream-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.i686", "AppStream-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.x86_64", "BaseOS-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.aarch64", "BaseOS-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.ppc64le", "BaseOS-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.s390x", "BaseOS-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.src", "BaseOS-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.x86_64", "BaseOS-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.aarch64", "BaseOS-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.i686", "BaseOS-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.ppc64le", "BaseOS-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.s390x", "BaseOS-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.x86_64", "BaseOS-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.aarch64", "BaseOS-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.i686", "BaseOS-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.ppc64le", "BaseOS-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.s390x", "BaseOS-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.x86_64", "BaseOS-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.aarch64", "BaseOS-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.i686", "BaseOS-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.ppc64le", "BaseOS-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.s390x", "BaseOS-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-10T09:52:11+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.src", "AppStream-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.x86_64", "AppStream-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.i686", "AppStream-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.x86_64", "AppStream-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.i686", "AppStream-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.x86_64", "AppStream-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.i686", "AppStream-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.x86_64", "BaseOS-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.aarch64", "BaseOS-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.ppc64le", "BaseOS-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.s390x", "BaseOS-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.src", "BaseOS-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.x86_64", "BaseOS-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.aarch64", "BaseOS-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.i686", "BaseOS-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.ppc64le", "BaseOS-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.s390x", "BaseOS-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.x86_64", "BaseOS-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.aarch64", "BaseOS-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.i686", "BaseOS-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.ppc64le", "BaseOS-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.s390x", "BaseOS-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.x86_64", "BaseOS-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.aarch64", "BaseOS-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.i686", "BaseOS-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.ppc64le", "BaseOS-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.s390x", "BaseOS-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4601" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "AppStream-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.src", "AppStream-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.x86_64", "AppStream-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.i686", "AppStream-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.x86_64", "AppStream-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.i686", "AppStream-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.x86_64", "AppStream-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.i686", "AppStream-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.x86_64", "BaseOS-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.aarch64", "BaseOS-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.ppc64le", "BaseOS-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.s390x", "BaseOS-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.src", "BaseOS-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.x86_64", "BaseOS-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.aarch64", "BaseOS-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.i686", "BaseOS-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.ppc64le", "BaseOS-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.s390x", "BaseOS-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.x86_64", "BaseOS-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.aarch64", "BaseOS-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.i686", "BaseOS-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.ppc64le", "BaseOS-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.s390x", "BaseOS-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.x86_64", "BaseOS-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.aarch64", "BaseOS-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.i686", "BaseOS-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.ppc64le", "BaseOS-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.s390x", "BaseOS-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.src", "AppStream-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.x86_64", "AppStream-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.i686", "AppStream-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.x86_64", "AppStream-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.i686", "AppStream-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.x86_64", "AppStream-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.i686", "AppStream-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.x86_64", "BaseOS-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.aarch64", "BaseOS-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.ppc64le", "BaseOS-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.s390x", "BaseOS-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.src", "BaseOS-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.x86_64", "BaseOS-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.aarch64", "BaseOS-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.i686", "BaseOS-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.ppc64le", "BaseOS-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.s390x", "BaseOS-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.x86_64", "BaseOS-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.aarch64", "BaseOS-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.i686", "BaseOS-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.ppc64le", "BaseOS-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.s390x", "BaseOS-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.x86_64", "BaseOS-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.aarch64", "BaseOS-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.i686", "BaseOS-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.ppc64le", "BaseOS-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.s390x", "BaseOS-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
RHSA-2021:4601
Vulnerability from csaf_redhat
Notes
{ "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 binutils is now available for Red Hat Enterprise Linux 8.2 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of 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": "The binutils packages provide a collection of binary utilities for the manipulation of object code in various object file formats. It includes the ar, as, gprof, ld, nm, objcopy, objdump, ranlib, readelf, size, strings, strip, and addr2line utilities.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in binutils in order to facilitate detection of BiDi Unicode characters:\n\nTools which display names or strings (readelf, strings, nm, objdump) have a new command line option --unicode / -U which controls how Unicode characters are handled.\n\nUsing \"--unicode=default\" will treat them as normal for the tool. This is the default behaviour when --unicode option is not used.\nUsing \"--unicode=locale\" will display them according to the current locale.\nUsing \"--unicode=hex\" will display them as hex byte values.\nUsing \"--unicode=escape\" will display them as Unicode escape sequences.\nUsing \"--unicode=highlight\" will display them as Unicode escape sequences highlighted in red, if supported by the output device.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4601", "url": "https://access.redhat.com/errata/RHSA-2021:4601" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4601.json" } ], "title": "Red Hat Security Advisory: binutils security update", "tracking": { "current_release_date": "2025-09-25T12:35:51+00:00", "generator": { "date": "2025-09-25T12:35:51+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.8" } }, "id": "RHSA-2021:4601", "initial_release_date": "2021-11-10T09:52:11+00:00", "revision_history": [ { "date": "2021-11-10T09:52:11+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-10T09:52:11+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-25T12:35:51+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:8.2::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product": { "name": "Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_eus:8.2::baseos" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.30-73.el8_2.1.aarch64", "product": { "name": "binutils-devel-0:2.30-73.el8_2.1.aarch64", "product_id": "binutils-devel-0:2.30-73.el8_2.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.30-73.el8_2.1?arch=aarch64" } } }, { "category": "product_version", "name": "binutils-debugsource-0:2.30-73.el8_2.1.aarch64", "product": { "name": "binutils-debugsource-0:2.30-73.el8_2.1.aarch64", "product_id": "binutils-debugsource-0:2.30-73.el8_2.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debugsource@2.30-73.el8_2.1?arch=aarch64" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.30-73.el8_2.1.aarch64", "product": { "name": "binutils-debuginfo-0:2.30-73.el8_2.1.aarch64", "product_id": "binutils-debuginfo-0:2.30-73.el8_2.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.30-73.el8_2.1?arch=aarch64" } } }, { "category": "product_version", "name": "binutils-0:2.30-73.el8_2.1.aarch64", "product": { "name": "binutils-0:2.30-73.el8_2.1.aarch64", "product_id": "binutils-0:2.30-73.el8_2.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.30-73.el8_2.1?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.30-73.el8_2.1.ppc64le", "product": { "name": "binutils-devel-0:2.30-73.el8_2.1.ppc64le", "product_id": "binutils-devel-0:2.30-73.el8_2.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.30-73.el8_2.1?arch=ppc64le" } } }, { "category": "product_version", "name": "binutils-debugsource-0:2.30-73.el8_2.1.ppc64le", "product": { "name": "binutils-debugsource-0:2.30-73.el8_2.1.ppc64le", "product_id": "binutils-debugsource-0:2.30-73.el8_2.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debugsource@2.30-73.el8_2.1?arch=ppc64le" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.30-73.el8_2.1.ppc64le", "product": { "name": "binutils-debuginfo-0:2.30-73.el8_2.1.ppc64le", "product_id": "binutils-debuginfo-0:2.30-73.el8_2.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.30-73.el8_2.1?arch=ppc64le" } } }, { "category": "product_version", "name": "binutils-0:2.30-73.el8_2.1.ppc64le", "product": { "name": "binutils-0:2.30-73.el8_2.1.ppc64le", "product_id": "binutils-0:2.30-73.el8_2.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.30-73.el8_2.1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.30-73.el8_2.1.i686", "product": { "name": "binutils-devel-0:2.30-73.el8_2.1.i686", "product_id": "binutils-devel-0:2.30-73.el8_2.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.30-73.el8_2.1?arch=i686" } } }, { "category": "product_version", "name": "binutils-debugsource-0:2.30-73.el8_2.1.i686", "product": { "name": "binutils-debugsource-0:2.30-73.el8_2.1.i686", "product_id": "binutils-debugsource-0:2.30-73.el8_2.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debugsource@2.30-73.el8_2.1?arch=i686" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.30-73.el8_2.1.i686", "product": { "name": "binutils-debuginfo-0:2.30-73.el8_2.1.i686", "product_id": "binutils-debuginfo-0:2.30-73.el8_2.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.30-73.el8_2.1?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.30-73.el8_2.1.x86_64", "product": { "name": "binutils-devel-0:2.30-73.el8_2.1.x86_64", "product_id": "binutils-devel-0:2.30-73.el8_2.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.30-73.el8_2.1?arch=x86_64" } } }, { "category": "product_version", "name": "binutils-debugsource-0:2.30-73.el8_2.1.x86_64", "product": { "name": "binutils-debugsource-0:2.30-73.el8_2.1.x86_64", "product_id": "binutils-debugsource-0:2.30-73.el8_2.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debugsource@2.30-73.el8_2.1?arch=x86_64" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.30-73.el8_2.1.x86_64", "product": { "name": "binutils-debuginfo-0:2.30-73.el8_2.1.x86_64", "product_id": "binutils-debuginfo-0:2.30-73.el8_2.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.30-73.el8_2.1?arch=x86_64" } } }, { "category": "product_version", "name": "binutils-0:2.30-73.el8_2.1.x86_64", "product": { "name": "binutils-0:2.30-73.el8_2.1.x86_64", "product_id": "binutils-0:2.30-73.el8_2.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.30-73.el8_2.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.30-73.el8_2.1.s390x", "product": { "name": "binutils-devel-0:2.30-73.el8_2.1.s390x", "product_id": "binutils-devel-0:2.30-73.el8_2.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.30-73.el8_2.1?arch=s390x" } } }, { "category": "product_version", "name": "binutils-debugsource-0:2.30-73.el8_2.1.s390x", "product": { "name": "binutils-debugsource-0:2.30-73.el8_2.1.s390x", "product_id": "binutils-debugsource-0:2.30-73.el8_2.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debugsource@2.30-73.el8_2.1?arch=s390x" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.30-73.el8_2.1.s390x", "product": { "name": "binutils-debuginfo-0:2.30-73.el8_2.1.s390x", "product_id": "binutils-debuginfo-0:2.30-73.el8_2.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.30-73.el8_2.1?arch=s390x" } } }, { "category": "product_version", "name": "binutils-0:2.30-73.el8_2.1.s390x", "product": { "name": "binutils-0:2.30-73.el8_2.1.s390x", "product_id": "binutils-0:2.30-73.el8_2.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.30-73.el8_2.1?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "binutils-0:2.30-73.el8_2.1.src", "product": { "name": "binutils-0:2.30-73.el8_2.1.src", "product_id": "binutils-0:2.30-73.el8_2.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.30-73.el8_2.1?arch=src" } } } ], "category": "architecture", "name": "src" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-73.el8_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.aarch64" }, "product_reference": "binutils-0:2.30-73.el8_2.1.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-73.el8_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.ppc64le" }, "product_reference": "binutils-0:2.30-73.el8_2.1.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-73.el8_2.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.s390x" }, "product_reference": "binutils-0:2.30-73.el8_2.1.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-73.el8_2.1.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.src" }, "product_reference": "binutils-0:2.30-73.el8_2.1.src", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-73.el8_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.x86_64" }, "product_reference": "binutils-0:2.30-73.el8_2.1.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-73.el8_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.aarch64" }, "product_reference": "binutils-debuginfo-0:2.30-73.el8_2.1.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-73.el8_2.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.i686" }, "product_reference": "binutils-debuginfo-0:2.30-73.el8_2.1.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-73.el8_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.ppc64le" }, "product_reference": "binutils-debuginfo-0:2.30-73.el8_2.1.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-73.el8_2.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.s390x" }, "product_reference": "binutils-debuginfo-0:2.30-73.el8_2.1.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-73.el8_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.x86_64" }, "product_reference": "binutils-debuginfo-0:2.30-73.el8_2.1.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-73.el8_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.aarch64" }, "product_reference": "binutils-debugsource-0:2.30-73.el8_2.1.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-73.el8_2.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.i686" }, "product_reference": "binutils-debugsource-0:2.30-73.el8_2.1.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-73.el8_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.ppc64le" }, "product_reference": "binutils-debugsource-0:2.30-73.el8_2.1.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-73.el8_2.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.s390x" }, "product_reference": "binutils-debugsource-0:2.30-73.el8_2.1.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-73.el8_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.x86_64" }, "product_reference": "binutils-debugsource-0:2.30-73.el8_2.1.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-73.el8_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.aarch64" }, "product_reference": "binutils-devel-0:2.30-73.el8_2.1.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-73.el8_2.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.i686" }, "product_reference": "binutils-devel-0:2.30-73.el8_2.1.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-73.el8_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.ppc64le" }, "product_reference": "binutils-devel-0:2.30-73.el8_2.1.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-73.el8_2.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.s390x" }, "product_reference": "binutils-devel-0:2.30-73.el8_2.1.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-73.el8_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.x86_64" }, "product_reference": "binutils-devel-0:2.30-73.el8_2.1.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-73.el8_2.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.aarch64" }, "product_reference": "binutils-0:2.30-73.el8_2.1.aarch64", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-73.el8_2.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.ppc64le" }, "product_reference": "binutils-0:2.30-73.el8_2.1.ppc64le", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-73.el8_2.1.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.s390x" }, "product_reference": "binutils-0:2.30-73.el8_2.1.s390x", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-73.el8_2.1.src as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.src" }, "product_reference": "binutils-0:2.30-73.el8_2.1.src", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-73.el8_2.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.x86_64" }, "product_reference": "binutils-0:2.30-73.el8_2.1.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-73.el8_2.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.aarch64" }, "product_reference": "binutils-debuginfo-0:2.30-73.el8_2.1.aarch64", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-73.el8_2.1.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.i686" }, "product_reference": "binutils-debuginfo-0:2.30-73.el8_2.1.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-73.el8_2.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.ppc64le" }, "product_reference": "binutils-debuginfo-0:2.30-73.el8_2.1.ppc64le", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-73.el8_2.1.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.s390x" }, "product_reference": "binutils-debuginfo-0:2.30-73.el8_2.1.s390x", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-73.el8_2.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.x86_64" }, "product_reference": "binutils-debuginfo-0:2.30-73.el8_2.1.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-73.el8_2.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.aarch64" }, "product_reference": "binutils-debugsource-0:2.30-73.el8_2.1.aarch64", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-73.el8_2.1.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.i686" }, "product_reference": "binutils-debugsource-0:2.30-73.el8_2.1.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-73.el8_2.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.ppc64le" }, "product_reference": "binutils-debugsource-0:2.30-73.el8_2.1.ppc64le", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-73.el8_2.1.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.s390x" }, "product_reference": "binutils-debugsource-0:2.30-73.el8_2.1.s390x", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-73.el8_2.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.x86_64" }, "product_reference": "binutils-debugsource-0:2.30-73.el8_2.1.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-73.el8_2.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.aarch64" }, "product_reference": "binutils-devel-0:2.30-73.el8_2.1.aarch64", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-73.el8_2.1.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.i686" }, "product_reference": "binutils-devel-0:2.30-73.el8_2.1.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-73.el8_2.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.ppc64le" }, "product_reference": "binutils-devel-0:2.30-73.el8_2.1.ppc64le", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-73.el8_2.1.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.s390x" }, "product_reference": "binutils-devel-0:2.30-73.el8_2.1.s390x", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-73.el8_2.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.x86_64" }, "product_reference": "binutils-devel-0:2.30-73.el8_2.1.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "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.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.src", "AppStream-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.x86_64", "AppStream-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.i686", "AppStream-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.x86_64", "AppStream-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.i686", "AppStream-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.x86_64", "AppStream-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.i686", "AppStream-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.x86_64", "BaseOS-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.aarch64", "BaseOS-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.ppc64le", "BaseOS-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.s390x", "BaseOS-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.src", "BaseOS-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.x86_64", "BaseOS-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.aarch64", "BaseOS-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.i686", "BaseOS-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.ppc64le", "BaseOS-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.s390x", "BaseOS-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.x86_64", "BaseOS-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.aarch64", "BaseOS-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.i686", "BaseOS-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.ppc64le", "BaseOS-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.s390x", "BaseOS-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.x86_64", "BaseOS-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.aarch64", "BaseOS-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.i686", "BaseOS-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.ppc64le", "BaseOS-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.s390x", "BaseOS-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-10T09:52:11+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.src", "AppStream-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.x86_64", "AppStream-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.i686", "AppStream-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.x86_64", "AppStream-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.i686", "AppStream-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.x86_64", "AppStream-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.i686", "AppStream-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.x86_64", "BaseOS-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.aarch64", "BaseOS-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.ppc64le", "BaseOS-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.s390x", "BaseOS-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.src", "BaseOS-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.x86_64", "BaseOS-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.aarch64", "BaseOS-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.i686", "BaseOS-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.ppc64le", "BaseOS-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.s390x", "BaseOS-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.x86_64", "BaseOS-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.aarch64", "BaseOS-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.i686", "BaseOS-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.ppc64le", "BaseOS-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.s390x", "BaseOS-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.x86_64", "BaseOS-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.aarch64", "BaseOS-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.i686", "BaseOS-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.ppc64le", "BaseOS-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.s390x", "BaseOS-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4601" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "AppStream-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.src", "AppStream-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.x86_64", "AppStream-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.i686", "AppStream-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.x86_64", "AppStream-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.i686", "AppStream-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.x86_64", "AppStream-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.i686", "AppStream-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.x86_64", "BaseOS-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.aarch64", "BaseOS-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.ppc64le", "BaseOS-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.s390x", "BaseOS-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.src", "BaseOS-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.x86_64", "BaseOS-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.aarch64", "BaseOS-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.i686", "BaseOS-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.ppc64le", "BaseOS-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.s390x", "BaseOS-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.x86_64", "BaseOS-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.aarch64", "BaseOS-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.i686", "BaseOS-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.ppc64le", "BaseOS-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.s390x", "BaseOS-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.x86_64", "BaseOS-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.aarch64", "BaseOS-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.i686", "BaseOS-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.ppc64le", "BaseOS-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.s390x", "BaseOS-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.src", "AppStream-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.x86_64", "AppStream-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.i686", "AppStream-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.x86_64", "AppStream-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.i686", "AppStream-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.x86_64", "AppStream-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.i686", "AppStream-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.x86_64", "BaseOS-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.aarch64", "BaseOS-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.ppc64le", "BaseOS-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.s390x", "BaseOS-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.src", "BaseOS-8.2.0.Z.EUS:binutils-0:2.30-73.el8_2.1.x86_64", "BaseOS-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.aarch64", "BaseOS-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.i686", "BaseOS-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.ppc64le", "BaseOS-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.s390x", "BaseOS-8.2.0.Z.EUS:binutils-debuginfo-0:2.30-73.el8_2.1.x86_64", "BaseOS-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.aarch64", "BaseOS-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.i686", "BaseOS-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.ppc64le", "BaseOS-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.s390x", "BaseOS-8.2.0.Z.EUS:binutils-debugsource-0:2.30-73.el8_2.1.x86_64", "BaseOS-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.aarch64", "BaseOS-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.i686", "BaseOS-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.ppc64le", "BaseOS-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.s390x", "BaseOS-8.2.0.Z.EUS:binutils-devel-0:2.30-73.el8_2.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
rhsa-2021_4587
Vulnerability from csaf_redhat
Notes
{ "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 gcc 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": "The gcc packages provide compilers for C, C++, Java, Fortran, Objective C, and Ada 95 GNU, as well as related support libraries.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in gcc in order to facilitate detection of BiDi Unicode characters:\n\nThis update implements a new warning option -Wbidirectional to warn about possibly dangerous bidirectional characters.\n\nThere are three levels of warning supported by gcc:\n\"-Wbidirectional=unpaired\", which warns about improperly terminated BiDi contexts. (This is the default.)\n\"-Wbidirectional=none\", which turns the warning off.\n\"-Wbidirectional=any\", which warns about any use of bidirectional characters.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4587", "url": "https://access.redhat.com/errata/RHSA-2021:4587" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4587.json" } ], "title": "Red Hat Security Advisory: gcc security update", "tracking": { "current_release_date": "2024-11-13T23:35:18+00:00", "generator": { "date": "2024-11-13T23:35:18+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2021:4587", "initial_release_date": "2021-11-10T09:59:16+00:00", "revision_history": [ { "date": "2021-11-10T09:59:16+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-10T09:59:16+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T23:35:18+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.5.0.Z.MAIN", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux BaseOS (v. 8)", "product": { "name": "Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:8::baseos" } } }, { "category": "product_name", "name": "Red Hat CodeReady Linux Builder (v. 8)", "product": { "name": "Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::crb" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "cpp-0:8.5.0-4.el8_5.aarch64", "product": { "name": "cpp-0:8.5.0-4.el8_5.aarch64", "product_id": "cpp-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cpp@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-0:8.5.0-4.el8_5.aarch64", "product": { "name": "gcc-0:8.5.0-4.el8_5.aarch64", "product_id": "gcc-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-c++-0:8.5.0-4.el8_5.aarch64", "product": { "name": "gcc-c++-0:8.5.0-4.el8_5.aarch64", "product_id": "gcc-c++-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-c%2B%2B@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-gdb-plugin-0:8.5.0-4.el8_5.aarch64", "product": { "name": "gcc-gdb-plugin-0:8.5.0-4.el8_5.aarch64", "product_id": "gcc-gdb-plugin-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-gdb-plugin@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-gfortran-0:8.5.0-4.el8_5.aarch64", "product": { "name": "gcc-gfortran-0:8.5.0-4.el8_5.aarch64", "product_id": "gcc-gfortran-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-gfortran@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libitm-devel-0:8.5.0-4.el8_5.aarch64", "product": { "name": "libitm-devel-0:8.5.0-4.el8_5.aarch64", "product_id": "libitm-devel-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libitm-devel@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libstdc++-devel-0:8.5.0-4.el8_5.aarch64", "product": { "name": "libstdc++-devel-0:8.5.0-4.el8_5.aarch64", "product_id": "libstdc++-devel-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libstdc%2B%2B-devel@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libstdc++-docs-0:8.5.0-4.el8_5.aarch64", "product": { "name": "libstdc++-docs-0:8.5.0-4.el8_5.aarch64", "product_id": "libstdc++-docs-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libstdc%2B%2B-docs@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-debugsource-0:8.5.0-4.el8_5.aarch64", "product": { "name": "gcc-debugsource-0:8.5.0-4.el8_5.aarch64", "product_id": "gcc-debugsource-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-debugsource@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "cpp-debuginfo-0:8.5.0-4.el8_5.aarch64", "product": { "name": "cpp-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_id": "cpp-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cpp-debuginfo@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.aarch64", "product": { "name": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_id": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-c%2B%2B-debuginfo@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "product": { "name": "gcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_id": "gcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-debuginfo@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.aarch64", "product": { "name": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_id": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-gdb-plugin-debuginfo@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "product": { "name": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_id": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-gfortran-debuginfo@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.aarch64", "product": { "name": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_id": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-plugin-devel-debuginfo@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libasan-debuginfo-0:8.5.0-4.el8_5.aarch64", "product": { "name": "libasan-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_id": "libasan-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan-debuginfo@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libatomic-debuginfo-0:8.5.0-4.el8_5.aarch64", "product": { "name": "libatomic-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_id": "libatomic-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libatomic-debuginfo@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libgcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "product": { "name": "libgcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_id": "libgcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgcc-debuginfo@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libgfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "product": { "name": "libgfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_id": "libgfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgfortran-debuginfo@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libgomp-debuginfo-0:8.5.0-4.el8_5.aarch64", "product": { "name": "libgomp-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_id": "libgomp-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgomp-debuginfo@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libitm-debuginfo-0:8.5.0-4.el8_5.aarch64", "product": { "name": "libitm-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_id": "libitm-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libitm-debuginfo@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "liblsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "product": { "name": "liblsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_id": "liblsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/liblsan-debuginfo@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libstdc++-debuginfo-0:8.5.0-4.el8_5.aarch64", "product": { "name": "libstdc++-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_id": "libstdc++-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libstdc%2B%2B-debuginfo@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libtsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "product": { "name": "libtsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_id": "libtsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libtsan-debuginfo@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libubsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "product": { "name": "libubsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_id": "libubsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libubsan-debuginfo@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libasan-0:8.5.0-4.el8_5.aarch64", "product": { "name": "libasan-0:8.5.0-4.el8_5.aarch64", "product_id": "libasan-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libatomic-0:8.5.0-4.el8_5.aarch64", "product": { "name": "libatomic-0:8.5.0-4.el8_5.aarch64", "product_id": "libatomic-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libatomic@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libatomic-static-0:8.5.0-4.el8_5.aarch64", "product": { "name": "libatomic-static-0:8.5.0-4.el8_5.aarch64", "product_id": "libatomic-static-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libatomic-static@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libgcc-0:8.5.0-4.el8_5.aarch64", "product": { "name": "libgcc-0:8.5.0-4.el8_5.aarch64", "product_id": "libgcc-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgcc@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libgfortran-0:8.5.0-4.el8_5.aarch64", "product": { "name": "libgfortran-0:8.5.0-4.el8_5.aarch64", "product_id": "libgfortran-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgfortran@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libgomp-0:8.5.0-4.el8_5.aarch64", "product": { "name": "libgomp-0:8.5.0-4.el8_5.aarch64", "product_id": "libgomp-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgomp@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libitm-0:8.5.0-4.el8_5.aarch64", "product": { "name": "libitm-0:8.5.0-4.el8_5.aarch64", "product_id": "libitm-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libitm@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "liblsan-0:8.5.0-4.el8_5.aarch64", "product": { "name": "liblsan-0:8.5.0-4.el8_5.aarch64", "product_id": "liblsan-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/liblsan@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libstdc++-0:8.5.0-4.el8_5.aarch64", "product": { "name": "libstdc++-0:8.5.0-4.el8_5.aarch64", "product_id": "libstdc++-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libstdc%2B%2B@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libtsan-0:8.5.0-4.el8_5.aarch64", "product": { "name": "libtsan-0:8.5.0-4.el8_5.aarch64", "product_id": "libtsan-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libtsan@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libubsan-0:8.5.0-4.el8_5.aarch64", "product": { "name": "libubsan-0:8.5.0-4.el8_5.aarch64", "product_id": "libubsan-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libubsan@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-plugin-devel-0:8.5.0-4.el8_5.aarch64", "product": { "name": "gcc-plugin-devel-0:8.5.0-4.el8_5.aarch64", "product_id": "gcc-plugin-devel-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-plugin-devel@8.5.0-4.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libstdc++-static-0:8.5.0-4.el8_5.aarch64", "product": { "name": "libstdc++-static-0:8.5.0-4.el8_5.aarch64", "product_id": "libstdc++-static-0:8.5.0-4.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libstdc%2B%2B-static@8.5.0-4.el8_5?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "cpp-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "cpp-0:8.5.0-4.el8_5.ppc64le", "product_id": "cpp-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cpp@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "gcc-0:8.5.0-4.el8_5.ppc64le", "product_id": "gcc-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-c++-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "gcc-c++-0:8.5.0-4.el8_5.ppc64le", "product_id": "gcc-c++-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-c%2B%2B@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-gdb-plugin-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "gcc-gdb-plugin-0:8.5.0-4.el8_5.ppc64le", "product_id": "gcc-gdb-plugin-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-gdb-plugin@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-gfortran-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "gcc-gfortran-0:8.5.0-4.el8_5.ppc64le", "product_id": "gcc-gfortran-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-gfortran@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "gcc-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "product_id": "gcc-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-offload-nvptx@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libitm-devel-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libitm-devel-0:8.5.0-4.el8_5.ppc64le", "product_id": "libitm-devel-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libitm-devel@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libquadmath-devel-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libquadmath-devel-0:8.5.0-4.el8_5.ppc64le", "product_id": "libquadmath-devel-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libquadmath-devel@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libstdc++-devel-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libstdc++-devel-0:8.5.0-4.el8_5.ppc64le", "product_id": "libstdc++-devel-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libstdc%2B%2B-devel@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libstdc++-docs-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libstdc++-docs-0:8.5.0-4.el8_5.ppc64le", "product_id": "libstdc++-docs-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libstdc%2B%2B-docs@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-debugsource-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "gcc-debugsource-0:8.5.0-4.el8_5.ppc64le", "product_id": "gcc-debugsource-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-debugsource@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "cpp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "cpp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_id": "cpp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cpp-debuginfo@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_id": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-c%2B%2B-debuginfo@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "gcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_id": "gcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-debuginfo@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_id": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-gdb-plugin-debuginfo@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_id": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-gfortran-debuginfo@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_id": "gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-offload-nvptx-debuginfo@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_id": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-plugin-devel-debuginfo@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libasan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libasan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_id": "libasan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan-debuginfo@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libatomic-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libatomic-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_id": "libatomic-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libatomic-debuginfo@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libgcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libgcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_id": "libgcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgcc-debuginfo@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libgfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libgfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_id": "libgfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgfortran-debuginfo@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libgomp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libgomp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_id": "libgomp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgomp-debuginfo@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_id": "libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgomp-offload-nvptx-debuginfo@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libitm-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libitm-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_id": "libitm-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libitm-debuginfo@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "liblsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "liblsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_id": "liblsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/liblsan-debuginfo@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libquadmath-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libquadmath-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_id": "libquadmath-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libquadmath-debuginfo@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libstdc++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libstdc++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_id": "libstdc++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libstdc%2B%2B-debuginfo@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libtsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libtsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_id": "libtsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libtsan-debuginfo@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libubsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libubsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_id": "libubsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libubsan-debuginfo@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libasan-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libasan-0:8.5.0-4.el8_5.ppc64le", "product_id": "libasan-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libatomic-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libatomic-0:8.5.0-4.el8_5.ppc64le", "product_id": "libatomic-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libatomic@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libatomic-static-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libatomic-static-0:8.5.0-4.el8_5.ppc64le", "product_id": "libatomic-static-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libatomic-static@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libgcc-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libgcc-0:8.5.0-4.el8_5.ppc64le", "product_id": "libgcc-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgcc@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libgfortran-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libgfortran-0:8.5.0-4.el8_5.ppc64le", "product_id": "libgfortran-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgfortran@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libgomp-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libgomp-0:8.5.0-4.el8_5.ppc64le", "product_id": "libgomp-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgomp@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libgomp-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libgomp-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "product_id": "libgomp-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgomp-offload-nvptx@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libitm-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libitm-0:8.5.0-4.el8_5.ppc64le", "product_id": "libitm-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libitm@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "liblsan-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "liblsan-0:8.5.0-4.el8_5.ppc64le", "product_id": "liblsan-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/liblsan@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libquadmath-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libquadmath-0:8.5.0-4.el8_5.ppc64le", "product_id": "libquadmath-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libquadmath@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libstdc++-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libstdc++-0:8.5.0-4.el8_5.ppc64le", "product_id": "libstdc++-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libstdc%2B%2B@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libtsan-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libtsan-0:8.5.0-4.el8_5.ppc64le", "product_id": "libtsan-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libtsan@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libubsan-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libubsan-0:8.5.0-4.el8_5.ppc64le", "product_id": "libubsan-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libubsan@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-plugin-devel-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "gcc-plugin-devel-0:8.5.0-4.el8_5.ppc64le", "product_id": "gcc-plugin-devel-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-plugin-devel@8.5.0-4.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libstdc++-static-0:8.5.0-4.el8_5.ppc64le", "product": { "name": "libstdc++-static-0:8.5.0-4.el8_5.ppc64le", "product_id": "libstdc++-static-0:8.5.0-4.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libstdc%2B%2B-static@8.5.0-4.el8_5?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "cpp-0:8.5.0-4.el8_5.x86_64", "product": { "name": "cpp-0:8.5.0-4.el8_5.x86_64", "product_id": "cpp-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cpp@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-0:8.5.0-4.el8_5.x86_64", "product": { "name": "gcc-0:8.5.0-4.el8_5.x86_64", "product_id": "gcc-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-c++-0:8.5.0-4.el8_5.x86_64", "product": { "name": "gcc-c++-0:8.5.0-4.el8_5.x86_64", "product_id": "gcc-c++-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-c%2B%2B@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-gdb-plugin-0:8.5.0-4.el8_5.x86_64", "product": { "name": "gcc-gdb-plugin-0:8.5.0-4.el8_5.x86_64", "product_id": "gcc-gdb-plugin-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-gdb-plugin@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-gfortran-0:8.5.0-4.el8_5.x86_64", "product": { "name": "gcc-gfortran-0:8.5.0-4.el8_5.x86_64", "product_id": "gcc-gfortran-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-gfortran@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "product": { "name": "gcc-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "product_id": "gcc-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-offload-nvptx@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libitm-devel-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libitm-devel-0:8.5.0-4.el8_5.x86_64", "product_id": "libitm-devel-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libitm-devel@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libquadmath-devel-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libquadmath-devel-0:8.5.0-4.el8_5.x86_64", "product_id": "libquadmath-devel-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libquadmath-devel@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libstdc++-devel-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libstdc++-devel-0:8.5.0-4.el8_5.x86_64", "product_id": "libstdc++-devel-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libstdc%2B%2B-devel@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libstdc++-docs-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libstdc++-docs-0:8.5.0-4.el8_5.x86_64", "product_id": "libstdc++-docs-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libstdc%2B%2B-docs@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-debugsource-0:8.5.0-4.el8_5.x86_64", "product": { "name": "gcc-debugsource-0:8.5.0-4.el8_5.x86_64", "product_id": "gcc-debugsource-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-debugsource@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "cpp-debuginfo-0:8.5.0-4.el8_5.x86_64", "product": { "name": "cpp-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_id": "cpp-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cpp-debuginfo@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.x86_64", "product": { "name": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_id": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-c%2B%2B-debuginfo@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "product": { "name": "gcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_id": "gcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-debuginfo@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.x86_64", "product": { "name": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_id": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-gdb-plugin-debuginfo@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "product": { "name": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_id": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-gfortran-debuginfo@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "product": { "name": "gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_id": "gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-offload-nvptx-debuginfo@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.x86_64", "product": { "name": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_id": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-plugin-devel-debuginfo@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libasan-debuginfo-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libasan-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_id": "libasan-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan-debuginfo@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libatomic-debuginfo-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libatomic-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_id": "libatomic-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libatomic-debuginfo@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libgcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libgcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_id": "libgcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgcc-debuginfo@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libgfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libgfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_id": "libgfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgfortran-debuginfo@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libgomp-debuginfo-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libgomp-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_id": "libgomp-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgomp-debuginfo@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_id": "libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgomp-offload-nvptx-debuginfo@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libitm-debuginfo-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libitm-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_id": "libitm-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libitm-debuginfo@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "liblsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "product": { "name": "liblsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_id": "liblsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/liblsan-debuginfo@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libquadmath-debuginfo-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libquadmath-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_id": "libquadmath-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libquadmath-debuginfo@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libstdc++-debuginfo-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libstdc++-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_id": "libstdc++-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libstdc%2B%2B-debuginfo@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libtsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libtsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_id": "libtsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libtsan-debuginfo@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libubsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libubsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_id": "libubsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libubsan-debuginfo@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libasan-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libasan-0:8.5.0-4.el8_5.x86_64", "product_id": "libasan-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libatomic-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libatomic-0:8.5.0-4.el8_5.x86_64", "product_id": "libatomic-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libatomic@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libatomic-static-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libatomic-static-0:8.5.0-4.el8_5.x86_64", "product_id": "libatomic-static-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libatomic-static@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libgcc-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libgcc-0:8.5.0-4.el8_5.x86_64", "product_id": "libgcc-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgcc@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libgfortran-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libgfortran-0:8.5.0-4.el8_5.x86_64", "product_id": "libgfortran-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgfortran@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libgomp-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libgomp-0:8.5.0-4.el8_5.x86_64", "product_id": "libgomp-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgomp@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libgomp-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libgomp-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "product_id": "libgomp-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgomp-offload-nvptx@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libitm-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libitm-0:8.5.0-4.el8_5.x86_64", "product_id": "libitm-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libitm@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "liblsan-0:8.5.0-4.el8_5.x86_64", "product": { "name": "liblsan-0:8.5.0-4.el8_5.x86_64", "product_id": "liblsan-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/liblsan@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libquadmath-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libquadmath-0:8.5.0-4.el8_5.x86_64", "product_id": "libquadmath-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libquadmath@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libstdc++-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libstdc++-0:8.5.0-4.el8_5.x86_64", "product_id": "libstdc++-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libstdc%2B%2B@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libtsan-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libtsan-0:8.5.0-4.el8_5.x86_64", "product_id": "libtsan-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libtsan@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libubsan-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libubsan-0:8.5.0-4.el8_5.x86_64", "product_id": "libubsan-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libubsan@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-plugin-devel-0:8.5.0-4.el8_5.x86_64", "product": { "name": "gcc-plugin-devel-0:8.5.0-4.el8_5.x86_64", "product_id": "gcc-plugin-devel-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-plugin-devel@8.5.0-4.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libstdc++-static-0:8.5.0-4.el8_5.x86_64", "product": { "name": "libstdc++-static-0:8.5.0-4.el8_5.x86_64", "product_id": "libstdc++-static-0:8.5.0-4.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libstdc%2B%2B-static@8.5.0-4.el8_5?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "gcc-gdb-plugin-0:8.5.0-4.el8_5.i686", "product": { "name": "gcc-gdb-plugin-0:8.5.0-4.el8_5.i686", "product_id": "gcc-gdb-plugin-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-gdb-plugin@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libitm-devel-0:8.5.0-4.el8_5.i686", "product": { "name": "libitm-devel-0:8.5.0-4.el8_5.i686", "product_id": "libitm-devel-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libitm-devel@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libquadmath-devel-0:8.5.0-4.el8_5.i686", "product": { "name": "libquadmath-devel-0:8.5.0-4.el8_5.i686", "product_id": "libquadmath-devel-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libquadmath-devel@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libstdc++-devel-0:8.5.0-4.el8_5.i686", "product": { "name": "libstdc++-devel-0:8.5.0-4.el8_5.i686", "product_id": "libstdc++-devel-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libstdc%2B%2B-devel@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-debugsource-0:8.5.0-4.el8_5.i686", "product": { "name": "gcc-debugsource-0:8.5.0-4.el8_5.i686", "product_id": "gcc-debugsource-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-debugsource@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "cpp-debuginfo-0:8.5.0-4.el8_5.i686", "product": { "name": "cpp-debuginfo-0:8.5.0-4.el8_5.i686", "product_id": "cpp-debuginfo-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/cpp-debuginfo@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.i686", "product": { "name": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.i686", "product_id": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-c%2B%2B-debuginfo@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-debuginfo-0:8.5.0-4.el8_5.i686", "product": { "name": "gcc-debuginfo-0:8.5.0-4.el8_5.i686", "product_id": "gcc-debuginfo-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-debuginfo@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.i686", "product": { "name": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.i686", "product_id": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-gdb-plugin-debuginfo@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.i686", "product": { "name": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.i686", "product_id": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-gfortran-debuginfo@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.i686", "product": { "name": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.i686", "product_id": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-plugin-devel-debuginfo@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libasan-debuginfo-0:8.5.0-4.el8_5.i686", "product": { "name": "libasan-debuginfo-0:8.5.0-4.el8_5.i686", "product_id": "libasan-debuginfo-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan-debuginfo@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libatomic-debuginfo-0:8.5.0-4.el8_5.i686", "product": { "name": "libatomic-debuginfo-0:8.5.0-4.el8_5.i686", "product_id": "libatomic-debuginfo-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libatomic-debuginfo@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libgcc-debuginfo-0:8.5.0-4.el8_5.i686", "product": { "name": "libgcc-debuginfo-0:8.5.0-4.el8_5.i686", "product_id": "libgcc-debuginfo-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgcc-debuginfo@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libgfortran-debuginfo-0:8.5.0-4.el8_5.i686", "product": { "name": "libgfortran-debuginfo-0:8.5.0-4.el8_5.i686", "product_id": "libgfortran-debuginfo-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgfortran-debuginfo@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libgomp-debuginfo-0:8.5.0-4.el8_5.i686", "product": { "name": "libgomp-debuginfo-0:8.5.0-4.el8_5.i686", "product_id": "libgomp-debuginfo-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgomp-debuginfo@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libitm-debuginfo-0:8.5.0-4.el8_5.i686", "product": { "name": "libitm-debuginfo-0:8.5.0-4.el8_5.i686", "product_id": "libitm-debuginfo-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libitm-debuginfo@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libquadmath-debuginfo-0:8.5.0-4.el8_5.i686", "product": { "name": "libquadmath-debuginfo-0:8.5.0-4.el8_5.i686", "product_id": "libquadmath-debuginfo-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libquadmath-debuginfo@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libstdc++-debuginfo-0:8.5.0-4.el8_5.i686", "product": { "name": "libstdc++-debuginfo-0:8.5.0-4.el8_5.i686", "product_id": "libstdc++-debuginfo-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libstdc%2B%2B-debuginfo@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libubsan-debuginfo-0:8.5.0-4.el8_5.i686", "product": { "name": "libubsan-debuginfo-0:8.5.0-4.el8_5.i686", "product_id": "libubsan-debuginfo-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libubsan-debuginfo@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libasan-0:8.5.0-4.el8_5.i686", "product": { "name": "libasan-0:8.5.0-4.el8_5.i686", "product_id": "libasan-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libatomic-0:8.5.0-4.el8_5.i686", "product": { "name": "libatomic-0:8.5.0-4.el8_5.i686", "product_id": "libatomic-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libatomic@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libatomic-static-0:8.5.0-4.el8_5.i686", "product": { "name": "libatomic-static-0:8.5.0-4.el8_5.i686", "product_id": "libatomic-static-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libatomic-static@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libgcc-0:8.5.0-4.el8_5.i686", "product": { "name": "libgcc-0:8.5.0-4.el8_5.i686", "product_id": "libgcc-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgcc@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libgfortran-0:8.5.0-4.el8_5.i686", "product": { "name": "libgfortran-0:8.5.0-4.el8_5.i686", "product_id": "libgfortran-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgfortran@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libgomp-0:8.5.0-4.el8_5.i686", "product": { "name": "libgomp-0:8.5.0-4.el8_5.i686", "product_id": "libgomp-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgomp@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libitm-0:8.5.0-4.el8_5.i686", "product": { "name": "libitm-0:8.5.0-4.el8_5.i686", "product_id": "libitm-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libitm@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libquadmath-0:8.5.0-4.el8_5.i686", "product": { "name": "libquadmath-0:8.5.0-4.el8_5.i686", "product_id": "libquadmath-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libquadmath@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libstdc++-0:8.5.0-4.el8_5.i686", "product": { "name": "libstdc++-0:8.5.0-4.el8_5.i686", "product_id": "libstdc++-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libstdc%2B%2B@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libubsan-0:8.5.0-4.el8_5.i686", "product": { "name": "libubsan-0:8.5.0-4.el8_5.i686", "product_id": "libubsan-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libubsan@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-plugin-devel-0:8.5.0-4.el8_5.i686", "product": { "name": "gcc-plugin-devel-0:8.5.0-4.el8_5.i686", "product_id": "gcc-plugin-devel-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-plugin-devel@8.5.0-4.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libstdc++-static-0:8.5.0-4.el8_5.i686", "product": { "name": "libstdc++-static-0:8.5.0-4.el8_5.i686", "product_id": "libstdc++-static-0:8.5.0-4.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libstdc%2B%2B-static@8.5.0-4.el8_5?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "cpp-0:8.5.0-4.el8_5.s390x", "product": { "name": "cpp-0:8.5.0-4.el8_5.s390x", "product_id": "cpp-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cpp@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-0:8.5.0-4.el8_5.s390x", "product": { "name": "gcc-0:8.5.0-4.el8_5.s390x", "product_id": "gcc-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-c++-0:8.5.0-4.el8_5.s390x", "product": { "name": "gcc-c++-0:8.5.0-4.el8_5.s390x", "product_id": "gcc-c++-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-c%2B%2B@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-gdb-plugin-0:8.5.0-4.el8_5.s390x", "product": { "name": "gcc-gdb-plugin-0:8.5.0-4.el8_5.s390x", "product_id": "gcc-gdb-plugin-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-gdb-plugin@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-gfortran-0:8.5.0-4.el8_5.s390x", "product": { "name": "gcc-gfortran-0:8.5.0-4.el8_5.s390x", "product_id": "gcc-gfortran-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-gfortran@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "libitm-devel-0:8.5.0-4.el8_5.s390x", "product": { "name": "libitm-devel-0:8.5.0-4.el8_5.s390x", "product_id": "libitm-devel-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libitm-devel@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "libstdc++-devel-0:8.5.0-4.el8_5.s390x", "product": { "name": "libstdc++-devel-0:8.5.0-4.el8_5.s390x", "product_id": "libstdc++-devel-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libstdc%2B%2B-devel@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "libstdc++-docs-0:8.5.0-4.el8_5.s390x", "product": { "name": "libstdc++-docs-0:8.5.0-4.el8_5.s390x", "product_id": "libstdc++-docs-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libstdc%2B%2B-docs@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-debugsource-0:8.5.0-4.el8_5.s390x", "product": { "name": "gcc-debugsource-0:8.5.0-4.el8_5.s390x", "product_id": "gcc-debugsource-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-debugsource@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "cpp-debuginfo-0:8.5.0-4.el8_5.s390x", "product": { "name": "cpp-debuginfo-0:8.5.0-4.el8_5.s390x", "product_id": "cpp-debuginfo-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cpp-debuginfo@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.s390x", "product": { "name": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.s390x", "product_id": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-c%2B%2B-debuginfo@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-debuginfo-0:8.5.0-4.el8_5.s390x", "product": { "name": "gcc-debuginfo-0:8.5.0-4.el8_5.s390x", "product_id": "gcc-debuginfo-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-debuginfo@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.s390x", "product": { "name": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.s390x", "product_id": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-gdb-plugin-debuginfo@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "product": { "name": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "product_id": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-gfortran-debuginfo@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.s390x", "product": { "name": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.s390x", "product_id": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-plugin-devel-debuginfo@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "libasan-debuginfo-0:8.5.0-4.el8_5.s390x", "product": { "name": "libasan-debuginfo-0:8.5.0-4.el8_5.s390x", "product_id": "libasan-debuginfo-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan-debuginfo@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "libatomic-debuginfo-0:8.5.0-4.el8_5.s390x", "product": { "name": "libatomic-debuginfo-0:8.5.0-4.el8_5.s390x", "product_id": "libatomic-debuginfo-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libatomic-debuginfo@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "libgcc-debuginfo-0:8.5.0-4.el8_5.s390x", "product": { "name": "libgcc-debuginfo-0:8.5.0-4.el8_5.s390x", "product_id": "libgcc-debuginfo-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgcc-debuginfo@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "libgfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "product": { "name": "libgfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "product_id": "libgfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgfortran-debuginfo@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "libgomp-debuginfo-0:8.5.0-4.el8_5.s390x", "product": { "name": "libgomp-debuginfo-0:8.5.0-4.el8_5.s390x", "product_id": "libgomp-debuginfo-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgomp-debuginfo@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "libitm-debuginfo-0:8.5.0-4.el8_5.s390x", "product": { "name": "libitm-debuginfo-0:8.5.0-4.el8_5.s390x", "product_id": "libitm-debuginfo-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libitm-debuginfo@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "libstdc++-debuginfo-0:8.5.0-4.el8_5.s390x", "product": { "name": "libstdc++-debuginfo-0:8.5.0-4.el8_5.s390x", "product_id": "libstdc++-debuginfo-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libstdc%2B%2B-debuginfo@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "libubsan-debuginfo-0:8.5.0-4.el8_5.s390x", "product": { "name": "libubsan-debuginfo-0:8.5.0-4.el8_5.s390x", "product_id": "libubsan-debuginfo-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libubsan-debuginfo@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "libasan-0:8.5.0-4.el8_5.s390x", "product": { "name": "libasan-0:8.5.0-4.el8_5.s390x", "product_id": "libasan-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "libatomic-0:8.5.0-4.el8_5.s390x", "product": { "name": "libatomic-0:8.5.0-4.el8_5.s390x", "product_id": "libatomic-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libatomic@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "libatomic-static-0:8.5.0-4.el8_5.s390x", "product": { "name": "libatomic-static-0:8.5.0-4.el8_5.s390x", "product_id": "libatomic-static-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libatomic-static@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "libgcc-0:8.5.0-4.el8_5.s390x", "product": { "name": "libgcc-0:8.5.0-4.el8_5.s390x", "product_id": "libgcc-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgcc@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "libgfortran-0:8.5.0-4.el8_5.s390x", "product": { "name": "libgfortran-0:8.5.0-4.el8_5.s390x", "product_id": "libgfortran-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgfortran@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "libgomp-0:8.5.0-4.el8_5.s390x", "product": { "name": "libgomp-0:8.5.0-4.el8_5.s390x", "product_id": "libgomp-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libgomp@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "libitm-0:8.5.0-4.el8_5.s390x", "product": { "name": "libitm-0:8.5.0-4.el8_5.s390x", "product_id": "libitm-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libitm@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "libstdc++-0:8.5.0-4.el8_5.s390x", "product": { "name": "libstdc++-0:8.5.0-4.el8_5.s390x", "product_id": "libstdc++-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libstdc%2B%2B@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "libubsan-0:8.5.0-4.el8_5.s390x", "product": { "name": "libubsan-0:8.5.0-4.el8_5.s390x", "product_id": "libubsan-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libubsan@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-plugin-devel-0:8.5.0-4.el8_5.s390x", "product": { "name": "gcc-plugin-devel-0:8.5.0-4.el8_5.s390x", "product_id": "gcc-plugin-devel-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-plugin-devel@8.5.0-4.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "libstdc++-static-0:8.5.0-4.el8_5.s390x", "product": { "name": "libstdc++-static-0:8.5.0-4.el8_5.s390x", "product_id": "libstdc++-static-0:8.5.0-4.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libstdc%2B%2B-static@8.5.0-4.el8_5?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "gcc-0:8.5.0-4.el8_5.src", "product": { "name": "gcc-0:8.5.0-4.el8_5.src", "product_id": "gcc-0:8.5.0-4.el8_5.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc@8.5.0-4.el8_5?arch=src" } } } ], "category": "architecture", "name": "src" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "cpp-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "cpp-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "cpp-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.s390x" }, "product_reference": "cpp-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "cpp-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "cpp-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "cpp-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "cpp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "cpp-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "cpp-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-0:8.5.0-4.el8_5.src as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.src" }, "product_reference": "gcc-0:8.5.0-4.el8_5.src", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-c++-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-c++-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-c++-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-c++-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "gcc-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debugsource-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-debugsource-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debugsource-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.i686" }, "product_reference": "gcc-debugsource-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debugsource-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-debugsource-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debugsource-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-debugsource-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debugsource-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-debugsource-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-gdb-plugin-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.i686" }, "product_reference": "gcc-gdb-plugin-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-gdb-plugin-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-gdb-plugin-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-gdb-plugin-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-gfortran-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-gfortran-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-gfortran-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-gfortran-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-offload-nvptx-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-offload-nvptx-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-plugin-devel-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.i686" }, "product_reference": "gcc-plugin-devel-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-plugin-devel-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-plugin-devel-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-plugin-devel-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libasan-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.i686" }, "product_reference": "libasan-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libasan-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libasan-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libasan-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libasan-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libasan-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libasan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libasan-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libasan-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libatomic-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.i686" }, "product_reference": "libatomic-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libatomic-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libatomic-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libatomic-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libatomic-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libatomic-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libatomic-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libatomic-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libatomic-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-static-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libatomic-static-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-static-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.i686" }, "product_reference": "libatomic-static-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-static-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libatomic-static-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-static-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libatomic-static-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-static-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libatomic-static-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libgcc-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.i686" }, "product_reference": "libgcc-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libgcc-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libgcc-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libgcc-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libgcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libgcc-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libgcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libgcc-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libgcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libgfortran-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.i686" }, "product_reference": "libgfortran-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libgfortran-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libgfortran-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libgfortran-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libgfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libgfortran-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libgfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libgfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libgfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libgomp-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.i686" }, "product_reference": "libgomp-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libgomp-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libgomp-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libgomp-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libgomp-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libgomp-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libgomp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libgomp-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libgomp-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-offload-nvptx-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libgomp-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-offload-nvptx-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libgomp-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libitm-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.i686" }, "product_reference": "libitm-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libitm-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libitm-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libitm-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libitm-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libitm-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libitm-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libitm-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libitm-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-devel-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libitm-devel-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-devel-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.i686" }, "product_reference": "libitm-devel-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-devel-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libitm-devel-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-devel-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libitm-devel-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-devel-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libitm-devel-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "liblsan-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "liblsan-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "liblsan-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "liblsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "liblsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "liblsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.i686" }, "product_reference": "libquadmath-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libquadmath-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libquadmath-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libquadmath-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libquadmath-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libquadmath-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-devel-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.i686" }, "product_reference": "libquadmath-devel-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-devel-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libquadmath-devel-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-devel-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libquadmath-devel-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libstdc++-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.i686" }, "product_reference": "libstdc++-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libstdc++-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libstdc++-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libstdc++-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libstdc++-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libstdc++-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libstdc++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libstdc++-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libstdc++-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-devel-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libstdc++-devel-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-devel-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.i686" }, "product_reference": "libstdc++-devel-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-devel-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libstdc++-devel-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-devel-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libstdc++-devel-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-devel-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libstdc++-devel-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-docs-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libstdc++-docs-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-docs-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libstdc++-docs-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-docs-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libstdc++-docs-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-docs-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libstdc++-docs-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-static-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libstdc++-static-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-static-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.i686" }, "product_reference": "libstdc++-static-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-static-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libstdc++-static-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-static-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libstdc++-static-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-static-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libstdc++-static-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libtsan-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libtsan-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libtsan-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libtsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libtsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libtsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libubsan-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.i686" }, "product_reference": "libubsan-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libubsan-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libubsan-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libubsan-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libubsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libubsan-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libubsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libubsan-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libubsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "cpp-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "cpp-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.s390x" }, "product_reference": "cpp-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "cpp-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "cpp-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "cpp-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "cpp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "cpp-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "cpp-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-0:8.5.0-4.el8_5.src as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.src" }, "product_reference": "gcc-0:8.5.0-4.el8_5.src", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-c++-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-c++-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-c++-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-c++-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "gcc-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debugsource-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-debugsource-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debugsource-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.i686" }, "product_reference": "gcc-debugsource-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debugsource-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-debugsource-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debugsource-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-debugsource-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debugsource-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-debugsource-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-gdb-plugin-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.i686" }, "product_reference": "gcc-gdb-plugin-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-gdb-plugin-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-gdb-plugin-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-gdb-plugin-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-gfortran-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-gfortran-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-gfortran-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-gfortran-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-offload-nvptx-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-offload-nvptx-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-plugin-devel-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.i686" }, "product_reference": "gcc-plugin-devel-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-plugin-devel-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-plugin-devel-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-plugin-devel-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libasan-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.i686" }, "product_reference": "libasan-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libasan-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libasan-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libasan-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libasan-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libasan-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libasan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libasan-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libasan-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libatomic-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.i686" }, "product_reference": "libatomic-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libatomic-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libatomic-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libatomic-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libatomic-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libatomic-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libatomic-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libatomic-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libatomic-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-static-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libatomic-static-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-static-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.i686" }, "product_reference": "libatomic-static-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-static-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libatomic-static-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-static-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libatomic-static-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-static-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libatomic-static-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libgcc-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.i686" }, "product_reference": "libgcc-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libgcc-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libgcc-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libgcc-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libgcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libgcc-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libgcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libgcc-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libgcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libgfortran-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.i686" }, "product_reference": "libgfortran-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libgfortran-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libgfortran-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libgfortran-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libgfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libgfortran-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libgfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libgfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libgfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libgomp-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.i686" }, "product_reference": "libgomp-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libgomp-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libgomp-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libgomp-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libgomp-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libgomp-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libgomp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libgomp-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libgomp-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-offload-nvptx-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libgomp-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-offload-nvptx-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libgomp-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libitm-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.i686" }, "product_reference": "libitm-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libitm-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libitm-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libitm-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libitm-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libitm-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libitm-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libitm-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libitm-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-devel-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libitm-devel-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-devel-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.i686" }, "product_reference": "libitm-devel-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-devel-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libitm-devel-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-devel-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libitm-devel-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-devel-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libitm-devel-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "liblsan-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "liblsan-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "liblsan-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "liblsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "liblsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "liblsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.i686" }, "product_reference": "libquadmath-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libquadmath-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libquadmath-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libquadmath-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libquadmath-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libquadmath-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-devel-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.i686" }, "product_reference": "libquadmath-devel-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-devel-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libquadmath-devel-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-devel-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libquadmath-devel-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libstdc++-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.i686" }, "product_reference": "libstdc++-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libstdc++-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libstdc++-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libstdc++-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libstdc++-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libstdc++-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libstdc++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libstdc++-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libstdc++-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-devel-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libstdc++-devel-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-devel-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.i686" }, "product_reference": "libstdc++-devel-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-devel-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libstdc++-devel-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-devel-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libstdc++-devel-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-devel-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libstdc++-devel-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-docs-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libstdc++-docs-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-docs-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libstdc++-docs-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-docs-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libstdc++-docs-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-docs-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libstdc++-docs-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-static-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libstdc++-static-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-static-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.i686" }, "product_reference": "libstdc++-static-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-static-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libstdc++-static-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-static-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libstdc++-static-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-static-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libstdc++-static-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libtsan-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libtsan-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libtsan-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libtsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libtsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libtsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libubsan-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.i686" }, "product_reference": "libubsan-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libubsan-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libubsan-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libubsan-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libubsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libubsan-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libubsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libubsan-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libubsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "cpp-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "cpp-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.s390x" }, "product_reference": "cpp-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "cpp-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "cpp-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "cpp-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "cpp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "cpp-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cpp-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "cpp-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-0:8.5.0-4.el8_5.src as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.src" }, "product_reference": "gcc-0:8.5.0-4.el8_5.src", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-c++-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-c++-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-c++-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-c++-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-c++-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "gcc-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debugsource-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-debugsource-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debugsource-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.i686" }, "product_reference": "gcc-debugsource-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debugsource-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-debugsource-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debugsource-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-debugsource-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-debugsource-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-debugsource-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-gdb-plugin-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.i686" }, "product_reference": "gcc-gdb-plugin-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-gdb-plugin-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-gdb-plugin-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-gdb-plugin-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-gfortran-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-gfortran-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-gfortran-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-gfortran-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-offload-nvptx-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-offload-nvptx-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-plugin-devel-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.i686" }, "product_reference": "gcc-plugin-devel-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-plugin-devel-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-plugin-devel-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-plugin-devel-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libasan-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.i686" }, "product_reference": "libasan-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libasan-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libasan-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libasan-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libasan-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libasan-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libasan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libasan-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libasan-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libatomic-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.i686" }, "product_reference": "libatomic-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libatomic-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libatomic-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libatomic-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libatomic-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libatomic-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libatomic-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libatomic-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libatomic-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-static-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libatomic-static-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-static-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.i686" }, "product_reference": "libatomic-static-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-static-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libatomic-static-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-static-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libatomic-static-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libatomic-static-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libatomic-static-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libgcc-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.i686" }, "product_reference": "libgcc-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libgcc-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libgcc-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libgcc-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libgcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libgcc-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libgcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libgcc-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgcc-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libgcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libgfortran-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.i686" }, "product_reference": "libgfortran-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libgfortran-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libgfortran-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libgfortran-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libgfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libgfortran-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libgfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libgfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgfortran-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libgfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libgomp-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.i686" }, "product_reference": "libgomp-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libgomp-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libgomp-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libgomp-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libgomp-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libgomp-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libgomp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libgomp-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libgomp-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-offload-nvptx-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libgomp-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-offload-nvptx-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libgomp-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libitm-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.i686" }, "product_reference": "libitm-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libitm-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libitm-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libitm-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libitm-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libitm-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libitm-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libitm-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libitm-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-devel-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libitm-devel-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-devel-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.i686" }, "product_reference": "libitm-devel-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-devel-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libitm-devel-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-devel-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libitm-devel-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libitm-devel-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libitm-devel-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "liblsan-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "liblsan-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "liblsan-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "liblsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "liblsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "liblsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.i686" }, "product_reference": "libquadmath-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libquadmath-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libquadmath-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libquadmath-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libquadmath-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libquadmath-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-devel-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.i686" }, "product_reference": "libquadmath-devel-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-devel-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libquadmath-devel-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libquadmath-devel-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libquadmath-devel-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libstdc++-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.i686" }, "product_reference": "libstdc++-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libstdc++-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libstdc++-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libstdc++-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libstdc++-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libstdc++-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libstdc++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libstdc++-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libstdc++-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-devel-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libstdc++-devel-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-devel-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.i686" }, "product_reference": "libstdc++-devel-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-devel-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libstdc++-devel-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-devel-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libstdc++-devel-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-devel-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libstdc++-devel-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-docs-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libstdc++-docs-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-docs-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libstdc++-docs-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-docs-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libstdc++-docs-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-docs-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libstdc++-docs-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-static-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libstdc++-static-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-static-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.i686" }, "product_reference": "libstdc++-static-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-static-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libstdc++-static-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-static-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libstdc++-static-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libstdc++-static-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libstdc++-static-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libtsan-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libtsan-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libtsan-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libtsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libtsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libtsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libubsan-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.i686" }, "product_reference": "libubsan-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libubsan-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libubsan-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libubsan-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-debuginfo-0:8.5.0-4.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.aarch64" }, "product_reference": "libubsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-debuginfo-0:8.5.0-4.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.i686" }, "product_reference": "libubsan-debuginfo-0:8.5.0-4.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-debuginfo-0:8.5.0-4.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.ppc64le" }, "product_reference": "libubsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-debuginfo-0:8.5.0-4.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.s390x" }, "product_reference": "libubsan-debuginfo-0:8.5.0-4.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan-debuginfo-0:8.5.0-4.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.x86_64" }, "product_reference": "libubsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "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.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.src", "AppStream-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.src", "BaseOS-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.src", "CRB-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-10T09:59:16+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.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.src", "AppStream-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.src", "BaseOS-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.src", "CRB-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4587" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "AppStream-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.src", "AppStream-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.src", "BaseOS-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.src", "CRB-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.src", "AppStream-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.src", "BaseOS-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:cpp-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:cpp-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.src", "CRB-8.5.0.Z.MAIN:gcc-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-c++-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-c++-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-debugsource-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-gdb-plugin-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-gfortran-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-gfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-plugin-devel-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libasan-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libasan-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libatomic-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libatomic-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libatomic-static-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libgcc-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libgcc-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libgfortran-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libgfortran-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libgomp-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libgomp-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgomp-offload-nvptx-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libgomp-offload-nvptx-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libitm-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libitm-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libitm-devel-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:liblsan-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:liblsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libquadmath-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libquadmath-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libquadmath-devel-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libstdc++-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libstdc++-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libstdc++-devel-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libstdc++-docs-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libstdc++-static-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libtsan-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libtsan-debuginfo-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libubsan-0:8.5.0-4.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.i686", "CRB-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libubsan-debuginfo-0:8.5.0-4.el8_5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
rhsa-2021:4598
Vulnerability from csaf_redhat
Notes
{ "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 annobin is now available for Red Hat Enterprise Linux 8.4 Extended Update Support.\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": "Annobin provides a compiler plugin to annotate and tools to examine compiled binary files.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in annobin in order to facilitate detection of BiDi Unicode characters:\n\nThis update of annobin adds a new annocheck test to detect the presence of multibyte characters in symbol names.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4598", "url": "https://access.redhat.com/errata/RHSA-2021:4598" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4598.json" } ], "title": "Red Hat Security Advisory: annobin security update", "tracking": { "current_release_date": "2025-09-25T12:35:47+00:00", "generator": { "date": "2025-09-25T12:35:47+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.8" } }, "id": "RHSA-2021:4598", "initial_release_date": "2021-11-10T10:26:15+00:00", "revision_history": [ { "date": "2021-11-10T10:26:15+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-10T10:26:15+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-25T12:35:47+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:8.4::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "annobin-0:9.50-1.el8_4.1.src", "product": { "name": "annobin-0:9.50-1.el8_4.1.src", "product_id": "annobin-0:9.50-1.el8_4.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin@9.50-1.el8_4.1?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "annobin-0:9.50-1.el8_4.1.aarch64", "product": { "name": "annobin-0:9.50-1.el8_4.1.aarch64", "product_id": "annobin-0:9.50-1.el8_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin@9.50-1.el8_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "annobin-annocheck-0:9.50-1.el8_4.1.aarch64", "product": { "name": "annobin-annocheck-0:9.50-1.el8_4.1.aarch64", "product_id": "annobin-annocheck-0:9.50-1.el8_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-annocheck@9.50-1.el8_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "annobin-debugsource-0:9.50-1.el8_4.1.aarch64", "product": { "name": "annobin-debugsource-0:9.50-1.el8_4.1.aarch64", "product_id": "annobin-debugsource-0:9.50-1.el8_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debugsource@9.50-1.el8_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.aarch64", "product": { "name": "annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.aarch64", "product_id": "annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-annocheck-debuginfo@9.50-1.el8_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "annobin-debuginfo-0:9.50-1.el8_4.1.aarch64", "product": { "name": "annobin-debuginfo-0:9.50-1.el8_4.1.aarch64", "product_id": "annobin-debuginfo-0:9.50-1.el8_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debuginfo@9.50-1.el8_4.1?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "annobin-0:9.50-1.el8_4.1.ppc64le", "product": { "name": "annobin-0:9.50-1.el8_4.1.ppc64le", "product_id": "annobin-0:9.50-1.el8_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin@9.50-1.el8_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "annobin-annocheck-0:9.50-1.el8_4.1.ppc64le", "product": { "name": "annobin-annocheck-0:9.50-1.el8_4.1.ppc64le", "product_id": "annobin-annocheck-0:9.50-1.el8_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-annocheck@9.50-1.el8_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "annobin-debugsource-0:9.50-1.el8_4.1.ppc64le", "product": { "name": "annobin-debugsource-0:9.50-1.el8_4.1.ppc64le", "product_id": "annobin-debugsource-0:9.50-1.el8_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debugsource@9.50-1.el8_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.ppc64le", "product": { "name": "annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.ppc64le", "product_id": "annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-annocheck-debuginfo@9.50-1.el8_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "annobin-debuginfo-0:9.50-1.el8_4.1.ppc64le", "product": { "name": "annobin-debuginfo-0:9.50-1.el8_4.1.ppc64le", "product_id": "annobin-debuginfo-0:9.50-1.el8_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debuginfo@9.50-1.el8_4.1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "annobin-0:9.50-1.el8_4.1.x86_64", "product": { "name": "annobin-0:9.50-1.el8_4.1.x86_64", "product_id": "annobin-0:9.50-1.el8_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin@9.50-1.el8_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "annobin-annocheck-0:9.50-1.el8_4.1.x86_64", "product": { "name": "annobin-annocheck-0:9.50-1.el8_4.1.x86_64", "product_id": "annobin-annocheck-0:9.50-1.el8_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-annocheck@9.50-1.el8_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "annobin-debugsource-0:9.50-1.el8_4.1.x86_64", "product": { "name": "annobin-debugsource-0:9.50-1.el8_4.1.x86_64", "product_id": "annobin-debugsource-0:9.50-1.el8_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debugsource@9.50-1.el8_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.x86_64", "product": { "name": "annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.x86_64", "product_id": "annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-annocheck-debuginfo@9.50-1.el8_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "annobin-debuginfo-0:9.50-1.el8_4.1.x86_64", "product": { "name": "annobin-debuginfo-0:9.50-1.el8_4.1.x86_64", "product_id": "annobin-debuginfo-0:9.50-1.el8_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debuginfo@9.50-1.el8_4.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "annobin-0:9.50-1.el8_4.1.s390x", "product": { "name": "annobin-0:9.50-1.el8_4.1.s390x", "product_id": "annobin-0:9.50-1.el8_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin@9.50-1.el8_4.1?arch=s390x" } } }, { "category": "product_version", "name": "annobin-annocheck-0:9.50-1.el8_4.1.s390x", "product": { "name": "annobin-annocheck-0:9.50-1.el8_4.1.s390x", "product_id": "annobin-annocheck-0:9.50-1.el8_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-annocheck@9.50-1.el8_4.1?arch=s390x" } } }, { "category": "product_version", "name": "annobin-debugsource-0:9.50-1.el8_4.1.s390x", "product": { "name": "annobin-debugsource-0:9.50-1.el8_4.1.s390x", "product_id": "annobin-debugsource-0:9.50-1.el8_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debugsource@9.50-1.el8_4.1?arch=s390x" } } }, { "category": "product_version", "name": "annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.s390x", "product": { "name": "annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.s390x", "product_id": "annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-annocheck-debuginfo@9.50-1.el8_4.1?arch=s390x" } } }, { "category": "product_version", "name": "annobin-debuginfo-0:9.50-1.el8_4.1.s390x", "product": { "name": "annobin-debuginfo-0:9.50-1.el8_4.1.s390x", "product_id": "annobin-debuginfo-0:9.50-1.el8_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debuginfo@9.50-1.el8_4.1?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "annobin-0:9.50-1.el8_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:annobin-0:9.50-1.el8_4.1.aarch64" }, "product_reference": "annobin-0:9.50-1.el8_4.1.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-0:9.50-1.el8_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:annobin-0:9.50-1.el8_4.1.ppc64le" }, "product_reference": "annobin-0:9.50-1.el8_4.1.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-0:9.50-1.el8_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:annobin-0:9.50-1.el8_4.1.s390x" }, "product_reference": "annobin-0:9.50-1.el8_4.1.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-0:9.50-1.el8_4.1.src as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:annobin-0:9.50-1.el8_4.1.src" }, "product_reference": "annobin-0:9.50-1.el8_4.1.src", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-0:9.50-1.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:annobin-0:9.50-1.el8_4.1.x86_64" }, "product_reference": "annobin-0:9.50-1.el8_4.1.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-annocheck-0:9.50-1.el8_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:annobin-annocheck-0:9.50-1.el8_4.1.aarch64" }, "product_reference": "annobin-annocheck-0:9.50-1.el8_4.1.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-annocheck-0:9.50-1.el8_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:annobin-annocheck-0:9.50-1.el8_4.1.ppc64le" }, "product_reference": "annobin-annocheck-0:9.50-1.el8_4.1.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-annocheck-0:9.50-1.el8_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:annobin-annocheck-0:9.50-1.el8_4.1.s390x" }, "product_reference": "annobin-annocheck-0:9.50-1.el8_4.1.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-annocheck-0:9.50-1.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:annobin-annocheck-0:9.50-1.el8_4.1.x86_64" }, "product_reference": "annobin-annocheck-0:9.50-1.el8_4.1.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.aarch64" }, "product_reference": "annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.ppc64le" }, "product_reference": "annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.s390x" }, "product_reference": "annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.x86_64" }, "product_reference": "annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debuginfo-0:9.50-1.el8_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:annobin-debuginfo-0:9.50-1.el8_4.1.aarch64" }, "product_reference": "annobin-debuginfo-0:9.50-1.el8_4.1.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debuginfo-0:9.50-1.el8_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:annobin-debuginfo-0:9.50-1.el8_4.1.ppc64le" }, "product_reference": "annobin-debuginfo-0:9.50-1.el8_4.1.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debuginfo-0:9.50-1.el8_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:annobin-debuginfo-0:9.50-1.el8_4.1.s390x" }, "product_reference": "annobin-debuginfo-0:9.50-1.el8_4.1.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debuginfo-0:9.50-1.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:annobin-debuginfo-0:9.50-1.el8_4.1.x86_64" }, "product_reference": "annobin-debuginfo-0:9.50-1.el8_4.1.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debugsource-0:9.50-1.el8_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:annobin-debugsource-0:9.50-1.el8_4.1.aarch64" }, "product_reference": "annobin-debugsource-0:9.50-1.el8_4.1.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debugsource-0:9.50-1.el8_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:annobin-debugsource-0:9.50-1.el8_4.1.ppc64le" }, "product_reference": "annobin-debugsource-0:9.50-1.el8_4.1.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debugsource-0:9.50-1.el8_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:annobin-debugsource-0:9.50-1.el8_4.1.s390x" }, "product_reference": "annobin-debugsource-0:9.50-1.el8_4.1.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debugsource-0:9.50-1.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:annobin-debugsource-0:9.50-1.el8_4.1.x86_64" }, "product_reference": "annobin-debugsource-0:9.50-1.el8_4.1.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "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.4.0.Z.EUS:annobin-0:9.50-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:annobin-0:9.50-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:annobin-0:9.50-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:annobin-0:9.50-1.el8_4.1.src", "AppStream-8.4.0.Z.EUS:annobin-0:9.50-1.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:annobin-annocheck-0:9.50-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:annobin-annocheck-0:9.50-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:annobin-annocheck-0:9.50-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:annobin-annocheck-0:9.50-1.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:annobin-debuginfo-0:9.50-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:annobin-debuginfo-0:9.50-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:annobin-debuginfo-0:9.50-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:annobin-debuginfo-0:9.50-1.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:annobin-debugsource-0:9.50-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:annobin-debugsource-0:9.50-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:annobin-debugsource-0:9.50-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:annobin-debugsource-0:9.50-1.el8_4.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-10T10:26:15+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.4.0.Z.EUS:annobin-0:9.50-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:annobin-0:9.50-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:annobin-0:9.50-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:annobin-0:9.50-1.el8_4.1.src", "AppStream-8.4.0.Z.EUS:annobin-0:9.50-1.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:annobin-annocheck-0:9.50-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:annobin-annocheck-0:9.50-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:annobin-annocheck-0:9.50-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:annobin-annocheck-0:9.50-1.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:annobin-debuginfo-0:9.50-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:annobin-debuginfo-0:9.50-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:annobin-debuginfo-0:9.50-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:annobin-debuginfo-0:9.50-1.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:annobin-debugsource-0:9.50-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:annobin-debugsource-0:9.50-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:annobin-debugsource-0:9.50-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:annobin-debugsource-0:9.50-1.el8_4.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4598" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "AppStream-8.4.0.Z.EUS:annobin-0:9.50-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:annobin-0:9.50-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:annobin-0:9.50-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:annobin-0:9.50-1.el8_4.1.src", "AppStream-8.4.0.Z.EUS:annobin-0:9.50-1.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:annobin-annocheck-0:9.50-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:annobin-annocheck-0:9.50-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:annobin-annocheck-0:9.50-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:annobin-annocheck-0:9.50-1.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:annobin-debuginfo-0:9.50-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:annobin-debuginfo-0:9.50-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:annobin-debuginfo-0:9.50-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:annobin-debuginfo-0:9.50-1.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:annobin-debugsource-0:9.50-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:annobin-debugsource-0:9.50-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:annobin-debugsource-0:9.50-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:annobin-debugsource-0:9.50-1.el8_4.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.4.0.Z.EUS:annobin-0:9.50-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:annobin-0:9.50-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:annobin-0:9.50-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:annobin-0:9.50-1.el8_4.1.src", "AppStream-8.4.0.Z.EUS:annobin-0:9.50-1.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:annobin-annocheck-0:9.50-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:annobin-annocheck-0:9.50-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:annobin-annocheck-0:9.50-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:annobin-annocheck-0:9.50-1.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:annobin-debuginfo-0:9.50-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:annobin-debuginfo-0:9.50-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:annobin-debuginfo-0:9.50-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:annobin-debuginfo-0:9.50-1.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:annobin-debugsource-0:9.50-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:annobin-debugsource-0:9.50-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:annobin-debugsource-0:9.50-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:annobin-debugsource-0:9.50-1.el8_4.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
rhsa-2021_4586
Vulnerability from csaf_redhat
Notes
{ "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 gcc-toolset-11-gcc 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": "The gcc packages provide compilers for C, C++, Java, Fortran, Objective C, and Ada 95 GNU, as well as related support libraries.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in gcc in order to facilitate detection of BiDi Unicode characters:\n\nThis update implements a new warning option -Wbidirectional to warn about possibly dangerous bidirectional characters.\n\nThere are three levels of warning supported by gcc:\n\"-Wbidirectional=unpaired\", which warns about improperly terminated BiDi contexts. (This is the default.)\n\"-Wbidirectional=none\", which turns the warning off.\n\"-Wbidirectional=any\", which warns about any use of bidirectional characters.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4586", "url": "https://access.redhat.com/errata/RHSA-2021:4586" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4586.json" } ], "title": "Red Hat Security Advisory: gcc-toolset-11-gcc security update", "tracking": { "current_release_date": "2024-11-13T23:34:29+00:00", "generator": { "date": "2024-11-13T23:34:29+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2021:4586", "initial_release_date": "2021-11-10T09:20:18+00:00", "revision_history": [ { "date": "2021-11-10T09:20:18+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-10T09:20:18+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T23:34:29+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.5.0.Z.MAIN", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.src", "product": { "name": "gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.src", "product_id": "gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc@11.2.1-1.2.el8_5?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc@11.2.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-c%2B%2B@11.2.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-gdb-plugin@11.2.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-gfortran@11.2.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-plugin-devel@11.2.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libasan-devel@11.2.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libatomic-devel@11.2.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libgccjit@11.2.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libgccjit-devel@11.2.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libgccjit-docs@11.2.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libitm-devel@11.2.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-liblsan-devel@11.2.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libstdc%2B%2B-devel@11.2.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libstdc%2B%2B-docs@11.2.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libtsan-devel@11.2.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libubsan-devel@11.2.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libasan6-0:11.2.1-1.2.el8_5.aarch64", "product": { "name": "libasan6-0:11.2.1-1.2.el8_5.aarch64", "product_id": "libasan6-0:11.2.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6@11.2.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-c%2B%2B-debuginfo@11.2.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-debuginfo@11.2.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-gdb-plugin-debuginfo@11.2.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-gfortran-debuginfo@11.2.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-plugin-devel-debuginfo@11.2.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libgccjit-debuginfo@11.2.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libasan6-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "product": { "name": "libasan6-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "product_id": "libasan6-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6-debuginfo@11.2.1-1.2.el8_5?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc@11.2.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-c%2B%2B@11.2.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-gdb-plugin@11.2.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-gfortran@11.2.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-plugin-devel@11.2.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libasan-devel@11.2.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libatomic-devel@11.2.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libgccjit@11.2.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libgccjit-devel@11.2.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libgccjit-docs@11.2.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libitm-devel@11.2.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-liblsan-devel@11.2.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libquadmath-devel@11.2.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libstdc%2B%2B-devel@11.2.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libstdc%2B%2B-docs@11.2.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libtsan-devel@11.2.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libubsan-devel@11.2.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libasan6-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "libasan6-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "libasan6-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6@11.2.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-c%2B%2B-debuginfo@11.2.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-debuginfo@11.2.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-gdb-plugin-debuginfo@11.2.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-gfortran-debuginfo@11.2.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-plugin-devel-debuginfo@11.2.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libgccjit-debuginfo@11.2.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-offload-nvptx-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-11-offload-nvptx-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-11-offload-nvptx-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-offload-nvptx-debuginfo@11.2.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libasan6-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "libasan6-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "libasan6-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6-debuginfo@11.2.1-1.2.el8_5?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc@11.2.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-c%2B%2B@11.2.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-gdb-plugin@11.2.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-gfortran@11.2.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-plugin-devel@11.2.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libasan-devel@11.2.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libatomic-devel@11.2.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libgccjit@11.2.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libgccjit-devel@11.2.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libgccjit-docs@11.2.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libitm-devel@11.2.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-liblsan-devel@11.2.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libquadmath-devel@11.2.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libstdc%2B%2B-devel@11.2.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libstdc%2B%2B-docs@11.2.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libtsan-devel@11.2.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libubsan-devel@11.2.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libasan6-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "libasan6-0:11.2.1-1.2.el8_5.x86_64", "product_id": "libasan6-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6@11.2.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-c%2B%2B-debuginfo@11.2.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-debuginfo@11.2.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-gdb-plugin-debuginfo@11.2.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-gfortran-debuginfo@11.2.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-plugin-devel-debuginfo@11.2.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libgccjit-debuginfo@11.2.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-offload-nvptx-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-11-offload-nvptx-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-11-offload-nvptx-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-offload-nvptx-debuginfo@11.2.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libasan6-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "libasan6-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "product_id": "libasan6-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6-debuginfo@11.2.1-1.2.el8_5?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.i686", "product_id": "gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-plugin-devel@11.2.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.i686", "product_id": "gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libasan-devel@11.2.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.i686", "product_id": "gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libatomic-devel@11.2.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.i686", "product_id": "gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libgccjit-devel@11.2.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.i686", "product_id": "gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libitm-devel@11.2.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.i686", "product_id": "gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libquadmath-devel@11.2.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.i686", "product_id": "gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libstdc%2B%2B-devel@11.2.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.i686", "product_id": "gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libubsan-devel@11.2.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libasan6-0:11.2.1-1.2.el8_5.i686", "product": { "name": "libasan6-0:11.2.1-1.2.el8_5.i686", "product_id": "libasan6-0:11.2.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6@11.2.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.i686", "product_id": "gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-c%2B%2B-debuginfo@11.2.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.i686", "product_id": "gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-debuginfo@11.2.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.i686", "product_id": "gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-gdb-plugin-debuginfo@11.2.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.i686", "product_id": "gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-gfortran-debuginfo@11.2.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.i686", "product_id": "gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-plugin-devel-debuginfo@11.2.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.i686", "product_id": "gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libgccjit-debuginfo@11.2.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libasan6-debuginfo-0:11.2.1-1.2.el8_5.i686", "product": { "name": "libasan6-debuginfo-0:11.2.1-1.2.el8_5.i686", "product_id": "libasan6-debuginfo-0:11.2.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6-debuginfo@11.2.1-1.2.el8_5?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc@11.2.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-c%2B%2B@11.2.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-gdb-plugin@11.2.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-gfortran@11.2.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-plugin-devel@11.2.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libasan-devel@11.2.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libatomic-devel@11.2.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libgccjit@11.2.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libgccjit-devel@11.2.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libgccjit-docs@11.2.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libitm-devel@11.2.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libstdc%2B%2B-devel@11.2.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libstdc%2B%2B-docs@11.2.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libubsan-devel@11.2.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "libasan6-0:11.2.1-1.2.el8_5.s390x", "product": { "name": "libasan6-0:11.2.1-1.2.el8_5.s390x", "product_id": "libasan6-0:11.2.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6@11.2.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-c%2B%2B-debuginfo@11.2.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-debuginfo@11.2.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-gdb-plugin-debuginfo@11.2.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-gfortran-debuginfo@11.2.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-plugin-devel-debuginfo@11.2.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libgccjit-debuginfo@11.2.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "libasan6-debuginfo-0:11.2.1-1.2.el8_5.s390x", "product": { "name": "libasan6-debuginfo-0:11.2.1-1.2.el8_5.s390x", "product_id": "libasan6-debuginfo-0:11.2.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6-debuginfo@11.2.1-1.2.el8_5?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.src as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.src" }, "product_reference": "gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.src", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-offload-nvptx-debuginfo-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-offload-nvptx-debuginfo-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-11-offload-nvptx-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-offload-nvptx-debuginfo-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-offload-nvptx-debuginfo-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-11-offload-nvptx-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:11.2.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan6-0:11.2.1-1.2.el8_5.aarch64" }, "product_reference": "libasan6-0:11.2.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:11.2.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan6-0:11.2.1-1.2.el8_5.i686" }, "product_reference": "libasan6-0:11.2.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan6-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "libasan6-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:11.2.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan6-0:11.2.1-1.2.el8_5.s390x" }, "product_reference": "libasan6-0:11.2.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan6-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "libasan6-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-debuginfo-0:11.2.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:11.2.1-1.2.el8_5.aarch64" }, "product_reference": "libasan6-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-debuginfo-0:11.2.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:11.2.1-1.2.el8_5.i686" }, "product_reference": "libasan6-debuginfo-0:11.2.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-debuginfo-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "libasan6-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-debuginfo-0:11.2.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:11.2.1-1.2.el8_5.s390x" }, "product_reference": "libasan6-debuginfo-0:11.2.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-debuginfo-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "libasan6-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "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.5.0.Z.MAIN:gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.src", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-offload-nvptx-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-offload-nvptx-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libasan6-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libasan6-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libasan6-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libasan6-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libasan6-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:11.2.1-1.2.el8_5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-10T09:20:18+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.5.0.Z.MAIN:gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.src", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-offload-nvptx-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-offload-nvptx-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libasan6-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libasan6-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libasan6-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libasan6-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libasan6-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:11.2.1-1.2.el8_5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4586" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.src", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-offload-nvptx-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-offload-nvptx-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libasan6-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libasan6-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libasan6-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libasan6-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libasan6-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:11.2.1-1.2.el8_5.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.src", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-offload-nvptx-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-offload-nvptx-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libasan6-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libasan6-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libasan6-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libasan6-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libasan6-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:11.2.1-1.2.el8_5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
rhsa-2021_4694
Vulnerability from csaf_redhat
Notes
{ "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 rust-toolset-1.54-rust is now available for Red Hat Developer Tools.\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": "Rust Toolset provides the Rust programming language compiler rustc, the cargo build tool and dependency manager, and required libraries.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in rust in order to facilitate detection of BiDi Unicode characters:\n\nRust introduces two new lints to detect and reject code containing the affected codepoints. These new deny-by-default lints detect affected codepoints in string literals and comments. The lints will prevent source code file containing these codepoints from being compiled. If your code has legitimate uses for the codepoints we recommend replacing them with the related escape sequence. The error messages will suggest the right escapes to use.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4694", "url": "https://access.redhat.com/errata/RHSA-2021:4694" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4694.json" } ], "title": "Red Hat Security Advisory: rust-toolset-1.54-rust security update", "tracking": { "current_release_date": "2024-11-13T23:35:51+00:00", "generator": { "date": "2024-11-13T23:35:51+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2021:4694", "initial_release_date": "2021-11-16T11:37:05+00:00", "revision_history": [ { "date": "2021-11-16T11:37:05+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-16T11:37:05+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T23:35:51+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product": { "name": "Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4", "product_identification_helper": { "cpe": "cpe:/a:redhat:devtools:2021" } } }, { "category": "product_name", "name": "Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product": { "name": "Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4", "product_identification_helper": { "cpe": "cpe:/a:redhat:devtools:2021" } } } ], "category": "product_family", "name": "Red Hat Developer Tools" }, { "branches": [ { "category": "product_version", "name": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.x86_64", "product": { "name": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.x86_64", "product_id": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-cargo@1.54.0-4.el7_9?arch=x86_64" } } }, { "category": "product_version", "name": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.x86_64", "product": { "name": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.x86_64", "product_id": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-clippy@1.54.0-4.el7_9?arch=x86_64" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.x86_64", "product": { "name": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.x86_64", "product_id": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rls@1.54.0-4.el7_9?arch=x86_64" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.x86_64", "product": { "name": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.x86_64", "product_id": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rust@1.54.0-4.el7_9?arch=x86_64" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.x86_64", "product": { "name": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.x86_64", "product_id": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rust-analysis@1.54.0-4.el7_9?arch=x86_64" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.x86_64", "product": { "name": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.x86_64", "product_id": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rust-doc@1.54.0-4.el7_9?arch=x86_64" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.x86_64", "product": { "name": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.x86_64", "product_id": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rust-std-static@1.54.0-4.el7_9?arch=x86_64" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.x86_64", "product": { "name": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.x86_64", "product_id": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rustfmt@1.54.0-4.el7_9?arch=x86_64" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.x86_64", "product": { "name": "rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.x86_64", "product_id": "rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rust-debuginfo@1.54.0-4.el7_9?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64le", "product": { "name": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64le", "product_id": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-cargo@1.54.0-4.el7_9?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64le", "product": { "name": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64le", "product_id": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-clippy@1.54.0-4.el7_9?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64le", "product": { "name": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64le", "product_id": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rls@1.54.0-4.el7_9?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64le", "product": { "name": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64le", "product_id": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rust@1.54.0-4.el7_9?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64le", "product": { "name": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64le", "product_id": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rust-analysis@1.54.0-4.el7_9?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64le", "product": { "name": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64le", "product_id": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rust-doc@1.54.0-4.el7_9?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64le", "product": { "name": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64le", "product_id": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rust-std-static@1.54.0-4.el7_9?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64le", "product": { "name": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64le", "product_id": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rustfmt@1.54.0-4.el7_9?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64le", "product": { "name": "rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64le", "product_id": "rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rust-debuginfo@1.54.0-4.el7_9?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64", "product": { "name": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64", "product_id": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-cargo@1.54.0-4.el7_9?arch=ppc64" } } }, { "category": "product_version", "name": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64", "product": { "name": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64", "product_id": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-clippy@1.54.0-4.el7_9?arch=ppc64" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64", "product": { "name": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64", "product_id": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rls@1.54.0-4.el7_9?arch=ppc64" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64", "product": { "name": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64", "product_id": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rust@1.54.0-4.el7_9?arch=ppc64" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64", "product": { "name": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64", "product_id": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rust-analysis@1.54.0-4.el7_9?arch=ppc64" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64", "product": { "name": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64", "product_id": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rust-doc@1.54.0-4.el7_9?arch=ppc64" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64", "product": { "name": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64", "product_id": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rust-std-static@1.54.0-4.el7_9?arch=ppc64" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64", "product": { "name": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64", "product_id": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rustfmt@1.54.0-4.el7_9?arch=ppc64" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64", "product": { "name": "rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64", "product_id": "rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rust-debuginfo@1.54.0-4.el7_9?arch=ppc64" } } } ], "category": "architecture", "name": "ppc64" }, { "branches": [ { "category": "product_version", "name": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.s390x", "product": { "name": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.s390x", "product_id": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-cargo@1.54.0-4.el7_9?arch=s390x" } } }, { "category": "product_version", "name": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.s390x", "product": { "name": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.s390x", "product_id": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-clippy@1.54.0-4.el7_9?arch=s390x" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.s390x", "product": { "name": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.s390x", "product_id": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rls@1.54.0-4.el7_9?arch=s390x" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.s390x", "product": { "name": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.s390x", "product_id": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rust@1.54.0-4.el7_9?arch=s390x" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.s390x", "product": { "name": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.s390x", "product_id": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rust-analysis@1.54.0-4.el7_9?arch=s390x" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.s390x", "product": { "name": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.s390x", "product_id": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rust-doc@1.54.0-4.el7_9?arch=s390x" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.s390x", "product": { "name": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.s390x", "product_id": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rust-std-static@1.54.0-4.el7_9?arch=s390x" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.s390x", "product": { "name": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.s390x", "product_id": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rustfmt@1.54.0-4.el7_9?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "rust-toolset-1.54-cargo-doc-0:1.54.0-4.el7_9.noarch", "product": { "name": "rust-toolset-1.54-cargo-doc-0:1.54.0-4.el7_9.noarch", "product_id": "rust-toolset-1.54-cargo-doc-0:1.54.0-4.el7_9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-cargo-doc@1.54.0-4.el7_9?arch=noarch" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rust-debugger-common-0:1.54.0-4.el7_9.noarch", "product": { "name": "rust-toolset-1.54-rust-debugger-common-0:1.54.0-4.el7_9.noarch", "product_id": "rust-toolset-1.54-rust-debugger-common-0:1.54.0-4.el7_9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rust-debugger-common@1.54.0-4.el7_9?arch=noarch" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rust-gdb-0:1.54.0-4.el7_9.noarch", "product": { "name": "rust-toolset-1.54-rust-gdb-0:1.54.0-4.el7_9.noarch", "product_id": "rust-toolset-1.54-rust-gdb-0:1.54.0-4.el7_9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rust-gdb@1.54.0-4.el7_9?arch=noarch" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rust-lldb-0:1.54.0-4.el7_9.noarch", "product": { "name": "rust-toolset-1.54-rust-lldb-0:1.54.0-4.el7_9.noarch", "product_id": "rust-toolset-1.54-rust-lldb-0:1.54.0-4.el7_9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rust-lldb@1.54.0-4.el7_9?arch=noarch" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rust-src-0:1.54.0-4.el7_9.noarch", "product": { "name": "rust-toolset-1.54-rust-src-0:1.54.0-4.el7_9.noarch", "product_id": "rust-toolset-1.54-rust-src-0:1.54.0-4.el7_9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rust-src@1.54.0-4.el7_9?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.src", "product": { "name": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.src", "product_id": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rust@1.54.0-4.el7_9?arch=src" } } } ], "category": "architecture", "name": "src" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64" }, "product_reference": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64le" }, "product_reference": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64le", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.s390x" }, "product_reference": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.s390x", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.x86_64" }, "product_reference": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.x86_64", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-cargo-doc-0:1.54.0-4.el7_9.noarch as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-cargo-doc-0:1.54.0-4.el7_9.noarch" }, "product_reference": "rust-toolset-1.54-cargo-doc-0:1.54.0-4.el7_9.noarch", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64" }, "product_reference": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64le" }, "product_reference": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64le", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.s390x" }, "product_reference": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.s390x", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.x86_64" }, "product_reference": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.x86_64", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64" }, "product_reference": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64le" }, "product_reference": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64le", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.s390x" }, "product_reference": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.s390x", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.x86_64" }, "product_reference": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.x86_64", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64" }, "product_reference": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64le" }, "product_reference": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64le", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.s390x" }, "product_reference": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.s390x", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.src as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.src" }, "product_reference": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.src", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.x86_64" }, "product_reference": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.x86_64", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64" }, "product_reference": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64le" }, "product_reference": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64le", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.s390x" }, "product_reference": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.s390x", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.x86_64" }, "product_reference": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.x86_64", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-debugger-common-0:1.54.0-4.el7_9.noarch as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rust-debugger-common-0:1.54.0-4.el7_9.noarch" }, "product_reference": "rust-toolset-1.54-rust-debugger-common-0:1.54.0-4.el7_9.noarch", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64" }, "product_reference": "rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64le" }, "product_reference": "rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64le", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.x86_64" }, "product_reference": "rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.x86_64", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64" }, "product_reference": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64le" }, "product_reference": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64le", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.s390x" }, "product_reference": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.s390x", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.x86_64" }, "product_reference": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.x86_64", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-gdb-0:1.54.0-4.el7_9.noarch as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rust-gdb-0:1.54.0-4.el7_9.noarch" }, "product_reference": "rust-toolset-1.54-rust-gdb-0:1.54.0-4.el7_9.noarch", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-lldb-0:1.54.0-4.el7_9.noarch as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rust-lldb-0:1.54.0-4.el7_9.noarch" }, "product_reference": "rust-toolset-1.54-rust-lldb-0:1.54.0-4.el7_9.noarch", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-src-0:1.54.0-4.el7_9.noarch as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rust-src-0:1.54.0-4.el7_9.noarch" }, "product_reference": "rust-toolset-1.54-rust-src-0:1.54.0-4.el7_9.noarch", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64" }, "product_reference": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64le" }, "product_reference": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64le", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.s390x" }, "product_reference": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.s390x", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.x86_64" }, "product_reference": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.x86_64", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64" }, "product_reference": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64le" }, "product_reference": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64le", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.s390x" }, "product_reference": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.s390x", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.x86_64" }, "product_reference": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.x86_64", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64" }, "product_reference": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64le" }, "product_reference": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.s390x" }, "product_reference": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.s390x", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.x86_64" }, "product_reference": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.x86_64", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-cargo-doc-0:1.54.0-4.el7_9.noarch as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-cargo-doc-0:1.54.0-4.el7_9.noarch" }, "product_reference": "rust-toolset-1.54-cargo-doc-0:1.54.0-4.el7_9.noarch", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64" }, "product_reference": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64le" }, "product_reference": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.s390x" }, "product_reference": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.s390x", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.x86_64" }, "product_reference": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.x86_64", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64" }, "product_reference": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64le" }, "product_reference": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.s390x" }, "product_reference": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.s390x", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.x86_64" }, "product_reference": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.x86_64", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64" }, "product_reference": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64le" }, "product_reference": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.s390x" }, "product_reference": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.s390x", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.src as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.src" }, "product_reference": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.src", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.x86_64" }, "product_reference": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.x86_64", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64" }, "product_reference": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64le" }, "product_reference": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.s390x" }, "product_reference": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.s390x", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.x86_64" }, "product_reference": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.x86_64", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-debugger-common-0:1.54.0-4.el7_9.noarch as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-debugger-common-0:1.54.0-4.el7_9.noarch" }, "product_reference": "rust-toolset-1.54-rust-debugger-common-0:1.54.0-4.el7_9.noarch", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64" }, "product_reference": "rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64le" }, "product_reference": "rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.x86_64" }, "product_reference": "rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.x86_64", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64" }, "product_reference": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64le" }, "product_reference": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.s390x" }, "product_reference": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.s390x", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.x86_64" }, "product_reference": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.x86_64", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-gdb-0:1.54.0-4.el7_9.noarch as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-gdb-0:1.54.0-4.el7_9.noarch" }, "product_reference": "rust-toolset-1.54-rust-gdb-0:1.54.0-4.el7_9.noarch", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-lldb-0:1.54.0-4.el7_9.noarch as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-lldb-0:1.54.0-4.el7_9.noarch" }, "product_reference": "rust-toolset-1.54-rust-lldb-0:1.54.0-4.el7_9.noarch", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-src-0:1.54.0-4.el7_9.noarch as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-src-0:1.54.0-4.el7_9.noarch" }, "product_reference": "rust-toolset-1.54-rust-src-0:1.54.0-4.el7_9.noarch", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64" }, "product_reference": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64le" }, "product_reference": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.s390x" }, "product_reference": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.s390x", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.x86_64" }, "product_reference": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.x86_64", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64" }, "product_reference": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64le" }, "product_reference": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.s390x" }, "product_reference": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.s390x", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.x86_64" }, "product_reference": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.x86_64", "relates_to_product_reference": "7Workstation-DevTools-2021.4" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-cargo-doc-0:1.54.0-4.el7_9.noarch", "7Server-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.src", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-debugger-common-0:1.54.0-4.el7_9.noarch", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-gdb-0:1.54.0-4.el7_9.noarch", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-lldb-0:1.54.0-4.el7_9.noarch", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-src-0:1.54.0-4.el7_9.noarch", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-cargo-doc-0:1.54.0-4.el7_9.noarch", "7Workstation-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.src", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-debugger-common-0:1.54.0-4.el7_9.noarch", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-gdb-0:1.54.0-4.el7_9.noarch", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-lldb-0:1.54.0-4.el7_9.noarch", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-src-0:1.54.0-4.el7_9.noarch", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-16T11:37:05+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Server-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-cargo-doc-0:1.54.0-4.el7_9.noarch", "7Server-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.src", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-debugger-common-0:1.54.0-4.el7_9.noarch", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-gdb-0:1.54.0-4.el7_9.noarch", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-lldb-0:1.54.0-4.el7_9.noarch", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-src-0:1.54.0-4.el7_9.noarch", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-cargo-doc-0:1.54.0-4.el7_9.noarch", "7Workstation-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.src", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-debugger-common-0:1.54.0-4.el7_9.noarch", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-gdb-0:1.54.0-4.el7_9.noarch", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-lldb-0:1.54.0-4.el7_9.noarch", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-src-0:1.54.0-4.el7_9.noarch", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4694" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "7Server-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-cargo-doc-0:1.54.0-4.el7_9.noarch", "7Server-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.src", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-debugger-common-0:1.54.0-4.el7_9.noarch", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-gdb-0:1.54.0-4.el7_9.noarch", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-lldb-0:1.54.0-4.el7_9.noarch", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-src-0:1.54.0-4.el7_9.noarch", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-cargo-doc-0:1.54.0-4.el7_9.noarch", "7Workstation-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.src", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-debugger-common-0:1.54.0-4.el7_9.noarch", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-gdb-0:1.54.0-4.el7_9.noarch", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-lldb-0:1.54.0-4.el7_9.noarch", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-src-0:1.54.0-4.el7_9.noarch", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "7Server-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-cargo-doc-0:1.54.0-4.el7_9.noarch", "7Server-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.src", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-debugger-common-0:1.54.0-4.el7_9.noarch", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-gdb-0:1.54.0-4.el7_9.noarch", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-lldb-0:1.54.0-4.el7_9.noarch", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-src-0:1.54.0-4.el7_9.noarch", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-cargo-doc-0:1.54.0-4.el7_9.noarch", "7Workstation-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.src", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-debugger-common-0:1.54.0-4.el7_9.noarch", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-gdb-0:1.54.0-4.el7_9.noarch", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-lldb-0:1.54.0-4.el7_9.noarch", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-src-0:1.54.0-4.el7_9.noarch", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
rhsa-2021_4724
Vulnerability from csaf_redhat
Notes
{ "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 devtoolset-10-annobin is now available for Red Hat Software Collections.\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": "Annobin provides a compiler plugin to annotate and tools to examine compiled binary files.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in annobin in order to facilitate detection of BiDi Unicode characters:\n\nThis update of annobin adds a new annocheck test to detect the presence of multibyte characters in symbol names.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4724", "url": "https://access.redhat.com/errata/RHSA-2021:4724" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4724.json" } ], "title": "Red Hat Security Advisory: devtoolset-10-annobin security update", "tracking": { "current_release_date": "2024-11-13T23:36:13+00:00", "generator": { "date": "2024-11-13T23:36:13+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2021:4724", "initial_release_date": "2021-11-17T16:59:19+00:00", "revision_history": [ { "date": "2021-11-17T16:59:19+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-17T16:59:19+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T23:36:13+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } } ], "category": "product_family", "name": "Red Hat Software Collections" }, { "branches": [ { "category": "product_version", "name": "devtoolset-10-annobin-0:9.23-4.el7.1.src", "product": { "name": "devtoolset-10-annobin-0:9.23-4.el7.1.src", "product_id": "devtoolset-10-annobin-0:9.23-4.el7.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-annobin@9.23-4.el7.1?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "devtoolset-10-annobin-0:9.23-4.el7.1.x86_64", "product": { "name": "devtoolset-10-annobin-0:9.23-4.el7.1.x86_64", "product_id": "devtoolset-10-annobin-0:9.23-4.el7.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-annobin@9.23-4.el7.1?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.x86_64", "product": { "name": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.x86_64", "product_id": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-annobin-annocheck@9.23-4.el7.1?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.x86_64", "product": { "name": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.x86_64", "product_id": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-annobin-debuginfo@9.23-4.el7.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "devtoolset-10-annobin-0:9.23-4.el7.1.ppc64le", "product": { "name": "devtoolset-10-annobin-0:9.23-4.el7.1.ppc64le", "product_id": "devtoolset-10-annobin-0:9.23-4.el7.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-annobin@9.23-4.el7.1?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64le", "product": { "name": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64le", "product_id": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-annobin-annocheck@9.23-4.el7.1?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64le", "product": { "name": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64le", "product_id": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-annobin-debuginfo@9.23-4.el7.1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "devtoolset-10-annobin-0:9.23-4.el7.1.ppc64", "product": { "name": "devtoolset-10-annobin-0:9.23-4.el7.1.ppc64", "product_id": "devtoolset-10-annobin-0:9.23-4.el7.1.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-annobin@9.23-4.el7.1?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64", "product": { "name": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64", "product_id": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-annobin-annocheck@9.23-4.el7.1?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64", "product": { "name": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64", "product_id": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-annobin-debuginfo@9.23-4.el7.1?arch=ppc64" } } } ], "category": "architecture", "name": "ppc64" }, { "branches": [ { "category": "product_version", "name": "devtoolset-10-annobin-0:9.23-4.el7.1.s390x", "product": { "name": "devtoolset-10-annobin-0:9.23-4.el7.1.s390x", "product_id": "devtoolset-10-annobin-0:9.23-4.el7.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-annobin@9.23-4.el7.1?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.s390x", "product": { "name": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.s390x", "product_id": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-annobin-annocheck@9.23-4.el7.1?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.s390x", "product": { "name": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.s390x", "product_id": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-annobin-debuginfo@9.23-4.el7.1?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-0:9.23-4.el7.1.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64" }, "product_reference": "devtoolset-10-annobin-0:9.23-4.el7.1.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-0:9.23-4.el7.1.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64le" }, "product_reference": "devtoolset-10-annobin-0:9.23-4.el7.1.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-0:9.23-4.el7.1.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-0:9.23-4.el7.1.s390x" }, "product_reference": "devtoolset-10-annobin-0:9.23-4.el7.1.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-0:9.23-4.el7.1.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-0:9.23-4.el7.1.src" }, "product_reference": "devtoolset-10-annobin-0:9.23-4.el7.1.src", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-0:9.23-4.el7.1.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-0:9.23-4.el7.1.x86_64" }, "product_reference": "devtoolset-10-annobin-0:9.23-4.el7.1.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64" }, "product_reference": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64le" }, "product_reference": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.s390x" }, "product_reference": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.x86_64" }, "product_reference": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64" }, "product_reference": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64le" }, "product_reference": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.s390x" }, "product_reference": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.x86_64" }, "product_reference": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-0:9.23-4.el7.1.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64" }, "product_reference": "devtoolset-10-annobin-0:9.23-4.el7.1.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-0:9.23-4.el7.1.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64le" }, "product_reference": "devtoolset-10-annobin-0:9.23-4.el7.1.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-0:9.23-4.el7.1.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.s390x" }, "product_reference": "devtoolset-10-annobin-0:9.23-4.el7.1.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-0:9.23-4.el7.1.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.src" }, "product_reference": "devtoolset-10-annobin-0:9.23-4.el7.1.src", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-0:9.23-4.el7.1.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.x86_64" }, "product_reference": "devtoolset-10-annobin-0:9.23-4.el7.1.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64" }, "product_reference": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64le" }, "product_reference": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.s390x" }, "product_reference": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.x86_64" }, "product_reference": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64" }, "product_reference": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64le" }, "product_reference": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.s390x" }, "product_reference": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.x86_64" }, "product_reference": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-0:9.23-4.el7.1.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64" }, "product_reference": "devtoolset-10-annobin-0:9.23-4.el7.1.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-0:9.23-4.el7.1.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64le" }, "product_reference": "devtoolset-10-annobin-0:9.23-4.el7.1.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-0:9.23-4.el7.1.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.s390x" }, "product_reference": "devtoolset-10-annobin-0:9.23-4.el7.1.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-0:9.23-4.el7.1.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.src" }, "product_reference": "devtoolset-10-annobin-0:9.23-4.el7.1.src", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-0:9.23-4.el7.1.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.x86_64" }, "product_reference": "devtoolset-10-annobin-0:9.23-4.el7.1.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64" }, "product_reference": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64le" }, "product_reference": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.s390x" }, "product_reference": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.x86_64" }, "product_reference": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64" }, "product_reference": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64le" }, "product_reference": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.s390x" }, "product_reference": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.x86_64" }, "product_reference": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-0:9.23-4.el7.1.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-0:9.23-4.el7.1.src", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-0:9.23-4.el7.1.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.x86_64", "7Server-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64", "7Server-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.s390x", "7Server-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.src", "7Server-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.x86_64", "7Server-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64", "7Server-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.s390x", "7Server-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.x86_64", "7Server-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64", "7Server-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.s390x", "7Server-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.src", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-17T16:59:19+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-0:9.23-4.el7.1.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-0:9.23-4.el7.1.src", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-0:9.23-4.el7.1.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.x86_64", "7Server-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64", "7Server-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.s390x", "7Server-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.src", "7Server-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.x86_64", "7Server-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64", "7Server-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.s390x", "7Server-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.x86_64", "7Server-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64", "7Server-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.s390x", "7Server-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.src", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4724" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-0:9.23-4.el7.1.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-0:9.23-4.el7.1.src", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-0:9.23-4.el7.1.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.x86_64", "7Server-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64", "7Server-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.s390x", "7Server-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.src", "7Server-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.x86_64", "7Server-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64", "7Server-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.s390x", "7Server-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.x86_64", "7Server-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64", "7Server-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.s390x", "7Server-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.src", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-0:9.23-4.el7.1.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-0:9.23-4.el7.1.src", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-0:9.23-4.el7.1.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.x86_64", "7Server-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64", "7Server-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.s390x", "7Server-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.src", "7Server-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.x86_64", "7Server-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64", "7Server-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.s390x", "7Server-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.x86_64", "7Server-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64", "7Server-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.s390x", "7Server-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.src", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
rhsa-2021_4039
Vulnerability from csaf_redhat
Notes
{ "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 devtoolset-10-gcc is now available for Red Hat Software Collections.\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": "The GNU Compiler Collection (GCC) is a portable compiler suite with support for various programming languages, including C, C++, and Fortran. The devtoolset-10-gcc packages provide the Red Hat Developer Toolset 10 version of GCC, as well as related libraries.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in binutils in order to facilitate detection of BiDi Unicode characters:\n\nThis gcc update implements -Wbidirectional=[none|unpaired|any] to warn about possibly dangerous bidirectional characters.\nThere are three levels of warning supported by GCC:\n\"-Wbidirectional=unpaired\", which warns about improperly terminated bidi contexts. (This is the default)\n\"-Wbidirectional=none\", turns the warning off.\n\"-Wbidirectional=any\" warns about any use of bidirectional characters.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4039", "url": "https://access.redhat.com/errata/RHSA-2021:4039" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4039.json" } ], "title": "Red Hat Security Advisory: devtoolset-10-gcc security update", "tracking": { "current_release_date": "2024-11-13T23:33:10+00:00", "generator": { "date": "2024-11-13T23:33:10+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2021:4039", "initial_release_date": "2021-11-01T07:57:47+00:00", "revision_history": [ { "date": "2021-11-01T07:57:47+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-01T07:57:47+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T23:33:10+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } } ], "category": "product_family", "name": "Red Hat Software Collections" }, { "branches": [ { "category": "product_version", "name": "devtoolset-10-gcc-0:10.2.1-11.2.el7.src", "product": { "name": "devtoolset-10-gcc-0:10.2.1-11.2.el7.src", "product_id": "devtoolset-10-gcc-0:10.2.1-11.2.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc@10.2.1-11.2.el7?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "devtoolset-10-gcc-0:10.2.1-11.2.el7.x86_64", "product": { "name": "devtoolset-10-gcc-0:10.2.1-11.2.el7.x86_64", "product_id": "devtoolset-10-gcc-0:10.2.1-11.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc@10.2.1-11.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.x86_64", "product": { "name": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.x86_64", "product_id": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc-c%2B%2B@10.2.1-11.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.x86_64", "product": { "name": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.x86_64", "product_id": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc-gdb-plugin@10.2.1-11.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.x86_64", "product": { "name": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.x86_64", "product_id": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc-gfortran@10.2.1-11.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.x86_64", "product": { "name": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.x86_64", "product_id": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc-plugin-devel@10.2.1-11.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.x86_64", "product": { "name": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.x86_64", "product_id": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libasan-devel@10.2.1-11.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.x86_64", "product": { "name": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.x86_64", "product_id": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libatomic-devel@10.2.1-11.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.x86_64", "product": { "name": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.x86_64", "product_id": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libgccjit@10.2.1-11.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.x86_64", "product": { "name": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.x86_64", "product_id": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libgccjit-devel@10.2.1-11.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.x86_64", "product": { "name": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.x86_64", "product_id": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libgccjit-docs@10.2.1-11.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.x86_64", "product": { "name": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.x86_64", "product_id": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libitm-devel@10.2.1-11.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.x86_64", "product": { "name": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.x86_64", "product_id": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-liblsan-devel@10.2.1-11.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.x86_64", "product": { "name": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.x86_64", "product_id": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libquadmath-devel@10.2.1-11.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.x86_64", "product": { "name": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.x86_64", "product_id": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libstdc%2B%2B-devel@10.2.1-11.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.x86_64", "product": { "name": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.x86_64", "product_id": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libstdc%2B%2B-docs@10.2.1-11.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.x86_64", "product": { "name": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.x86_64", "product_id": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libtsan-devel@10.2.1-11.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.x86_64", "product": { "name": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.x86_64", "product_id": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libubsan-devel@10.2.1-11.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "libasan6-0:10.2.1-11.2.el7.x86_64", "product": { "name": "libasan6-0:10.2.1-11.2.el7.x86_64", "product_id": "libasan6-0:10.2.1-11.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6@10.2.1-11.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "liblsan-0:10.2.1-11.2.el7.x86_64", "product": { "name": "liblsan-0:10.2.1-11.2.el7.x86_64", "product_id": "liblsan-0:10.2.1-11.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/liblsan@10.2.1-11.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "libtsan-0:10.2.1-11.2.el7.x86_64", "product": { "name": "libtsan-0:10.2.1-11.2.el7.x86_64", "product_id": "libtsan-0:10.2.1-11.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libtsan@10.2.1-11.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "libubsan1-0:10.2.1-11.2.el7.x86_64", "product": { "name": "libubsan1-0:10.2.1-11.2.el7.x86_64", "product_id": "libubsan1-0:10.2.1-11.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libubsan1@10.2.1-11.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.x86_64", "product": { "name": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.x86_64", "product_id": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc-debuginfo@10.2.1-11.2.el7?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.i686", "product": { "name": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.i686", "product_id": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libasan-devel@10.2.1-11.2.el7?arch=i686" } } }, { "category": "product_version", "name": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.i686", "product": { "name": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.i686", "product_id": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libatomic-devel@10.2.1-11.2.el7?arch=i686" } } }, { "category": "product_version", "name": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.i686", "product": { "name": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.i686", "product_id": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libgccjit@10.2.1-11.2.el7?arch=i686" } } }, { "category": "product_version", "name": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.i686", "product": { "name": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.i686", "product_id": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libgccjit-devel@10.2.1-11.2.el7?arch=i686" } } }, { "category": "product_version", "name": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.i686", "product": { "name": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.i686", "product_id": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libitm-devel@10.2.1-11.2.el7?arch=i686" } } }, { "category": "product_version", "name": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.i686", "product": { "name": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.i686", "product_id": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libquadmath-devel@10.2.1-11.2.el7?arch=i686" } } }, { "category": "product_version", "name": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.i686", "product": { "name": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.i686", "product_id": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libstdc%2B%2B-devel@10.2.1-11.2.el7?arch=i686" } } }, { "category": "product_version", "name": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.i686", "product": { "name": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.i686", "product_id": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libubsan-devel@10.2.1-11.2.el7?arch=i686" } } }, { "category": "product_version", "name": "libasan6-0:10.2.1-11.2.el7.i686", "product": { "name": "libasan6-0:10.2.1-11.2.el7.i686", "product_id": "libasan6-0:10.2.1-11.2.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6@10.2.1-11.2.el7?arch=i686" } } }, { "category": "product_version", "name": "libubsan1-0:10.2.1-11.2.el7.i686", "product": { "name": "libubsan1-0:10.2.1-11.2.el7.i686", "product_id": "libubsan1-0:10.2.1-11.2.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libubsan1@10.2.1-11.2.el7?arch=i686" } } }, { "category": "product_version", "name": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.i686", "product": { "name": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.i686", "product_id": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc-debuginfo@10.2.1-11.2.el7?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64le", "product": { "name": "devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64le", "product_id": "devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc@10.2.1-11.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64le", "product": { "name": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64le", "product_id": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc-c%2B%2B@10.2.1-11.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64le", "product": { "name": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64le", "product_id": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc-gdb-plugin@10.2.1-11.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64le", "product": { "name": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64le", "product_id": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc-gfortran@10.2.1-11.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64le", "product": { "name": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64le", "product_id": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc-plugin-devel@10.2.1-11.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64le", "product": { "name": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64le", "product_id": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libasan-devel@10.2.1-11.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64le", "product": { "name": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64le", "product_id": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libatomic-devel@10.2.1-11.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64le", "product": { "name": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64le", "product_id": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libgccjit@10.2.1-11.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64le", "product": { "name": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64le", "product_id": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libgccjit-devel@10.2.1-11.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64le", "product": { "name": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64le", "product_id": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libgccjit-docs@10.2.1-11.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64le", "product": { "name": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64le", "product_id": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libitm-devel@10.2.1-11.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64le", "product": { "name": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64le", "product_id": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-liblsan-devel@10.2.1-11.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64le", "product": { "name": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64le", "product_id": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libquadmath-devel@10.2.1-11.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64le", "product": { "name": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64le", "product_id": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libstdc%2B%2B-devel@10.2.1-11.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64le", "product": { "name": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64le", "product_id": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libstdc%2B%2B-docs@10.2.1-11.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64le", "product": { "name": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64le", "product_id": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libtsan-devel@10.2.1-11.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64le", "product": { "name": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64le", "product_id": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libubsan-devel@10.2.1-11.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "libasan6-0:10.2.1-11.2.el7.ppc64le", "product": { "name": "libasan6-0:10.2.1-11.2.el7.ppc64le", "product_id": "libasan6-0:10.2.1-11.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6@10.2.1-11.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "liblsan-0:10.2.1-11.2.el7.ppc64le", "product": { "name": "liblsan-0:10.2.1-11.2.el7.ppc64le", "product_id": "liblsan-0:10.2.1-11.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/liblsan@10.2.1-11.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "libtsan-0:10.2.1-11.2.el7.ppc64le", "product": { "name": "libtsan-0:10.2.1-11.2.el7.ppc64le", "product_id": "libtsan-0:10.2.1-11.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libtsan@10.2.1-11.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "libubsan1-0:10.2.1-11.2.el7.ppc64le", "product": { "name": "libubsan1-0:10.2.1-11.2.el7.ppc64le", "product_id": "libubsan1-0:10.2.1-11.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libubsan1@10.2.1-11.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64le", "product": { "name": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64le", "product_id": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc-debuginfo@10.2.1-11.2.el7?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64", "product": { "name": "devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64", "product_id": "devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc@10.2.1-11.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64", "product": { "name": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64", "product_id": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc-c%2B%2B@10.2.1-11.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64", "product": { "name": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64", "product_id": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc-gdb-plugin@10.2.1-11.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64", "product": { "name": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64", "product_id": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc-gfortran@10.2.1-11.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64", "product": { "name": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64", "product_id": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc-plugin-devel@10.2.1-11.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64", "product": { "name": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64", "product_id": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libasan-devel@10.2.1-11.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64", "product": { "name": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64", "product_id": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libatomic-devel@10.2.1-11.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64", "product": { "name": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64", "product_id": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libgccjit@10.2.1-11.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64", "product": { "name": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64", "product_id": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libgccjit-devel@10.2.1-11.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64", "product": { "name": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64", "product_id": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libgccjit-docs@10.2.1-11.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64", "product": { "name": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64", "product_id": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libitm-devel@10.2.1-11.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64", "product": { "name": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64", "product_id": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-liblsan-devel@10.2.1-11.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64", "product": { "name": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64", "product_id": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libquadmath-devel@10.2.1-11.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64", "product": { "name": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64", "product_id": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libstdc%2B%2B-devel@10.2.1-11.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64", "product": { "name": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64", "product_id": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libstdc%2B%2B-docs@10.2.1-11.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64", "product": { "name": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64", "product_id": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libtsan-devel@10.2.1-11.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64", "product": { "name": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64", "product_id": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libubsan-devel@10.2.1-11.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "libasan6-0:10.2.1-11.2.el7.ppc64", "product": { "name": "libasan6-0:10.2.1-11.2.el7.ppc64", "product_id": "libasan6-0:10.2.1-11.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6@10.2.1-11.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "liblsan-0:10.2.1-11.2.el7.ppc64", "product": { "name": "liblsan-0:10.2.1-11.2.el7.ppc64", "product_id": "liblsan-0:10.2.1-11.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/liblsan@10.2.1-11.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "libtsan-0:10.2.1-11.2.el7.ppc64", "product": { "name": "libtsan-0:10.2.1-11.2.el7.ppc64", "product_id": "libtsan-0:10.2.1-11.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libtsan@10.2.1-11.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "libubsan1-0:10.2.1-11.2.el7.ppc64", "product": { "name": "libubsan1-0:10.2.1-11.2.el7.ppc64", "product_id": "libubsan1-0:10.2.1-11.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libubsan1@10.2.1-11.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64", "product": { "name": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64", "product_id": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc-debuginfo@10.2.1-11.2.el7?arch=ppc64" } } } ], "category": "architecture", "name": "ppc64" }, { "branches": [ { "category": "product_version", "name": "devtoolset-10-gcc-0:10.2.1-11.2.el7.s390x", "product": { "name": "devtoolset-10-gcc-0:10.2.1-11.2.el7.s390x", "product_id": "devtoolset-10-gcc-0:10.2.1-11.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc@10.2.1-11.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.s390x", "product": { "name": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.s390x", "product_id": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc-c%2B%2B@10.2.1-11.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.s390x", "product": { "name": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.s390x", "product_id": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc-gdb-plugin@10.2.1-11.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.s390x", "product": { "name": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.s390x", "product_id": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc-gfortran@10.2.1-11.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.s390x", "product": { "name": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.s390x", "product_id": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc-plugin-devel@10.2.1-11.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.s390x", "product": { "name": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.s390x", "product_id": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libasan-devel@10.2.1-11.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.s390x", "product": { "name": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.s390x", "product_id": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libatomic-devel@10.2.1-11.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.s390x", "product": { "name": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.s390x", "product_id": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libgccjit@10.2.1-11.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.s390x", "product": { "name": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.s390x", "product_id": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libgccjit-devel@10.2.1-11.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.s390x", "product": { "name": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.s390x", "product_id": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libgccjit-docs@10.2.1-11.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.s390x", "product": { "name": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.s390x", "product_id": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libitm-devel@10.2.1-11.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.s390x", "product": { "name": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.s390x", "product_id": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libstdc%2B%2B-devel@10.2.1-11.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.s390x", "product": { "name": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.s390x", "product_id": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libstdc%2B%2B-docs@10.2.1-11.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.s390x", "product": { "name": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.s390x", "product_id": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libubsan-devel@10.2.1-11.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "libasan6-0:10.2.1-11.2.el7.s390x", "product": { "name": "libasan6-0:10.2.1-11.2.el7.s390x", "product_id": "libasan6-0:10.2.1-11.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6@10.2.1-11.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "libubsan1-0:10.2.1-11.2.el7.s390x", "product": { "name": "libubsan1-0:10.2.1-11.2.el7.s390x", "product_id": "libubsan1-0:10.2.1-11.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libubsan1@10.2.1-11.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.s390x", "product": { "name": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.s390x", "product_id": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc-debuginfo@10.2.1-11.2.el7?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-gcc-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-0:10.2.1-11.2.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-0:10.2.1-11.2.el7.src" }, "product_reference": "devtoolset-10-gcc-0:10.2.1-11.2.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-gcc-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:libasan6-0:10.2.1-11.2.el7.i686" }, "product_reference": "libasan6-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:libasan6-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "libasan6-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:libasan6-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "libasan6-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:libasan6-0:10.2.1-11.2.el7.s390x" }, "product_reference": "libasan6-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:libasan6-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "libasan6-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:liblsan-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "liblsan-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:liblsan-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "liblsan-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:liblsan-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "liblsan-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:libtsan-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "libtsan-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:libtsan-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "libtsan-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:libtsan-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "libtsan-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:libubsan1-0:10.2.1-11.2.el7.i686" }, "product_reference": "libubsan1-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:libubsan1-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "libubsan1-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:libubsan1-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "libubsan1-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:libubsan1-0:10.2.1-11.2.el7.s390x" }, "product_reference": "libubsan1-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:libubsan1-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "libubsan1-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-gcc-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-0:10.2.1-11.2.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.src" }, "product_reference": "devtoolset-10-gcc-0:10.2.1-11.2.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-gcc-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.i686" }, "product_reference": "libasan6-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "libasan6-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "libasan6-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.s390x" }, "product_reference": "libasan6-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "libasan6-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "liblsan-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "liblsan-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "liblsan-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "libtsan-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "libtsan-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "libtsan-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.i686" }, "product_reference": "libubsan1-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "libubsan1-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "libubsan1-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.s390x" }, "product_reference": "libubsan1-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "libubsan1-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-gcc-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-0:10.2.1-11.2.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.src" }, "product_reference": "devtoolset-10-gcc-0:10.2.1-11.2.el7.src", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-gcc-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.i686" }, "product_reference": "libasan6-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "libasan6-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "libasan6-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.s390x" }, "product_reference": "libasan6-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "libasan6-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "liblsan-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "liblsan-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "liblsan-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "libtsan-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "libtsan-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "libtsan-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.i686" }, "product_reference": "libubsan1-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "libubsan1-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "libubsan1-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.s390x" }, "product_reference": "libubsan1-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "libubsan1-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-0:10.2.1-11.2.el7.src", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:libasan6-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:libasan6-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:libasan6-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:libasan6-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:libasan6-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:liblsan-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:liblsan-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:liblsan-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:libtsan-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:libtsan-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:libtsan-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:libubsan1-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:libubsan1-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:libubsan1-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:libubsan1-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:libubsan1-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.src", "7Server-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.src", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-01T07:57:47+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-0:10.2.1-11.2.el7.src", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:libasan6-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:libasan6-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:libasan6-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:libasan6-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:libasan6-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:liblsan-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:liblsan-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:liblsan-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:libtsan-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:libtsan-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:libtsan-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:libubsan1-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:libubsan1-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:libubsan1-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:libubsan1-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:libubsan1-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.src", "7Server-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.src", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4039" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-0:10.2.1-11.2.el7.src", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:libasan6-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:libasan6-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:libasan6-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:libasan6-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:libasan6-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:liblsan-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:liblsan-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:liblsan-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:libtsan-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:libtsan-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:libtsan-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:libubsan1-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:libubsan1-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:libubsan1-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:libubsan1-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:libubsan1-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.src", "7Server-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.src", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-0:10.2.1-11.2.el7.src", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:libasan6-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:libasan6-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:libasan6-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:libasan6-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:libasan6-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:liblsan-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:liblsan-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:liblsan-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:libtsan-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:libtsan-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:libtsan-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:libubsan1-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:libubsan1-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:libubsan1-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:libubsan1-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:libubsan1-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.src", "7Server-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.src", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
rhsa-2021_4595
Vulnerability from csaf_redhat
Notes
{ "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 binutils 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": "The binutils packages provide a collection of binary utilities for the manipulation of object code in various object file formats. It includes the ar, as, gprof, ld, nm, objcopy, objdump, ranlib, readelf, size, strings, strip, and addr2line utilities.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in binutils in order to facilitate detection of BiDi Unicode characters:\n\nTools which display names or strings (readelf, strings, nm, objdump) have a new command line option --unicode / -U which controls how Unicode characters are handled.\n\nUsing \"--unicode=default\" will treat them as normal for the tool. This is the default behaviour when --unicode option is not used.\nUsing \"--unicode=locale\" will display them according to the current locale.\nUsing \"--unicode=hex\" will display them as hex byte values.\nUsing \"--unicode=escape\" will display them as Unicode escape sequences.\nUsing \"--unicode=highlight\" will display them as Unicode escape sequences highlighted in red, if supported by the output device.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4595", "url": "https://access.redhat.com/errata/RHSA-2021:4595" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4595.json" } ], "title": "Red Hat Security Advisory: binutils security update", "tracking": { "current_release_date": "2024-11-13T23:34:24+00:00", "generator": { "date": "2024-11-13T23:34:24+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2021:4595", "initial_release_date": "2021-11-10T09:58:49+00:00", "revision_history": [ { "date": "2021-11-10T09:58:49+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-10T09:58:49+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T23:34:24+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.5.0.Z.MAIN", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux BaseOS (v. 8)", "product": { "name": "Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:8::baseos" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.30-108.el8_5.1.aarch64", "product": { "name": "binutils-devel-0:2.30-108.el8_5.1.aarch64", "product_id": "binutils-devel-0:2.30-108.el8_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.30-108.el8_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "binutils-debugsource-0:2.30-108.el8_5.1.aarch64", "product": { "name": "binutils-debugsource-0:2.30-108.el8_5.1.aarch64", "product_id": "binutils-debugsource-0:2.30-108.el8_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debugsource@2.30-108.el8_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.30-108.el8_5.1.aarch64", "product": { "name": "binutils-debuginfo-0:2.30-108.el8_5.1.aarch64", "product_id": "binutils-debuginfo-0:2.30-108.el8_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.30-108.el8_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "binutils-0:2.30-108.el8_5.1.aarch64", "product": { "name": "binutils-0:2.30-108.el8_5.1.aarch64", "product_id": "binutils-0:2.30-108.el8_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.30-108.el8_5.1?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.30-108.el8_5.1.ppc64le", "product": { "name": "binutils-devel-0:2.30-108.el8_5.1.ppc64le", "product_id": "binutils-devel-0:2.30-108.el8_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.30-108.el8_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "binutils-debugsource-0:2.30-108.el8_5.1.ppc64le", "product": { "name": "binutils-debugsource-0:2.30-108.el8_5.1.ppc64le", "product_id": "binutils-debugsource-0:2.30-108.el8_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debugsource@2.30-108.el8_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.30-108.el8_5.1.ppc64le", "product": { "name": "binutils-debuginfo-0:2.30-108.el8_5.1.ppc64le", "product_id": "binutils-debuginfo-0:2.30-108.el8_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.30-108.el8_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "binutils-0:2.30-108.el8_5.1.ppc64le", "product": { "name": "binutils-0:2.30-108.el8_5.1.ppc64le", "product_id": "binutils-0:2.30-108.el8_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.30-108.el8_5.1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.30-108.el8_5.1.i686", "product": { "name": "binutils-devel-0:2.30-108.el8_5.1.i686", "product_id": "binutils-devel-0:2.30-108.el8_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.30-108.el8_5.1?arch=i686" } } }, { "category": "product_version", "name": "binutils-debugsource-0:2.30-108.el8_5.1.i686", "product": { "name": "binutils-debugsource-0:2.30-108.el8_5.1.i686", "product_id": "binutils-debugsource-0:2.30-108.el8_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debugsource@2.30-108.el8_5.1?arch=i686" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.30-108.el8_5.1.i686", "product": { "name": "binutils-debuginfo-0:2.30-108.el8_5.1.i686", "product_id": "binutils-debuginfo-0:2.30-108.el8_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.30-108.el8_5.1?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.30-108.el8_5.1.x86_64", "product": { "name": "binutils-devel-0:2.30-108.el8_5.1.x86_64", "product_id": "binutils-devel-0:2.30-108.el8_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.30-108.el8_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "binutils-debugsource-0:2.30-108.el8_5.1.x86_64", "product": { "name": "binutils-debugsource-0:2.30-108.el8_5.1.x86_64", "product_id": "binutils-debugsource-0:2.30-108.el8_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debugsource@2.30-108.el8_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.30-108.el8_5.1.x86_64", "product": { "name": "binutils-debuginfo-0:2.30-108.el8_5.1.x86_64", "product_id": "binutils-debuginfo-0:2.30-108.el8_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.30-108.el8_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "binutils-0:2.30-108.el8_5.1.x86_64", "product": { "name": "binutils-0:2.30-108.el8_5.1.x86_64", "product_id": "binutils-0:2.30-108.el8_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.30-108.el8_5.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.30-108.el8_5.1.s390x", "product": { "name": "binutils-devel-0:2.30-108.el8_5.1.s390x", "product_id": "binutils-devel-0:2.30-108.el8_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.30-108.el8_5.1?arch=s390x" } } }, { "category": "product_version", "name": "binutils-debugsource-0:2.30-108.el8_5.1.s390x", "product": { "name": "binutils-debugsource-0:2.30-108.el8_5.1.s390x", "product_id": "binutils-debugsource-0:2.30-108.el8_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debugsource@2.30-108.el8_5.1?arch=s390x" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.30-108.el8_5.1.s390x", "product": { "name": "binutils-debuginfo-0:2.30-108.el8_5.1.s390x", "product_id": "binutils-debuginfo-0:2.30-108.el8_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.30-108.el8_5.1?arch=s390x" } } }, { "category": "product_version", "name": "binutils-0:2.30-108.el8_5.1.s390x", "product": { "name": "binutils-0:2.30-108.el8_5.1.s390x", "product_id": "binutils-0:2.30-108.el8_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.30-108.el8_5.1?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "binutils-0:2.30-108.el8_5.1.src", "product": { "name": "binutils-0:2.30-108.el8_5.1.src", "product_id": "binutils-0:2.30-108.el8_5.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.30-108.el8_5.1?arch=src" } } } ], "category": "architecture", "name": "src" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-108.el8_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.aarch64" }, "product_reference": "binutils-0:2.30-108.el8_5.1.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-108.el8_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.ppc64le" }, "product_reference": "binutils-0:2.30-108.el8_5.1.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-108.el8_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.s390x" }, "product_reference": "binutils-0:2.30-108.el8_5.1.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-108.el8_5.1.src as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.src" }, "product_reference": "binutils-0:2.30-108.el8_5.1.src", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-108.el8_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.x86_64" }, "product_reference": "binutils-0:2.30-108.el8_5.1.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-108.el8_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.aarch64" }, "product_reference": "binutils-debuginfo-0:2.30-108.el8_5.1.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-108.el8_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.i686" }, "product_reference": "binutils-debuginfo-0:2.30-108.el8_5.1.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-108.el8_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.ppc64le" }, "product_reference": "binutils-debuginfo-0:2.30-108.el8_5.1.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-108.el8_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.s390x" }, "product_reference": "binutils-debuginfo-0:2.30-108.el8_5.1.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-108.el8_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.x86_64" }, "product_reference": "binutils-debuginfo-0:2.30-108.el8_5.1.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-108.el8_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.aarch64" }, "product_reference": "binutils-debugsource-0:2.30-108.el8_5.1.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-108.el8_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.i686" }, "product_reference": "binutils-debugsource-0:2.30-108.el8_5.1.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-108.el8_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.ppc64le" }, "product_reference": "binutils-debugsource-0:2.30-108.el8_5.1.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-108.el8_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.s390x" }, "product_reference": "binutils-debugsource-0:2.30-108.el8_5.1.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-108.el8_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.x86_64" }, "product_reference": "binutils-debugsource-0:2.30-108.el8_5.1.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-108.el8_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.aarch64" }, "product_reference": "binutils-devel-0:2.30-108.el8_5.1.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-108.el8_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.i686" }, "product_reference": "binutils-devel-0:2.30-108.el8_5.1.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-108.el8_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.ppc64le" }, "product_reference": "binutils-devel-0:2.30-108.el8_5.1.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-108.el8_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.s390x" }, "product_reference": "binutils-devel-0:2.30-108.el8_5.1.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-108.el8_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.x86_64" }, "product_reference": "binutils-devel-0:2.30-108.el8_5.1.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-108.el8_5.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.aarch64" }, "product_reference": "binutils-0:2.30-108.el8_5.1.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-108.el8_5.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.ppc64le" }, "product_reference": "binutils-0:2.30-108.el8_5.1.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-108.el8_5.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.s390x" }, "product_reference": "binutils-0:2.30-108.el8_5.1.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-108.el8_5.1.src as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.src" }, "product_reference": "binutils-0:2.30-108.el8_5.1.src", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-108.el8_5.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.x86_64" }, "product_reference": "binutils-0:2.30-108.el8_5.1.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-108.el8_5.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.aarch64" }, "product_reference": "binutils-debuginfo-0:2.30-108.el8_5.1.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-108.el8_5.1.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.i686" }, "product_reference": "binutils-debuginfo-0:2.30-108.el8_5.1.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-108.el8_5.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.ppc64le" }, "product_reference": "binutils-debuginfo-0:2.30-108.el8_5.1.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-108.el8_5.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.s390x" }, "product_reference": "binutils-debuginfo-0:2.30-108.el8_5.1.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-108.el8_5.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.x86_64" }, "product_reference": "binutils-debuginfo-0:2.30-108.el8_5.1.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-108.el8_5.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.aarch64" }, "product_reference": "binutils-debugsource-0:2.30-108.el8_5.1.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-108.el8_5.1.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.i686" }, "product_reference": "binutils-debugsource-0:2.30-108.el8_5.1.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-108.el8_5.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.ppc64le" }, "product_reference": "binutils-debugsource-0:2.30-108.el8_5.1.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-108.el8_5.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.s390x" }, "product_reference": "binutils-debugsource-0:2.30-108.el8_5.1.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-108.el8_5.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.x86_64" }, "product_reference": "binutils-debugsource-0:2.30-108.el8_5.1.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-108.el8_5.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.aarch64" }, "product_reference": "binutils-devel-0:2.30-108.el8_5.1.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-108.el8_5.1.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.i686" }, "product_reference": "binutils-devel-0:2.30-108.el8_5.1.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-108.el8_5.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.ppc64le" }, "product_reference": "binutils-devel-0:2.30-108.el8_5.1.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-108.el8_5.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.s390x" }, "product_reference": "binutils-devel-0:2.30-108.el8_5.1.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-108.el8_5.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.x86_64" }, "product_reference": "binutils-devel-0:2.30-108.el8_5.1.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "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.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.src", "AppStream-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.i686", "AppStream-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.i686", "AppStream-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.i686", "AppStream-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.x86_64", "BaseOS-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.aarch64", "BaseOS-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.ppc64le", "BaseOS-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.s390x", "BaseOS-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.src", "BaseOS-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.x86_64", "BaseOS-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.aarch64", "BaseOS-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.i686", "BaseOS-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.ppc64le", "BaseOS-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.s390x", "BaseOS-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.x86_64", "BaseOS-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.aarch64", "BaseOS-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.i686", "BaseOS-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.ppc64le", "BaseOS-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.s390x", "BaseOS-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.x86_64", "BaseOS-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.aarch64", "BaseOS-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.i686", "BaseOS-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.ppc64le", "BaseOS-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.s390x", "BaseOS-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-10T09:58:49+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.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.src", "AppStream-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.i686", "AppStream-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.i686", "AppStream-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.i686", "AppStream-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.x86_64", "BaseOS-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.aarch64", "BaseOS-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.ppc64le", "BaseOS-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.s390x", "BaseOS-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.src", "BaseOS-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.x86_64", "BaseOS-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.aarch64", "BaseOS-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.i686", "BaseOS-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.ppc64le", "BaseOS-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.s390x", "BaseOS-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.x86_64", "BaseOS-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.aarch64", "BaseOS-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.i686", "BaseOS-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.ppc64le", "BaseOS-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.s390x", "BaseOS-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.x86_64", "BaseOS-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.aarch64", "BaseOS-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.i686", "BaseOS-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.ppc64le", "BaseOS-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.s390x", "BaseOS-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4595" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "AppStream-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.src", "AppStream-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.i686", "AppStream-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.i686", "AppStream-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.i686", "AppStream-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.x86_64", "BaseOS-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.aarch64", "BaseOS-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.ppc64le", "BaseOS-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.s390x", "BaseOS-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.src", "BaseOS-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.x86_64", "BaseOS-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.aarch64", "BaseOS-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.i686", "BaseOS-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.ppc64le", "BaseOS-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.s390x", "BaseOS-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.x86_64", "BaseOS-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.aarch64", "BaseOS-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.i686", "BaseOS-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.ppc64le", "BaseOS-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.s390x", "BaseOS-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.x86_64", "BaseOS-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.aarch64", "BaseOS-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.i686", "BaseOS-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.ppc64le", "BaseOS-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.s390x", "BaseOS-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.src", "AppStream-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.i686", "AppStream-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.i686", "AppStream-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.i686", "AppStream-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.x86_64", "BaseOS-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.aarch64", "BaseOS-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.ppc64le", "BaseOS-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.s390x", "BaseOS-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.src", "BaseOS-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.x86_64", "BaseOS-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.aarch64", "BaseOS-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.i686", "BaseOS-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.ppc64le", "BaseOS-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.s390x", "BaseOS-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.x86_64", "BaseOS-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.aarch64", "BaseOS-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.i686", "BaseOS-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.ppc64le", "BaseOS-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.s390x", "BaseOS-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.x86_64", "BaseOS-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.aarch64", "BaseOS-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.i686", "BaseOS-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.ppc64le", "BaseOS-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.s390x", "BaseOS-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
RHSA-2021:4038
Vulnerability from csaf_redhat
Notes
{ "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 binutils is now available for Red Hat Enterprise Linux 7.2 Advanced Update Support.\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": "The binutils packages provide a collection of binary utilities for the manipulation of object code in various object file formats. It includes the ar, as, gprof, ld, nm, objcopy, objdump, ranlib, readelf, size, strings, strip, and addr2line utilities.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in binutils in order to facilitate detection of BiDi Unicode characters:\n\nTools which display names or strings (readelf, strings, nm, objdump) have a new command line option --unicode / -U which controls how Unicode characters are handled.\n\nUsing \"--unicode=default\" will treat them as normal for the tool. This is the default behaviour when --unicode option is not used.\nUsing \"--unicode=locale\" will display them according to the current locale.\nUsing \"--unicode=hex\" will display them as hex byte values.\nUsing \"--unicode=escape\" will display them as Unicode escape sequences.\nUsing \"--unicode=highlight\" will display them as Unicode escape sequences highlighted in red, if supported by the output device.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4038", "url": "https://access.redhat.com/errata/RHSA-2021:4038" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4038.json" } ], "title": "Red Hat Security Advisory: binutils security update", "tracking": { "current_release_date": "2025-09-25T12:35:03+00:00", "generator": { "date": "2025-09-25T12:35:03+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.8" } }, "id": "RHSA-2021:4038", "initial_release_date": "2021-11-01T07:44:51+00:00", "revision_history": [ { "date": "2021-11-01T07:44:51+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-01T07:44:51+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-25T12:35:03+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 Server AUS (v. 7.2)", "product": { "name": "Red Hat Enterprise Linux Server AUS (v. 7.2)", "product_id": "7Server-7.2.AUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_aus:7.2::server" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "binutils-0:2.23.52.0.1-55.el7_2.4.src", "product": { "name": "binutils-0:2.23.52.0.1-55.el7_2.4.src", "product_id": "binutils-0:2.23.52.0.1-55.el7_2.4.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.23.52.0.1-55.el7_2.4?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "binutils-0:2.23.52.0.1-55.el7_2.4.x86_64", "product": { "name": "binutils-0:2.23.52.0.1-55.el7_2.4.x86_64", "product_id": "binutils-0:2.23.52.0.1-55.el7_2.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.23.52.0.1-55.el7_2.4?arch=x86_64" } } }, { "category": "product_version", "name": "binutils-devel-0:2.23.52.0.1-55.el7_2.4.x86_64", "product": { "name": "binutils-devel-0:2.23.52.0.1-55.el7_2.4.x86_64", "product_id": "binutils-devel-0:2.23.52.0.1-55.el7_2.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.23.52.0.1-55.el7_2.4?arch=x86_64" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.23.52.0.1-55.el7_2.4.x86_64", "product": { "name": "binutils-debuginfo-0:2.23.52.0.1-55.el7_2.4.x86_64", "product_id": "binutils-debuginfo-0:2.23.52.0.1-55.el7_2.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.23.52.0.1-55.el7_2.4?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.23.52.0.1-55.el7_2.4.i686", "product": { "name": "binutils-devel-0:2.23.52.0.1-55.el7_2.4.i686", "product_id": "binutils-devel-0:2.23.52.0.1-55.el7_2.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.23.52.0.1-55.el7_2.4?arch=i686" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.23.52.0.1-55.el7_2.4.i686", "product": { "name": "binutils-debuginfo-0:2.23.52.0.1-55.el7_2.4.i686", "product_id": "binutils-debuginfo-0:2.23.52.0.1-55.el7_2.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.23.52.0.1-55.el7_2.4?arch=i686" } } } ], "category": "architecture", "name": "i686" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.23.52.0.1-55.el7_2.4.src as a component of Red Hat Enterprise Linux Server AUS (v. 7.2)", "product_id": "7Server-7.2.AUS:binutils-0:2.23.52.0.1-55.el7_2.4.src" }, "product_reference": "binutils-0:2.23.52.0.1-55.el7_2.4.src", "relates_to_product_reference": "7Server-7.2.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.23.52.0.1-55.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.2)", "product_id": "7Server-7.2.AUS:binutils-0:2.23.52.0.1-55.el7_2.4.x86_64" }, "product_reference": "binutils-0:2.23.52.0.1-55.el7_2.4.x86_64", "relates_to_product_reference": "7Server-7.2.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.23.52.0.1-55.el7_2.4.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.2)", "product_id": "7Server-7.2.AUS:binutils-debuginfo-0:2.23.52.0.1-55.el7_2.4.i686" }, "product_reference": "binutils-debuginfo-0:2.23.52.0.1-55.el7_2.4.i686", "relates_to_product_reference": "7Server-7.2.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.23.52.0.1-55.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.2)", "product_id": "7Server-7.2.AUS:binutils-debuginfo-0:2.23.52.0.1-55.el7_2.4.x86_64" }, "product_reference": "binutils-debuginfo-0:2.23.52.0.1-55.el7_2.4.x86_64", "relates_to_product_reference": "7Server-7.2.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.23.52.0.1-55.el7_2.4.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.2)", "product_id": "7Server-7.2.AUS:binutils-devel-0:2.23.52.0.1-55.el7_2.4.i686" }, "product_reference": "binutils-devel-0:2.23.52.0.1-55.el7_2.4.i686", "relates_to_product_reference": "7Server-7.2.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.23.52.0.1-55.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.2)", "product_id": "7Server-7.2.AUS:binutils-devel-0:2.23.52.0.1-55.el7_2.4.x86_64" }, "product_reference": "binutils-devel-0:2.23.52.0.1-55.el7_2.4.x86_64", "relates_to_product_reference": "7Server-7.2.AUS" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-7.2.AUS:binutils-0:2.23.52.0.1-55.el7_2.4.src", "7Server-7.2.AUS:binutils-0:2.23.52.0.1-55.el7_2.4.x86_64", "7Server-7.2.AUS:binutils-debuginfo-0:2.23.52.0.1-55.el7_2.4.i686", "7Server-7.2.AUS:binutils-debuginfo-0:2.23.52.0.1-55.el7_2.4.x86_64", "7Server-7.2.AUS:binutils-devel-0:2.23.52.0.1-55.el7_2.4.i686", "7Server-7.2.AUS:binutils-devel-0:2.23.52.0.1-55.el7_2.4.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-01T07:44:51+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Server-7.2.AUS:binutils-0:2.23.52.0.1-55.el7_2.4.src", "7Server-7.2.AUS:binutils-0:2.23.52.0.1-55.el7_2.4.x86_64", "7Server-7.2.AUS:binutils-debuginfo-0:2.23.52.0.1-55.el7_2.4.i686", "7Server-7.2.AUS:binutils-debuginfo-0:2.23.52.0.1-55.el7_2.4.x86_64", "7Server-7.2.AUS:binutils-devel-0:2.23.52.0.1-55.el7_2.4.i686", "7Server-7.2.AUS:binutils-devel-0:2.23.52.0.1-55.el7_2.4.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4038" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "7Server-7.2.AUS:binutils-0:2.23.52.0.1-55.el7_2.4.src", "7Server-7.2.AUS:binutils-0:2.23.52.0.1-55.el7_2.4.x86_64", "7Server-7.2.AUS:binutils-debuginfo-0:2.23.52.0.1-55.el7_2.4.i686", "7Server-7.2.AUS:binutils-debuginfo-0:2.23.52.0.1-55.el7_2.4.x86_64", "7Server-7.2.AUS:binutils-devel-0:2.23.52.0.1-55.el7_2.4.i686", "7Server-7.2.AUS:binutils-devel-0:2.23.52.0.1-55.el7_2.4.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "7Server-7.2.AUS:binutils-0:2.23.52.0.1-55.el7_2.4.src", "7Server-7.2.AUS:binutils-0:2.23.52.0.1-55.el7_2.4.x86_64", "7Server-7.2.AUS:binutils-debuginfo-0:2.23.52.0.1-55.el7_2.4.i686", "7Server-7.2.AUS:binutils-debuginfo-0:2.23.52.0.1-55.el7_2.4.x86_64", "7Server-7.2.AUS:binutils-devel-0:2.23.52.0.1-55.el7_2.4.i686", "7Server-7.2.AUS:binutils-devel-0:2.23.52.0.1-55.el7_2.4.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
rhsa-2021_4602
Vulnerability from csaf_redhat
Notes
{ "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 binutils is now available for Red Hat Enterprise Linux 8.1 Extended Update Support.\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": "The binutils packages provide a collection of binary utilities for the manipulation of object code in various object file formats. It includes the ar, as, gprof, ld, nm, objcopy, objdump, ranlib, readelf, size, strings, strip, and addr2line utilities.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in binutils in order to facilitate detection of BiDi Unicode characters:\n\nTools which display names or strings (readelf, strings, nm, objdump) have a new command line option --unicode / -U which controls how Unicode characters are handled.\n\nUsing \"--unicode=default\" will treat them as normal for the tool. This is the default behaviour when --unicode option is not used.\nUsing \"--unicode=locale\" will display them according to the current locale.\nUsing \"--unicode=hex\" will display them as hex byte values.\nUsing \"--unicode=escape\" will display them as Unicode escape sequences. \nUsing \"--unicode=highlight\" will display them as Unicode escape sequences highlighted in red, if supported by the output device.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4602", "url": "https://access.redhat.com/errata/RHSA-2021:4602" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4602.json" } ], "title": "Red Hat Security Advisory: binutils security update", "tracking": { "current_release_date": "2024-11-13T23:34:46+00:00", "generator": { "date": "2024-11-13T23:34:46+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2021:4602", "initial_release_date": "2021-11-10T10:00:19+00:00", "revision_history": [ { "date": "2021-11-10T10:00:19+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-10T10:00:19+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T23:34:46+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:8.1::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product": { "name": "Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_eus:8.1::baseos" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.30-58.el8_1.3.aarch64", "product": { "name": "binutils-devel-0:2.30-58.el8_1.3.aarch64", "product_id": "binutils-devel-0:2.30-58.el8_1.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.30-58.el8_1.3?arch=aarch64" } } }, { "category": "product_version", "name": "binutils-debugsource-0:2.30-58.el8_1.3.aarch64", "product": { "name": "binutils-debugsource-0:2.30-58.el8_1.3.aarch64", "product_id": "binutils-debugsource-0:2.30-58.el8_1.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debugsource@2.30-58.el8_1.3?arch=aarch64" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.30-58.el8_1.3.aarch64", "product": { "name": "binutils-debuginfo-0:2.30-58.el8_1.3.aarch64", "product_id": "binutils-debuginfo-0:2.30-58.el8_1.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.30-58.el8_1.3?arch=aarch64" } } }, { "category": "product_version", "name": "binutils-0:2.30-58.el8_1.3.aarch64", "product": { "name": "binutils-0:2.30-58.el8_1.3.aarch64", "product_id": "binutils-0:2.30-58.el8_1.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.30-58.el8_1.3?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.30-58.el8_1.3.ppc64le", "product": { "name": "binutils-devel-0:2.30-58.el8_1.3.ppc64le", "product_id": "binutils-devel-0:2.30-58.el8_1.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.30-58.el8_1.3?arch=ppc64le" } } }, { "category": "product_version", "name": "binutils-debugsource-0:2.30-58.el8_1.3.ppc64le", "product": { "name": "binutils-debugsource-0:2.30-58.el8_1.3.ppc64le", "product_id": "binutils-debugsource-0:2.30-58.el8_1.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debugsource@2.30-58.el8_1.3?arch=ppc64le" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.30-58.el8_1.3.ppc64le", "product": { "name": "binutils-debuginfo-0:2.30-58.el8_1.3.ppc64le", "product_id": "binutils-debuginfo-0:2.30-58.el8_1.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.30-58.el8_1.3?arch=ppc64le" } } }, { "category": "product_version", "name": "binutils-0:2.30-58.el8_1.3.ppc64le", "product": { "name": "binutils-0:2.30-58.el8_1.3.ppc64le", "product_id": "binutils-0:2.30-58.el8_1.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.30-58.el8_1.3?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.30-58.el8_1.3.i686", "product": { "name": "binutils-devel-0:2.30-58.el8_1.3.i686", "product_id": "binutils-devel-0:2.30-58.el8_1.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.30-58.el8_1.3?arch=i686" } } }, { "category": "product_version", "name": "binutils-debugsource-0:2.30-58.el8_1.3.i686", "product": { "name": "binutils-debugsource-0:2.30-58.el8_1.3.i686", "product_id": "binutils-debugsource-0:2.30-58.el8_1.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debugsource@2.30-58.el8_1.3?arch=i686" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.30-58.el8_1.3.i686", "product": { "name": "binutils-debuginfo-0:2.30-58.el8_1.3.i686", "product_id": "binutils-debuginfo-0:2.30-58.el8_1.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.30-58.el8_1.3?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.30-58.el8_1.3.x86_64", "product": { "name": "binutils-devel-0:2.30-58.el8_1.3.x86_64", "product_id": "binutils-devel-0:2.30-58.el8_1.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.30-58.el8_1.3?arch=x86_64" } } }, { "category": "product_version", "name": "binutils-debugsource-0:2.30-58.el8_1.3.x86_64", "product": { "name": "binutils-debugsource-0:2.30-58.el8_1.3.x86_64", "product_id": "binutils-debugsource-0:2.30-58.el8_1.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debugsource@2.30-58.el8_1.3?arch=x86_64" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.30-58.el8_1.3.x86_64", "product": { "name": "binutils-debuginfo-0:2.30-58.el8_1.3.x86_64", "product_id": "binutils-debuginfo-0:2.30-58.el8_1.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.30-58.el8_1.3?arch=x86_64" } } }, { "category": "product_version", "name": "binutils-0:2.30-58.el8_1.3.x86_64", "product": { "name": "binutils-0:2.30-58.el8_1.3.x86_64", "product_id": "binutils-0:2.30-58.el8_1.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.30-58.el8_1.3?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.30-58.el8_1.3.s390x", "product": { "name": "binutils-devel-0:2.30-58.el8_1.3.s390x", "product_id": "binutils-devel-0:2.30-58.el8_1.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.30-58.el8_1.3?arch=s390x" } } }, { "category": "product_version", "name": "binutils-debugsource-0:2.30-58.el8_1.3.s390x", "product": { "name": "binutils-debugsource-0:2.30-58.el8_1.3.s390x", "product_id": "binutils-debugsource-0:2.30-58.el8_1.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debugsource@2.30-58.el8_1.3?arch=s390x" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.30-58.el8_1.3.s390x", "product": { "name": "binutils-debuginfo-0:2.30-58.el8_1.3.s390x", "product_id": "binutils-debuginfo-0:2.30-58.el8_1.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.30-58.el8_1.3?arch=s390x" } } }, { "category": "product_version", "name": "binutils-0:2.30-58.el8_1.3.s390x", "product": { "name": "binutils-0:2.30-58.el8_1.3.s390x", "product_id": "binutils-0:2.30-58.el8_1.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.30-58.el8_1.3?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "binutils-0:2.30-58.el8_1.3.src", "product": { "name": "binutils-0:2.30-58.el8_1.3.src", "product_id": "binutils-0:2.30-58.el8_1.3.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.30-58.el8_1.3?arch=src" } } } ], "category": "architecture", "name": "src" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-58.el8_1.3.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.aarch64" }, "product_reference": "binutils-0:2.30-58.el8_1.3.aarch64", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-58.el8_1.3.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.ppc64le" }, "product_reference": "binutils-0:2.30-58.el8_1.3.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-58.el8_1.3.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.s390x" }, "product_reference": "binutils-0:2.30-58.el8_1.3.s390x", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-58.el8_1.3.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.src" }, "product_reference": "binutils-0:2.30-58.el8_1.3.src", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-58.el8_1.3.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.x86_64" }, "product_reference": "binutils-0:2.30-58.el8_1.3.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-58.el8_1.3.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.aarch64" }, "product_reference": "binutils-debuginfo-0:2.30-58.el8_1.3.aarch64", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-58.el8_1.3.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.i686" }, "product_reference": "binutils-debuginfo-0:2.30-58.el8_1.3.i686", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-58.el8_1.3.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.ppc64le" }, "product_reference": "binutils-debuginfo-0:2.30-58.el8_1.3.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-58.el8_1.3.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.s390x" }, "product_reference": "binutils-debuginfo-0:2.30-58.el8_1.3.s390x", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-58.el8_1.3.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.x86_64" }, "product_reference": "binutils-debuginfo-0:2.30-58.el8_1.3.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-58.el8_1.3.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.aarch64" }, "product_reference": "binutils-debugsource-0:2.30-58.el8_1.3.aarch64", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-58.el8_1.3.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.i686" }, "product_reference": "binutils-debugsource-0:2.30-58.el8_1.3.i686", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-58.el8_1.3.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.ppc64le" }, "product_reference": "binutils-debugsource-0:2.30-58.el8_1.3.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-58.el8_1.3.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.s390x" }, "product_reference": "binutils-debugsource-0:2.30-58.el8_1.3.s390x", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-58.el8_1.3.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.x86_64" }, "product_reference": "binutils-debugsource-0:2.30-58.el8_1.3.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-58.el8_1.3.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.aarch64" }, "product_reference": "binutils-devel-0:2.30-58.el8_1.3.aarch64", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-58.el8_1.3.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.i686" }, "product_reference": "binutils-devel-0:2.30-58.el8_1.3.i686", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-58.el8_1.3.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.ppc64le" }, "product_reference": "binutils-devel-0:2.30-58.el8_1.3.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-58.el8_1.3.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.s390x" }, "product_reference": "binutils-devel-0:2.30-58.el8_1.3.s390x", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-58.el8_1.3.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.x86_64" }, "product_reference": "binutils-devel-0:2.30-58.el8_1.3.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-58.el8_1.3.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.aarch64" }, "product_reference": "binutils-0:2.30-58.el8_1.3.aarch64", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-58.el8_1.3.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.ppc64le" }, "product_reference": "binutils-0:2.30-58.el8_1.3.ppc64le", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-58.el8_1.3.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.s390x" }, "product_reference": "binutils-0:2.30-58.el8_1.3.s390x", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-58.el8_1.3.src as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.src" }, "product_reference": "binutils-0:2.30-58.el8_1.3.src", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-58.el8_1.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.x86_64" }, "product_reference": "binutils-0:2.30-58.el8_1.3.x86_64", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-58.el8_1.3.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.aarch64" }, "product_reference": "binutils-debuginfo-0:2.30-58.el8_1.3.aarch64", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-58.el8_1.3.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.i686" }, "product_reference": "binutils-debuginfo-0:2.30-58.el8_1.3.i686", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-58.el8_1.3.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.ppc64le" }, "product_reference": "binutils-debuginfo-0:2.30-58.el8_1.3.ppc64le", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-58.el8_1.3.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.s390x" }, "product_reference": "binutils-debuginfo-0:2.30-58.el8_1.3.s390x", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-58.el8_1.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.x86_64" }, "product_reference": "binutils-debuginfo-0:2.30-58.el8_1.3.x86_64", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-58.el8_1.3.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.aarch64" }, "product_reference": "binutils-debugsource-0:2.30-58.el8_1.3.aarch64", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-58.el8_1.3.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.i686" }, "product_reference": "binutils-debugsource-0:2.30-58.el8_1.3.i686", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-58.el8_1.3.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.ppc64le" }, "product_reference": "binutils-debugsource-0:2.30-58.el8_1.3.ppc64le", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-58.el8_1.3.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.s390x" }, "product_reference": "binutils-debugsource-0:2.30-58.el8_1.3.s390x", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-58.el8_1.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.x86_64" }, "product_reference": "binutils-debugsource-0:2.30-58.el8_1.3.x86_64", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-58.el8_1.3.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.aarch64" }, "product_reference": "binutils-devel-0:2.30-58.el8_1.3.aarch64", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-58.el8_1.3.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.i686" }, "product_reference": "binutils-devel-0:2.30-58.el8_1.3.i686", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-58.el8_1.3.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.ppc64le" }, "product_reference": "binutils-devel-0:2.30-58.el8_1.3.ppc64le", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-58.el8_1.3.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.s390x" }, "product_reference": "binutils-devel-0:2.30-58.el8_1.3.s390x", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-58.el8_1.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.x86_64" }, "product_reference": "binutils-devel-0:2.30-58.el8_1.3.x86_64", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.aarch64", "AppStream-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.ppc64le", "AppStream-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.s390x", "AppStream-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.src", "AppStream-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.x86_64", "AppStream-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.aarch64", "AppStream-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.i686", "AppStream-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.ppc64le", "AppStream-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.s390x", "AppStream-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.x86_64", "AppStream-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.aarch64", "AppStream-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.i686", "AppStream-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.ppc64le", "AppStream-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.s390x", "AppStream-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.x86_64", "AppStream-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.aarch64", "AppStream-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.i686", "AppStream-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.ppc64le", "AppStream-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.s390x", "AppStream-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.x86_64", "BaseOS-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.aarch64", "BaseOS-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.ppc64le", "BaseOS-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.s390x", "BaseOS-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.src", "BaseOS-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.x86_64", "BaseOS-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.aarch64", "BaseOS-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.i686", "BaseOS-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.ppc64le", "BaseOS-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.s390x", "BaseOS-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.x86_64", "BaseOS-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.aarch64", "BaseOS-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.i686", "BaseOS-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.ppc64le", "BaseOS-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.s390x", "BaseOS-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.x86_64", "BaseOS-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.aarch64", "BaseOS-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.i686", "BaseOS-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.ppc64le", "BaseOS-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.s390x", "BaseOS-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-10T10:00:19+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.aarch64", "AppStream-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.ppc64le", "AppStream-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.s390x", "AppStream-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.src", "AppStream-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.x86_64", "AppStream-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.aarch64", "AppStream-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.i686", "AppStream-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.ppc64le", "AppStream-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.s390x", "AppStream-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.x86_64", "AppStream-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.aarch64", "AppStream-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.i686", "AppStream-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.ppc64le", "AppStream-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.s390x", "AppStream-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.x86_64", "AppStream-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.aarch64", "AppStream-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.i686", "AppStream-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.ppc64le", "AppStream-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.s390x", "AppStream-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.x86_64", "BaseOS-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.aarch64", "BaseOS-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.ppc64le", "BaseOS-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.s390x", "BaseOS-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.src", "BaseOS-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.x86_64", "BaseOS-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.aarch64", "BaseOS-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.i686", "BaseOS-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.ppc64le", "BaseOS-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.s390x", "BaseOS-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.x86_64", "BaseOS-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.aarch64", "BaseOS-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.i686", "BaseOS-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.ppc64le", "BaseOS-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.s390x", "BaseOS-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.x86_64", "BaseOS-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.aarch64", "BaseOS-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.i686", "BaseOS-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.ppc64le", "BaseOS-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.s390x", "BaseOS-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4602" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "AppStream-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.aarch64", "AppStream-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.ppc64le", "AppStream-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.s390x", "AppStream-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.src", "AppStream-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.x86_64", "AppStream-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.aarch64", "AppStream-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.i686", "AppStream-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.ppc64le", "AppStream-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.s390x", "AppStream-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.x86_64", "AppStream-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.aarch64", "AppStream-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.i686", "AppStream-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.ppc64le", "AppStream-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.s390x", "AppStream-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.x86_64", "AppStream-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.aarch64", "AppStream-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.i686", "AppStream-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.ppc64le", "AppStream-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.s390x", "AppStream-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.x86_64", "BaseOS-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.aarch64", "BaseOS-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.ppc64le", "BaseOS-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.s390x", "BaseOS-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.src", "BaseOS-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.x86_64", "BaseOS-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.aarch64", "BaseOS-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.i686", "BaseOS-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.ppc64le", "BaseOS-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.s390x", "BaseOS-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.x86_64", "BaseOS-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.aarch64", "BaseOS-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.i686", "BaseOS-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.ppc64le", "BaseOS-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.s390x", "BaseOS-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.x86_64", "BaseOS-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.aarch64", "BaseOS-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.i686", "BaseOS-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.ppc64le", "BaseOS-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.s390x", "BaseOS-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.aarch64", "AppStream-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.ppc64le", "AppStream-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.s390x", "AppStream-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.src", "AppStream-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.x86_64", "AppStream-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.aarch64", "AppStream-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.i686", "AppStream-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.ppc64le", "AppStream-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.s390x", "AppStream-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.x86_64", "AppStream-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.aarch64", "AppStream-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.i686", "AppStream-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.ppc64le", "AppStream-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.s390x", "AppStream-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.x86_64", "AppStream-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.aarch64", "AppStream-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.i686", "AppStream-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.ppc64le", "AppStream-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.s390x", "AppStream-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.x86_64", "BaseOS-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.aarch64", "BaseOS-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.ppc64le", "BaseOS-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.s390x", "BaseOS-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.src", "BaseOS-8.1.0.Z.EUS:binutils-0:2.30-58.el8_1.3.x86_64", "BaseOS-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.aarch64", "BaseOS-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.i686", "BaseOS-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.ppc64le", "BaseOS-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.s390x", "BaseOS-8.1.0.Z.EUS:binutils-debuginfo-0:2.30-58.el8_1.3.x86_64", "BaseOS-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.aarch64", "BaseOS-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.i686", "BaseOS-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.ppc64le", "BaseOS-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.s390x", "BaseOS-8.1.0.Z.EUS:binutils-debugsource-0:2.30-58.el8_1.3.x86_64", "BaseOS-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.aarch64", "BaseOS-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.i686", "BaseOS-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.ppc64le", "BaseOS-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.s390x", "BaseOS-8.1.0.Z.EUS:binutils-devel-0:2.30-58.el8_1.3.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
rhsa-2021_4038
Vulnerability from csaf_redhat
Notes
{ "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 binutils is now available for Red Hat Enterprise Linux 7.2 Advanced Update Support.\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": "The binutils packages provide a collection of binary utilities for the manipulation of object code in various object file formats. It includes the ar, as, gprof, ld, nm, objcopy, objdump, ranlib, readelf, size, strings, strip, and addr2line utilities.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in binutils in order to facilitate detection of BiDi Unicode characters:\n\nTools which display names or strings (readelf, strings, nm, objdump) have a new command line option --unicode / -U which controls how Unicode characters are handled.\n\nUsing \"--unicode=default\" will treat them as normal for the tool. This is the default behaviour when --unicode option is not used.\nUsing \"--unicode=locale\" will display them according to the current locale.\nUsing \"--unicode=hex\" will display them as hex byte values.\nUsing \"--unicode=escape\" will display them as Unicode escape sequences.\nUsing \"--unicode=highlight\" will display them as Unicode escape sequences highlighted in red, if supported by the output device.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4038", "url": "https://access.redhat.com/errata/RHSA-2021:4038" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4038.json" } ], "title": "Red Hat Security Advisory: binutils security update", "tracking": { "current_release_date": "2024-11-13T23:32:55+00:00", "generator": { "date": "2024-11-13T23:32:55+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2021:4038", "initial_release_date": "2021-11-01T07:44:51+00:00", "revision_history": [ { "date": "2021-11-01T07:44:51+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-01T07:44:51+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T23:32:55+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 Server AUS (v. 7.2)", "product": { "name": "Red Hat Enterprise Linux Server AUS (v. 7.2)", "product_id": "7Server-7.2.AUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_aus:7.2::server" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "binutils-0:2.23.52.0.1-55.el7_2.4.src", "product": { "name": "binutils-0:2.23.52.0.1-55.el7_2.4.src", "product_id": "binutils-0:2.23.52.0.1-55.el7_2.4.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.23.52.0.1-55.el7_2.4?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "binutils-0:2.23.52.0.1-55.el7_2.4.x86_64", "product": { "name": "binutils-0:2.23.52.0.1-55.el7_2.4.x86_64", "product_id": "binutils-0:2.23.52.0.1-55.el7_2.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.23.52.0.1-55.el7_2.4?arch=x86_64" } } }, { "category": "product_version", "name": "binutils-devel-0:2.23.52.0.1-55.el7_2.4.x86_64", "product": { "name": "binutils-devel-0:2.23.52.0.1-55.el7_2.4.x86_64", "product_id": "binutils-devel-0:2.23.52.0.1-55.el7_2.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.23.52.0.1-55.el7_2.4?arch=x86_64" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.23.52.0.1-55.el7_2.4.x86_64", "product": { "name": "binutils-debuginfo-0:2.23.52.0.1-55.el7_2.4.x86_64", "product_id": "binutils-debuginfo-0:2.23.52.0.1-55.el7_2.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.23.52.0.1-55.el7_2.4?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.23.52.0.1-55.el7_2.4.i686", "product": { "name": "binutils-devel-0:2.23.52.0.1-55.el7_2.4.i686", "product_id": "binutils-devel-0:2.23.52.0.1-55.el7_2.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.23.52.0.1-55.el7_2.4?arch=i686" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.23.52.0.1-55.el7_2.4.i686", "product": { "name": "binutils-debuginfo-0:2.23.52.0.1-55.el7_2.4.i686", "product_id": "binutils-debuginfo-0:2.23.52.0.1-55.el7_2.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.23.52.0.1-55.el7_2.4?arch=i686" } } } ], "category": "architecture", "name": "i686" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.23.52.0.1-55.el7_2.4.src as a component of Red Hat Enterprise Linux Server AUS (v. 7.2)", "product_id": "7Server-7.2.AUS:binutils-0:2.23.52.0.1-55.el7_2.4.src" }, "product_reference": "binutils-0:2.23.52.0.1-55.el7_2.4.src", "relates_to_product_reference": "7Server-7.2.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.23.52.0.1-55.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.2)", "product_id": "7Server-7.2.AUS:binutils-0:2.23.52.0.1-55.el7_2.4.x86_64" }, "product_reference": "binutils-0:2.23.52.0.1-55.el7_2.4.x86_64", "relates_to_product_reference": "7Server-7.2.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.23.52.0.1-55.el7_2.4.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.2)", "product_id": "7Server-7.2.AUS:binutils-debuginfo-0:2.23.52.0.1-55.el7_2.4.i686" }, "product_reference": "binutils-debuginfo-0:2.23.52.0.1-55.el7_2.4.i686", "relates_to_product_reference": "7Server-7.2.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.23.52.0.1-55.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.2)", "product_id": "7Server-7.2.AUS:binutils-debuginfo-0:2.23.52.0.1-55.el7_2.4.x86_64" }, "product_reference": "binutils-debuginfo-0:2.23.52.0.1-55.el7_2.4.x86_64", "relates_to_product_reference": "7Server-7.2.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.23.52.0.1-55.el7_2.4.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.2)", "product_id": "7Server-7.2.AUS:binutils-devel-0:2.23.52.0.1-55.el7_2.4.i686" }, "product_reference": "binutils-devel-0:2.23.52.0.1-55.el7_2.4.i686", "relates_to_product_reference": "7Server-7.2.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.23.52.0.1-55.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.2)", "product_id": "7Server-7.2.AUS:binutils-devel-0:2.23.52.0.1-55.el7_2.4.x86_64" }, "product_reference": "binutils-devel-0:2.23.52.0.1-55.el7_2.4.x86_64", "relates_to_product_reference": "7Server-7.2.AUS" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-7.2.AUS:binutils-0:2.23.52.0.1-55.el7_2.4.src", "7Server-7.2.AUS:binutils-0:2.23.52.0.1-55.el7_2.4.x86_64", "7Server-7.2.AUS:binutils-debuginfo-0:2.23.52.0.1-55.el7_2.4.i686", "7Server-7.2.AUS:binutils-debuginfo-0:2.23.52.0.1-55.el7_2.4.x86_64", "7Server-7.2.AUS:binutils-devel-0:2.23.52.0.1-55.el7_2.4.i686", "7Server-7.2.AUS:binutils-devel-0:2.23.52.0.1-55.el7_2.4.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-01T07:44:51+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Server-7.2.AUS:binutils-0:2.23.52.0.1-55.el7_2.4.src", "7Server-7.2.AUS:binutils-0:2.23.52.0.1-55.el7_2.4.x86_64", "7Server-7.2.AUS:binutils-debuginfo-0:2.23.52.0.1-55.el7_2.4.i686", "7Server-7.2.AUS:binutils-debuginfo-0:2.23.52.0.1-55.el7_2.4.x86_64", "7Server-7.2.AUS:binutils-devel-0:2.23.52.0.1-55.el7_2.4.i686", "7Server-7.2.AUS:binutils-devel-0:2.23.52.0.1-55.el7_2.4.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4038" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "7Server-7.2.AUS:binutils-0:2.23.52.0.1-55.el7_2.4.src", "7Server-7.2.AUS:binutils-0:2.23.52.0.1-55.el7_2.4.x86_64", "7Server-7.2.AUS:binutils-debuginfo-0:2.23.52.0.1-55.el7_2.4.i686", "7Server-7.2.AUS:binutils-debuginfo-0:2.23.52.0.1-55.el7_2.4.x86_64", "7Server-7.2.AUS:binutils-devel-0:2.23.52.0.1-55.el7_2.4.i686", "7Server-7.2.AUS:binutils-devel-0:2.23.52.0.1-55.el7_2.4.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "7Server-7.2.AUS:binutils-0:2.23.52.0.1-55.el7_2.4.src", "7Server-7.2.AUS:binutils-0:2.23.52.0.1-55.el7_2.4.x86_64", "7Server-7.2.AUS:binutils-debuginfo-0:2.23.52.0.1-55.el7_2.4.i686", "7Server-7.2.AUS:binutils-debuginfo-0:2.23.52.0.1-55.el7_2.4.x86_64", "7Server-7.2.AUS:binutils-devel-0:2.23.52.0.1-55.el7_2.4.i686", "7Server-7.2.AUS:binutils-devel-0:2.23.52.0.1-55.el7_2.4.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
RHSA-2021:4039
Vulnerability from csaf_redhat
Notes
{ "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 devtoolset-10-gcc is now available for Red Hat Software Collections.\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": "The GNU Compiler Collection (GCC) is a portable compiler suite with support for various programming languages, including C, C++, and Fortran. The devtoolset-10-gcc packages provide the Red Hat Developer Toolset 10 version of GCC, as well as related libraries.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in binutils in order to facilitate detection of BiDi Unicode characters:\n\nThis gcc update implements -Wbidirectional=[none|unpaired|any] to warn about possibly dangerous bidirectional characters.\nThere are three levels of warning supported by GCC:\n\"-Wbidirectional=unpaired\", which warns about improperly terminated bidi contexts. (This is the default)\n\"-Wbidirectional=none\", turns the warning off.\n\"-Wbidirectional=any\" warns about any use of bidirectional characters.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4039", "url": "https://access.redhat.com/errata/RHSA-2021:4039" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4039.json" } ], "title": "Red Hat Security Advisory: devtoolset-10-gcc security update", "tracking": { "current_release_date": "2025-09-25T12:35:00+00:00", "generator": { "date": "2025-09-25T12:35:00+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.8" } }, "id": "RHSA-2021:4039", "initial_release_date": "2021-11-01T07:57:47+00:00", "revision_history": [ { "date": "2021-11-01T07:57:47+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-01T07:57:47+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-25T12:35:00+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } } ], "category": "product_family", "name": "Red Hat Software Collections" }, { "branches": [ { "category": "product_version", "name": "devtoolset-10-gcc-0:10.2.1-11.2.el7.src", "product": { "name": "devtoolset-10-gcc-0:10.2.1-11.2.el7.src", "product_id": "devtoolset-10-gcc-0:10.2.1-11.2.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc@10.2.1-11.2.el7?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "devtoolset-10-gcc-0:10.2.1-11.2.el7.x86_64", "product": { "name": "devtoolset-10-gcc-0:10.2.1-11.2.el7.x86_64", "product_id": "devtoolset-10-gcc-0:10.2.1-11.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc@10.2.1-11.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.x86_64", "product": { "name": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.x86_64", "product_id": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc-c%2B%2B@10.2.1-11.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.x86_64", "product": { "name": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.x86_64", "product_id": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc-gdb-plugin@10.2.1-11.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.x86_64", "product": { "name": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.x86_64", "product_id": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc-gfortran@10.2.1-11.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.x86_64", "product": { "name": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.x86_64", "product_id": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc-plugin-devel@10.2.1-11.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.x86_64", "product": { "name": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.x86_64", "product_id": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libasan-devel@10.2.1-11.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.x86_64", "product": { "name": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.x86_64", "product_id": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libatomic-devel@10.2.1-11.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.x86_64", "product": { "name": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.x86_64", "product_id": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libgccjit@10.2.1-11.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.x86_64", "product": { "name": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.x86_64", "product_id": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libgccjit-devel@10.2.1-11.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.x86_64", "product": { "name": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.x86_64", "product_id": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libgccjit-docs@10.2.1-11.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.x86_64", "product": { "name": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.x86_64", "product_id": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libitm-devel@10.2.1-11.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.x86_64", "product": { "name": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.x86_64", "product_id": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-liblsan-devel@10.2.1-11.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.x86_64", "product": { "name": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.x86_64", "product_id": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libquadmath-devel@10.2.1-11.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.x86_64", "product": { "name": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.x86_64", "product_id": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libstdc%2B%2B-devel@10.2.1-11.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.x86_64", "product": { "name": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.x86_64", "product_id": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libstdc%2B%2B-docs@10.2.1-11.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.x86_64", "product": { "name": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.x86_64", "product_id": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libtsan-devel@10.2.1-11.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.x86_64", "product": { "name": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.x86_64", "product_id": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libubsan-devel@10.2.1-11.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "libasan6-0:10.2.1-11.2.el7.x86_64", "product": { "name": "libasan6-0:10.2.1-11.2.el7.x86_64", "product_id": "libasan6-0:10.2.1-11.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6@10.2.1-11.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "liblsan-0:10.2.1-11.2.el7.x86_64", "product": { "name": "liblsan-0:10.2.1-11.2.el7.x86_64", "product_id": "liblsan-0:10.2.1-11.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/liblsan@10.2.1-11.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "libtsan-0:10.2.1-11.2.el7.x86_64", "product": { "name": "libtsan-0:10.2.1-11.2.el7.x86_64", "product_id": "libtsan-0:10.2.1-11.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libtsan@10.2.1-11.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "libubsan1-0:10.2.1-11.2.el7.x86_64", "product": { "name": "libubsan1-0:10.2.1-11.2.el7.x86_64", "product_id": "libubsan1-0:10.2.1-11.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libubsan1@10.2.1-11.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.x86_64", "product": { "name": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.x86_64", "product_id": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc-debuginfo@10.2.1-11.2.el7?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.i686", "product": { "name": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.i686", "product_id": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libasan-devel@10.2.1-11.2.el7?arch=i686" } } }, { "category": "product_version", "name": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.i686", "product": { "name": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.i686", "product_id": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libatomic-devel@10.2.1-11.2.el7?arch=i686" } } }, { "category": "product_version", "name": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.i686", "product": { "name": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.i686", "product_id": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libgccjit@10.2.1-11.2.el7?arch=i686" } } }, { "category": "product_version", "name": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.i686", "product": { "name": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.i686", "product_id": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libgccjit-devel@10.2.1-11.2.el7?arch=i686" } } }, { "category": "product_version", "name": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.i686", "product": { "name": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.i686", "product_id": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libitm-devel@10.2.1-11.2.el7?arch=i686" } } }, { "category": "product_version", "name": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.i686", "product": { "name": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.i686", "product_id": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libquadmath-devel@10.2.1-11.2.el7?arch=i686" } } }, { "category": "product_version", "name": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.i686", "product": { "name": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.i686", "product_id": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libstdc%2B%2B-devel@10.2.1-11.2.el7?arch=i686" } } }, { "category": "product_version", "name": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.i686", "product": { "name": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.i686", "product_id": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libubsan-devel@10.2.1-11.2.el7?arch=i686" } } }, { "category": "product_version", "name": "libasan6-0:10.2.1-11.2.el7.i686", "product": { "name": "libasan6-0:10.2.1-11.2.el7.i686", "product_id": "libasan6-0:10.2.1-11.2.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6@10.2.1-11.2.el7?arch=i686" } } }, { "category": "product_version", "name": "libubsan1-0:10.2.1-11.2.el7.i686", "product": { "name": "libubsan1-0:10.2.1-11.2.el7.i686", "product_id": "libubsan1-0:10.2.1-11.2.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libubsan1@10.2.1-11.2.el7?arch=i686" } } }, { "category": "product_version", "name": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.i686", "product": { "name": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.i686", "product_id": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc-debuginfo@10.2.1-11.2.el7?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64le", "product": { "name": "devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64le", "product_id": "devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc@10.2.1-11.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64le", "product": { "name": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64le", "product_id": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc-c%2B%2B@10.2.1-11.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64le", "product": { "name": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64le", "product_id": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc-gdb-plugin@10.2.1-11.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64le", "product": { "name": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64le", "product_id": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc-gfortran@10.2.1-11.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64le", "product": { "name": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64le", "product_id": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc-plugin-devel@10.2.1-11.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64le", "product": { "name": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64le", "product_id": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libasan-devel@10.2.1-11.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64le", "product": { "name": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64le", "product_id": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libatomic-devel@10.2.1-11.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64le", "product": { "name": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64le", "product_id": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libgccjit@10.2.1-11.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64le", "product": { "name": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64le", "product_id": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libgccjit-devel@10.2.1-11.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64le", "product": { "name": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64le", "product_id": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libgccjit-docs@10.2.1-11.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64le", "product": { "name": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64le", "product_id": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libitm-devel@10.2.1-11.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64le", "product": { "name": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64le", "product_id": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-liblsan-devel@10.2.1-11.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64le", "product": { "name": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64le", "product_id": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libquadmath-devel@10.2.1-11.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64le", "product": { "name": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64le", "product_id": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libstdc%2B%2B-devel@10.2.1-11.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64le", "product": { "name": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64le", "product_id": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libstdc%2B%2B-docs@10.2.1-11.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64le", "product": { "name": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64le", "product_id": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libtsan-devel@10.2.1-11.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64le", "product": { "name": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64le", "product_id": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libubsan-devel@10.2.1-11.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "libasan6-0:10.2.1-11.2.el7.ppc64le", "product": { "name": "libasan6-0:10.2.1-11.2.el7.ppc64le", "product_id": "libasan6-0:10.2.1-11.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6@10.2.1-11.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "liblsan-0:10.2.1-11.2.el7.ppc64le", "product": { "name": "liblsan-0:10.2.1-11.2.el7.ppc64le", "product_id": "liblsan-0:10.2.1-11.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/liblsan@10.2.1-11.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "libtsan-0:10.2.1-11.2.el7.ppc64le", "product": { "name": "libtsan-0:10.2.1-11.2.el7.ppc64le", "product_id": "libtsan-0:10.2.1-11.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libtsan@10.2.1-11.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "libubsan1-0:10.2.1-11.2.el7.ppc64le", "product": { "name": "libubsan1-0:10.2.1-11.2.el7.ppc64le", "product_id": "libubsan1-0:10.2.1-11.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libubsan1@10.2.1-11.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64le", "product": { "name": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64le", "product_id": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc-debuginfo@10.2.1-11.2.el7?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64", "product": { "name": "devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64", "product_id": "devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc@10.2.1-11.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64", "product": { "name": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64", "product_id": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc-c%2B%2B@10.2.1-11.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64", "product": { "name": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64", "product_id": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc-gdb-plugin@10.2.1-11.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64", "product": { "name": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64", "product_id": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc-gfortran@10.2.1-11.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64", "product": { "name": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64", "product_id": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc-plugin-devel@10.2.1-11.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64", "product": { "name": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64", "product_id": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libasan-devel@10.2.1-11.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64", "product": { "name": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64", "product_id": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libatomic-devel@10.2.1-11.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64", "product": { "name": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64", "product_id": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libgccjit@10.2.1-11.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64", "product": { "name": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64", "product_id": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libgccjit-devel@10.2.1-11.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64", "product": { "name": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64", "product_id": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libgccjit-docs@10.2.1-11.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64", "product": { "name": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64", "product_id": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libitm-devel@10.2.1-11.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64", "product": { "name": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64", "product_id": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-liblsan-devel@10.2.1-11.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64", "product": { "name": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64", "product_id": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libquadmath-devel@10.2.1-11.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64", "product": { "name": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64", "product_id": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libstdc%2B%2B-devel@10.2.1-11.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64", "product": { "name": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64", "product_id": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libstdc%2B%2B-docs@10.2.1-11.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64", "product": { "name": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64", "product_id": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libtsan-devel@10.2.1-11.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64", "product": { "name": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64", "product_id": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libubsan-devel@10.2.1-11.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "libasan6-0:10.2.1-11.2.el7.ppc64", "product": { "name": "libasan6-0:10.2.1-11.2.el7.ppc64", "product_id": "libasan6-0:10.2.1-11.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6@10.2.1-11.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "liblsan-0:10.2.1-11.2.el7.ppc64", "product": { "name": "liblsan-0:10.2.1-11.2.el7.ppc64", "product_id": "liblsan-0:10.2.1-11.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/liblsan@10.2.1-11.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "libtsan-0:10.2.1-11.2.el7.ppc64", "product": { "name": "libtsan-0:10.2.1-11.2.el7.ppc64", "product_id": "libtsan-0:10.2.1-11.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libtsan@10.2.1-11.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "libubsan1-0:10.2.1-11.2.el7.ppc64", "product": { "name": "libubsan1-0:10.2.1-11.2.el7.ppc64", "product_id": "libubsan1-0:10.2.1-11.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libubsan1@10.2.1-11.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64", "product": { "name": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64", "product_id": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc-debuginfo@10.2.1-11.2.el7?arch=ppc64" } } } ], "category": "architecture", "name": "ppc64" }, { "branches": [ { "category": "product_version", "name": "devtoolset-10-gcc-0:10.2.1-11.2.el7.s390x", "product": { "name": "devtoolset-10-gcc-0:10.2.1-11.2.el7.s390x", "product_id": "devtoolset-10-gcc-0:10.2.1-11.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc@10.2.1-11.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.s390x", "product": { "name": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.s390x", "product_id": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc-c%2B%2B@10.2.1-11.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.s390x", "product": { "name": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.s390x", "product_id": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc-gdb-plugin@10.2.1-11.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.s390x", "product": { "name": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.s390x", "product_id": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc-gfortran@10.2.1-11.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.s390x", "product": { "name": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.s390x", "product_id": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc-plugin-devel@10.2.1-11.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.s390x", "product": { "name": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.s390x", "product_id": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libasan-devel@10.2.1-11.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.s390x", "product": { "name": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.s390x", "product_id": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libatomic-devel@10.2.1-11.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.s390x", "product": { "name": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.s390x", "product_id": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libgccjit@10.2.1-11.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.s390x", "product": { "name": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.s390x", "product_id": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libgccjit-devel@10.2.1-11.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.s390x", "product": { "name": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.s390x", "product_id": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libgccjit-docs@10.2.1-11.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.s390x", "product": { "name": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.s390x", "product_id": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libitm-devel@10.2.1-11.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.s390x", "product": { "name": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.s390x", "product_id": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libstdc%2B%2B-devel@10.2.1-11.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.s390x", "product": { "name": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.s390x", "product_id": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libstdc%2B%2B-docs@10.2.1-11.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.s390x", "product": { "name": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.s390x", "product_id": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libubsan-devel@10.2.1-11.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "libasan6-0:10.2.1-11.2.el7.s390x", "product": { "name": "libasan6-0:10.2.1-11.2.el7.s390x", "product_id": "libasan6-0:10.2.1-11.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6@10.2.1-11.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "libubsan1-0:10.2.1-11.2.el7.s390x", "product": { "name": "libubsan1-0:10.2.1-11.2.el7.s390x", "product_id": "libubsan1-0:10.2.1-11.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libubsan1@10.2.1-11.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.s390x", "product": { "name": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.s390x", "product_id": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc-debuginfo@10.2.1-11.2.el7?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-gcc-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-0:10.2.1-11.2.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-0:10.2.1-11.2.el7.src" }, "product_reference": "devtoolset-10-gcc-0:10.2.1-11.2.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-gcc-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:libasan6-0:10.2.1-11.2.el7.i686" }, "product_reference": "libasan6-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:libasan6-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "libasan6-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:libasan6-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "libasan6-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:libasan6-0:10.2.1-11.2.el7.s390x" }, "product_reference": "libasan6-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:libasan6-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "libasan6-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:liblsan-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "liblsan-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:liblsan-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "liblsan-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:liblsan-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "liblsan-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:libtsan-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "libtsan-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:libtsan-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "libtsan-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:libtsan-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "libtsan-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:libubsan1-0:10.2.1-11.2.el7.i686" }, "product_reference": "libubsan1-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:libubsan1-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "libubsan1-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:libubsan1-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "libubsan1-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:libubsan1-0:10.2.1-11.2.el7.s390x" }, "product_reference": "libubsan1-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:libubsan1-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "libubsan1-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-gcc-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-0:10.2.1-11.2.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.src" }, "product_reference": "devtoolset-10-gcc-0:10.2.1-11.2.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-gcc-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.i686" }, "product_reference": "libasan6-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "libasan6-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "libasan6-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.s390x" }, "product_reference": "libasan6-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "libasan6-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "liblsan-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "liblsan-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "liblsan-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "libtsan-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "libtsan-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "libtsan-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.i686" }, "product_reference": "libubsan1-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "libubsan1-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "libubsan1-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.s390x" }, "product_reference": "libubsan1-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "libubsan1-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-gcc-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-0:10.2.1-11.2.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.src" }, "product_reference": "devtoolset-10-gcc-0:10.2.1-11.2.el7.src", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-gcc-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.i686" }, "product_reference": "libasan6-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "libasan6-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "libasan6-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.s390x" }, "product_reference": "libasan6-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "libasan6-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "liblsan-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "liblsan-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "liblsan-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "libtsan-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "libtsan-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "libtsan-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.i686" }, "product_reference": "libubsan1-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "libubsan1-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "libubsan1-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.s390x" }, "product_reference": "libubsan1-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "libubsan1-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-0:10.2.1-11.2.el7.src", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:libasan6-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:libasan6-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:libasan6-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:libasan6-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:libasan6-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:liblsan-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:liblsan-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:liblsan-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:libtsan-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:libtsan-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:libtsan-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:libubsan1-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:libubsan1-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:libubsan1-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:libubsan1-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:libubsan1-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.src", "7Server-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.src", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-01T07:57:47+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-0:10.2.1-11.2.el7.src", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:libasan6-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:libasan6-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:libasan6-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:libasan6-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:libasan6-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:liblsan-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:liblsan-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:liblsan-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:libtsan-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:libtsan-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:libtsan-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:libubsan1-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:libubsan1-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:libubsan1-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:libubsan1-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:libubsan1-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.src", "7Server-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.src", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4039" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-0:10.2.1-11.2.el7.src", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:libasan6-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:libasan6-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:libasan6-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:libasan6-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:libasan6-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:liblsan-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:liblsan-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:liblsan-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:libtsan-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:libtsan-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:libtsan-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:libubsan1-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:libubsan1-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:libubsan1-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:libubsan1-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:libubsan1-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.src", "7Server-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.src", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-0:10.2.1-11.2.el7.src", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:libasan6-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:libasan6-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:libasan6-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:libasan6-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:libasan6-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:liblsan-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:liblsan-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:liblsan-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:libtsan-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:libtsan-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:libtsan-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:libubsan1-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:libubsan1-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:libubsan1-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:libubsan1-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:libubsan1-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.src", "7Server-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.src", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
rhsa-2021:4743
Vulnerability from csaf_redhat
Notes
{ "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 llvm-toolset:rhel8 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": "LLVM Toolset provides the LLVM compiler infrastructure framework, the Clang compiler for the C and C++ languages, the LLDB debugger, and related tools for code analysis.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in clang in order to facilitate detection of BiDi Unicode characters:\n\nclang-tidy now finds identifiers that contain Unicode characters with right-to-left direction, which can be confusing as they may change the understanding of a whole statement.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4743", "url": "https://access.redhat.com/errata/RHSA-2021:4743" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4743.json" } ], "title": "Red Hat Security Advisory: llvm-toolset:rhel8 security update", "tracking": { "current_release_date": "2025-09-25T12:36:01+00:00", "generator": { "date": "2025-09-25T12:36:01+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.8" } }, "id": "RHSA-2021:4743", "initial_release_date": "2021-11-18T17:49:47+00:00", "revision_history": [ { "date": "2021-11-18T17:49:47+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-18T17:49:47+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-25T12:36:01+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.5.0.Z.MAIN", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-debuginfo@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-debugsource@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-devel@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-libs@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-libs-debuginfo@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-resource-filesystem@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-tools-extra@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-tools-extra-debuginfo@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/compiler-rt@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/compiler-rt-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/compiler-rt-debugsource@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-clang-format@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/libomp@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/libomp-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/libomp-debugsource@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/libomp-devel@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/libomp-test@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/libomp-test-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-debugsource@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-devel@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-libs@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-libs-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-test@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-test-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lldb@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lldb-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lldb-debugsource@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lldb-devel@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-debuginfo@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-debugsource@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-devel@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-devel-debuginfo@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-googletest@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-libs@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-libs-debuginfo@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-static@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-test@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-test-debuginfo@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-toolset@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-clang@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product": { "name": "python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8)", "product_id": "python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-lldb@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=aarch64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.src.rpm-llvm-toolset:rhel8", "product": { "name": "clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.src.rpm (llvm-toolset:rhel8)", "product_id": "clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.src.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=src\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "product": { "name": "compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm (llvm-toolset:rhel8)", "product_id": "compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/compiler-rt@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=src\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "product": { "name": "libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm (llvm-toolset:rhel8)", "product_id": "libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/libomp@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=src\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "product": { "name": "lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm (llvm-toolset:rhel8)", "product_id": "lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=src\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "product": { "name": "lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm (llvm-toolset:rhel8)", "product_id": "lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lldb@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=src\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.src.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.src.rpm (llvm-toolset:rhel8)", "product_id": "llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.src.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=src\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm (llvm-toolset:rhel8)", "product_id": "llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-toolset@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=src\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "python-lit-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "product": { "name": "python-lit-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm (llvm-toolset:rhel8)", "product_id": "python-lit-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lit@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=src\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "clang-analyzer-12.0.1-4.module+el8.5.0+13246+cefb5d4c.noarch.rpm-llvm-toolset:rhel8", "product": { "name": "clang-analyzer-12.0.1-4.module+el8.5.0+13246+cefb5d4c.noarch.rpm (llvm-toolset:rhel8)", "product_id": "clang-analyzer-12.0.1-4.module+el8.5.0+13246+cefb5d4c.noarch.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-analyzer@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=noarch\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-doc-12.0.1-2.module+el8.5.0+12488+254d2a07.noarch.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-doc-12.0.1-2.module+el8.5.0+12488+254d2a07.noarch.rpm (llvm-toolset:rhel8)", "product_id": "llvm-doc-12.0.1-2.module+el8.5.0+12488+254d2a07.noarch.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-doc@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=noarch\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "python3-lit-12.0.1-1.module+el8.5.0+11871+08d0eab5.noarch.rpm-llvm-toolset:rhel8", "product": { "name": "python3-lit-12.0.1-1.module+el8.5.0+11871+08d0eab5.noarch.rpm (llvm-toolset:rhel8)", "product_id": "python3-lit-12.0.1-1.module+el8.5.0+11871+08d0eab5.noarch.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-lit@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=noarch\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-debuginfo@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-debugsource@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-devel@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-libs@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-libs-debuginfo@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-resource-filesystem@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-tools-extra@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-tools-extra-debuginfo@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/compiler-rt@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/compiler-rt-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/compiler-rt-debugsource@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-clang-format@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/libomp@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/libomp-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/libomp-debugsource@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/libomp-devel@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/libomp-test@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/libomp-test-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-debugsource@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-devel@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-libs@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-libs-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-test@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-test-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lldb@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lldb-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lldb-debugsource@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lldb-devel@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-debuginfo@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-debugsource@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-devel@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-devel-debuginfo@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-googletest@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-libs@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-libs-debuginfo@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-static@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-test@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-test-debuginfo@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-toolset@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-clang@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product": { "name": "python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8)", "product_id": "python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-lldb@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=ppc64le\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "product": { "name": "clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm (llvm-toolset:rhel8)", "product_id": "clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=s390x\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "product": { "name": "clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm (llvm-toolset:rhel8)", "product_id": "clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-debuginfo@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=s390x\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "product": { "name": "clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm (llvm-toolset:rhel8)", "product_id": "clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-debugsource@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=s390x\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "product": { "name": "clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm (llvm-toolset:rhel8)", "product_id": "clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-devel@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=s390x\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "product": { "name": "clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm (llvm-toolset:rhel8)", "product_id": "clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-libs@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=s390x\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "product": { "name": "clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm (llvm-toolset:rhel8)", "product_id": "clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-libs-debuginfo@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=s390x\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "product": { "name": "clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm (llvm-toolset:rhel8)", "product_id": "clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-resource-filesystem@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=s390x\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "product": { "name": "clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm (llvm-toolset:rhel8)", "product_id": "clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-tools-extra@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=s390x\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "product": { "name": "clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm (llvm-toolset:rhel8)", "product_id": "clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-tools-extra-debuginfo@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=s390x\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "product": { "name": "compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm (llvm-toolset:rhel8)", "product_id": "compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/compiler-rt@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=s390x\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "product": { "name": "compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm (llvm-toolset:rhel8)", "product_id": "compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/compiler-rt-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=s390x\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "product": { "name": "compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm (llvm-toolset:rhel8)", "product_id": "compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/compiler-rt-debugsource@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=s390x\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "product": { "name": "git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm (llvm-toolset:rhel8)", "product_id": "git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-clang-format@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=s390x\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "product": { "name": "lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm (llvm-toolset:rhel8)", "product_id": "lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lldb@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=s390x\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "product": { "name": "lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm (llvm-toolset:rhel8)", "product_id": "lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lldb-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=s390x\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "product": { "name": "lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm (llvm-toolset:rhel8)", "product_id": "lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lldb-debugsource@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=s390x\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "product": { "name": "lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm (llvm-toolset:rhel8)", "product_id": "lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lldb-devel@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=s390x\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm (llvm-toolset:rhel8)", "product_id": "llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=s390x\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm (llvm-toolset:rhel8)", "product_id": "llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-debuginfo@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=s390x\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm (llvm-toolset:rhel8)", "product_id": "llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-debugsource@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=s390x\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm (llvm-toolset:rhel8)", "product_id": "llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-devel@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=s390x\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm (llvm-toolset:rhel8)", "product_id": "llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-devel-debuginfo@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=s390x\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm (llvm-toolset:rhel8)", "product_id": "llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-googletest@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=s390x\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm (llvm-toolset:rhel8)", "product_id": "llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-libs@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=s390x\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm (llvm-toolset:rhel8)", "product_id": "llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-libs-debuginfo@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=s390x\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm (llvm-toolset:rhel8)", "product_id": "llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-static@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=s390x\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm (llvm-toolset:rhel8)", "product_id": "llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-test@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=s390x\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm (llvm-toolset:rhel8)", "product_id": "llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-test-debuginfo@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=s390x\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm (llvm-toolset:rhel8)", "product_id": "llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-toolset@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=s390x\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "product": { "name": "python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm (llvm-toolset:rhel8)", "product_id": "python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-clang@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=s390x\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "product": { "name": "python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm (llvm-toolset:rhel8)", "product_id": "python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-lldb@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=s390x\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "product": { "name": "clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm (llvm-toolset:rhel8)", "product_id": "clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "product": { "name": "clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm (llvm-toolset:rhel8)", "product_id": "clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-debuginfo@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "product": { "name": "clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm (llvm-toolset:rhel8)", "product_id": "clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-debugsource@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "product": { "name": "clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm (llvm-toolset:rhel8)", "product_id": "clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-devel@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "product": { "name": "clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm (llvm-toolset:rhel8)", "product_id": "clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-libs@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "product": { "name": "clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm (llvm-toolset:rhel8)", "product_id": "clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-libs-debuginfo@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "product": { "name": "clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm (llvm-toolset:rhel8)", "product_id": "clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-resource-filesystem@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "product": { "name": "clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm (llvm-toolset:rhel8)", "product_id": "clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-tools-extra@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "product": { "name": "clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm (llvm-toolset:rhel8)", "product_id": "clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-tools-extra-debuginfo@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product": { "name": "compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8)", "product_id": "compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/compiler-rt@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product": { "name": "compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8)", "product_id": "compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/compiler-rt-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product": { "name": "compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8)", "product_id": "compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/compiler-rt-debugsource@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "product": { "name": "git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm (llvm-toolset:rhel8)", "product_id": "git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-clang-format@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product": { "name": "libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8)", "product_id": "libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/libomp@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product": { "name": "libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8)", "product_id": "libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/libomp-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product": { "name": "libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8)", "product_id": "libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/libomp-debugsource@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product": { "name": "libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8)", "product_id": "libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/libomp-devel@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product": { "name": "libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8)", "product_id": "libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/libomp-test@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product": { "name": "libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8)", "product_id": "libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/libomp-test-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product": { "name": "lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8)", "product_id": "lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product": { "name": "lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8)", "product_id": "lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product": { "name": "lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8)", "product_id": "lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-debugsource@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product": { "name": "lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8)", "product_id": "lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-devel@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product": { "name": "lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8)", "product_id": "lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-libs@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product": { "name": "lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8)", "product_id": "lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-libs-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product": { "name": "lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8)", "product_id": "lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-test@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product": { "name": "lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8)", "product_id": "lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-test-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product": { "name": "lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8)", "product_id": "lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lldb@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product": { "name": "lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8)", "product_id": "lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lldb-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product": { "name": "lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8)", "product_id": "lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lldb-debugsource@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product": { "name": "lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8)", "product_id": "lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lldb-devel@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm (llvm-toolset:rhel8)", "product_id": "llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm (llvm-toolset:rhel8)", "product_id": "llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-debuginfo@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm (llvm-toolset:rhel8)", "product_id": "llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-debugsource@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm (llvm-toolset:rhel8)", "product_id": "llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-devel@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm (llvm-toolset:rhel8)", "product_id": "llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-devel-debuginfo@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm (llvm-toolset:rhel8)", "product_id": "llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-googletest@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm (llvm-toolset:rhel8)", "product_id": "llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-libs@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm (llvm-toolset:rhel8)", "product_id": "llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-libs-debuginfo@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm (llvm-toolset:rhel8)", "product_id": "llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-static@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm (llvm-toolset:rhel8)", "product_id": "llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-test@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm (llvm-toolset:rhel8)", "product_id": "llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-test-debuginfo@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8)", "product_id": "llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-toolset@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "product": { "name": "python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm (llvm-toolset:rhel8)", "product_id": "python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-clang@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product": { "name": "python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8)", "product_id": "python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-lldb@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=i686\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-debuginfo@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-debugsource@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-devel@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-libs@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-libs-debuginfo@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-resource-filesystem@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-tools-extra@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-tools-extra-debuginfo@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/compiler-rt@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/compiler-rt-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/compiler-rt-debugsource@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-clang-format@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/libomp@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/libomp-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/libomp-debugsource@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/libomp-devel@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/libomp-test@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/libomp-test-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-debugsource@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-devel@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-libs@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-libs-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-test@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-test-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lldb@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lldb-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lldb-debugsource@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/lldb-devel@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-debuginfo@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-debugsource@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-devel@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-devel-debuginfo@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-googletest@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-libs@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-libs-debuginfo@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-static@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-test@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-test-debuginfo@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-toolset@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-clang@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product": { "name": "python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8)", "product_id": "python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-lldb@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=x86_64\u0026rpmmod=llvm-toolset:rhel8:8050020211110163227:c5368500" } } } ], "category": "architecture", "name": "x86_64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.src.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.src.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.src.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-analyzer-12.0.1-4.module+el8.5.0+13246+cefb5d4c.noarch.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-analyzer-12.0.1-4.module+el8.5.0+13246+cefb5d4c.noarch.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-analyzer-12.0.1-4.module+el8.5.0+13246+cefb5d4c.noarch.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8" }, "product_reference": "compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8" }, "product_reference": "compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8" }, "product_reference": "compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8" }, "product_reference": "compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8" }, "product_reference": "git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8" }, "product_reference": "libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8" }, "product_reference": "lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8" }, "product_reference": "lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8" }, "product_reference": "lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8" }, "product_reference": "lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8" }, "product_reference": "lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8" }, "product_reference": "lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.src.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.src.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.src.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-doc-12.0.1-2.module+el8.5.0+12488+254d2a07.noarch.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-doc-12.0.1-2.module+el8.5.0+12488+254d2a07.noarch.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-doc-12.0.1-2.module+el8.5.0+12488+254d2a07.noarch.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python-lit-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:python-lit-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8" }, "product_reference": "python-lit-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8" }, "product_reference": "python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-lit-12.0.1-1.module+el8.5.0+11871+08d0eab5.noarch.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:python3-lit-12.0.1-1.module+el8.5.0+11871+08d0eab5.noarch.rpm-llvm-toolset:rhel8" }, "product_reference": "python3-lit-12.0.1-1.module+el8.5.0+11871+08d0eab5.noarch.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8" }, "product_reference": "python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8" }, "product_reference": "python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8" }, "product_reference": "python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8" }, "product_reference": "python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm (llvm-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8" }, "product_reference": "python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "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.5.0.Z.MAIN:clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.src.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-analyzer-12.0.1-4.module+el8.5.0+13246+cefb5d4c.noarch.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.src.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-doc-12.0.1-2.module+el8.5.0+12488+254d2a07.noarch.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python-lit-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-lit-12.0.1-1.module+el8.5.0+11871+08d0eab5.noarch.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-18T17:49:47+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.5.0.Z.MAIN:clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.src.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-analyzer-12.0.1-4.module+el8.5.0+13246+cefb5d4c.noarch.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.src.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-doc-12.0.1-2.module+el8.5.0+12488+254d2a07.noarch.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python-lit-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-lit-12.0.1-1.module+el8.5.0+11871+08d0eab5.noarch.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4743" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "AppStream-8.5.0.Z.MAIN:clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.src.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-analyzer-12.0.1-4.module+el8.5.0+13246+cefb5d4c.noarch.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.src.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-doc-12.0.1-2.module+el8.5.0+12488+254d2a07.noarch.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python-lit-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-lit-12.0.1-1.module+el8.5.0+11871+08d0eab5.noarch.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.5.0.Z.MAIN:clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.src.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-analyzer-12.0.1-4.module+el8.5.0+13246+cefb5d4c.noarch.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-debugsource-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-devel-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-libs-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-resource-filesystem-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clang-tools-extra-debuginfo-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:compiler-rt-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:git-clang-format-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:libomp-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-libs-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-libs-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-test-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lld-test-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debuginfo-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-debugsource-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:lldb-devel-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.src.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-debugsource-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-devel-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-doc-12.0.1-2.module+el8.5.0+12488+254d2a07.noarch.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-googletest-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-libs-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-static-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-test-debuginfo-12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:llvm-toolset-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python-lit-12.0.1-1.module+el8.5.0+11871+08d0eab5.src.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-clang-12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-lit-12.0.1-1.module+el8.5.0+11871+08d0eab5.noarch.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.i686.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x.rpm-llvm-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:python3-lldb-12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64.rpm-llvm-toolset:rhel8" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
rhsa-2021:4591
Vulnerability from csaf_redhat
Notes
{ "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 gcc-toolset-11-annobin 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": "Annobin provides a compiler plugin to annotate and tools to examine compiled binary files.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in annobin in order to facilitate detection of BiDi Unicode characters:\n\nThis update of annobin adds a new annocheck test to detect the presence of multibyte characters in symbol names.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4591", "url": "https://access.redhat.com/errata/RHSA-2021:4591" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4591.json" } ], "title": "Red Hat Security Advisory: gcc-toolset-11-annobin security update", "tracking": { "current_release_date": "2025-09-25T12:35:45+00:00", "generator": { "date": "2025-09-25T12:35:45+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.8" } }, "id": "RHSA-2021:4591", "initial_release_date": "2021-11-10T09:52:57+00:00", "revision_history": [ { "date": "2021-11-10T09:52:57+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-10T09:52:57+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-25T12:35:45+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.5.0.Z.MAIN", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-11-annobin-0:9.85-1.el8_5.1.src", "product": { "name": "gcc-toolset-11-annobin-0:9.85-1.el8_5.1.src", "product_id": "gcc-toolset-11-annobin-0:9.85-1.el8_5.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-annobin@9.85-1.el8_5.1?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.aarch64", "product": { "name": "gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.aarch64", "product_id": "gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-annobin-annocheck@9.85-1.el8_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.aarch64", "product": { "name": "gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.aarch64", "product_id": "gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-annobin-plugin-gcc@9.85-1.el8_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.aarch64", "product": { "name": "gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.aarch64", "product_id": "gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-annobin-annocheck-debuginfo@9.85-1.el8_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.aarch64", "product": { "name": "gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.aarch64", "product_id": "gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-annobin-debuginfo@9.85-1.el8_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.aarch64", "product": { "name": "gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.aarch64", "product_id": "gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-annobin-plugin-gcc-debuginfo@9.85-1.el8_5.1?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.ppc64le", "product": { "name": "gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.ppc64le", "product_id": "gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-annobin-annocheck@9.85-1.el8_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.ppc64le", "product": { "name": "gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.ppc64le", "product_id": "gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-annobin-plugin-gcc@9.85-1.el8_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.ppc64le", "product": { "name": "gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.ppc64le", "product_id": "gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-annobin-annocheck-debuginfo@9.85-1.el8_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.ppc64le", "product": { "name": "gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.ppc64le", "product_id": "gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-annobin-debuginfo@9.85-1.el8_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.ppc64le", "product": { "name": "gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.ppc64le", "product_id": "gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-annobin-plugin-gcc-debuginfo@9.85-1.el8_5.1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.x86_64", "product": { "name": "gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.x86_64", "product_id": "gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-annobin-annocheck@9.85-1.el8_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.x86_64", "product": { "name": "gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.x86_64", "product_id": "gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-annobin-plugin-gcc@9.85-1.el8_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.x86_64", "product": { "name": "gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.x86_64", "product_id": "gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-annobin-annocheck-debuginfo@9.85-1.el8_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.x86_64", "product": { "name": "gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.x86_64", "product_id": "gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-annobin-debuginfo@9.85-1.el8_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.x86_64", "product": { "name": "gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.x86_64", "product_id": "gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-annobin-plugin-gcc-debuginfo@9.85-1.el8_5.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.s390x", "product": { "name": "gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.s390x", "product_id": "gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-annobin-annocheck@9.85-1.el8_5.1?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.s390x", "product": { "name": "gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.s390x", "product_id": "gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-annobin-plugin-gcc@9.85-1.el8_5.1?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.s390x", "product": { "name": "gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.s390x", "product_id": "gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-annobin-annocheck-debuginfo@9.85-1.el8_5.1?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.s390x", "product": { "name": "gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.s390x", "product_id": "gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-annobin-debuginfo@9.85-1.el8_5.1?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.s390x", "product": { "name": "gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.s390x", "product_id": "gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-annobin-plugin-gcc-debuginfo@9.85-1.el8_5.1?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-11-annobin-docs-0:9.85-1.el8_5.1.noarch", "product": { "name": "gcc-toolset-11-annobin-docs-0:9.85-1.el8_5.1.noarch", "product_id": "gcc-toolset-11-annobin-docs-0:9.85-1.el8_5.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-annobin-docs@9.85-1.el8_5.1?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-annobin-0:9.85-1.el8_5.1.src as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-0:9.85-1.el8_5.1.src" }, "product_reference": "gcc-toolset-11-annobin-0:9.85-1.el8_5.1.src", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.aarch64" }, "product_reference": "gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.ppc64le" }, "product_reference": "gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.s390x" }, "product_reference": "gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.x86_64" }, "product_reference": "gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.aarch64" }, "product_reference": "gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.ppc64le" }, "product_reference": "gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.s390x" }, "product_reference": "gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.x86_64" }, "product_reference": "gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.aarch64" }, "product_reference": "gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.ppc64le" }, "product_reference": "gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.s390x" }, "product_reference": "gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.x86_64" }, "product_reference": "gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-annobin-docs-0:9.85-1.el8_5.1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-docs-0:9.85-1.el8_5.1.noarch" }, "product_reference": "gcc-toolset-11-annobin-docs-0:9.85-1.el8_5.1.noarch", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.aarch64" }, "product_reference": "gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.ppc64le" }, "product_reference": "gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.s390x" }, "product_reference": "gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.x86_64" }, "product_reference": "gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.aarch64" }, "product_reference": "gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.ppc64le" }, "product_reference": "gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.s390x" }, "product_reference": "gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.x86_64" }, "product_reference": "gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "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.5.0.Z.MAIN:gcc-toolset-11-annobin-0:9.85-1.el8_5.1.src", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-docs-0:9.85-1.el8_5.1.noarch", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-10T09:52:57+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.5.0.Z.MAIN:gcc-toolset-11-annobin-0:9.85-1.el8_5.1.src", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-docs-0:9.85-1.el8_5.1.noarch", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4591" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-0:9.85-1.el8_5.1.src", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-docs-0:9.85-1.el8_5.1.noarch", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-0:9.85-1.el8_5.1.src", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-docs-0:9.85-1.el8_5.1.noarch", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
rhsa-2021_4596
Vulnerability from csaf_redhat
Notes
{ "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 binutils is now available for Red Hat Enterprise Linux 8.4 Extended Update Support.\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": "The binutils packages provide a collection of binary utilities for the manipulation of object code in various object file formats. It includes the ar, as, gprof, ld, nm, objcopy, objdump, ranlib, readelf, size, strings, strip, and addr2line utilities.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in binutils in order to facilitate detection of BiDi Unicode characters:\n\nTools which display names or strings (readelf, strings, nm, objdump) have a new command line option --unicode / -U which controls how Unicode characters are handled.\n\nUsing \"--unicode=default\" will treat them as normal for the tool. This is the default behaviour when --unicode option is not used.\nUsing \"--unicode=locale\" will display them according to the current locale.\nUsing \"--unicode=hex\" will display them as hex byte values.\nUsing \"--unicode=escape\" will display them as Unicode escape sequences.\nUsing \"--unicode=highlight\" will display them as Unicode escape sequences highlighted in red, if supported by the output device.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4596", "url": "https://access.redhat.com/errata/RHSA-2021:4596" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4596.json" } ], "title": "Red Hat Security Advisory: binutils security update", "tracking": { "current_release_date": "2024-11-13T23:34:59+00:00", "generator": { "date": "2024-11-13T23:34:59+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2021:4596", "initial_release_date": "2021-11-10T10:46:37+00:00", "revision_history": [ { "date": "2021-11-10T10:46:37+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-10T10:46:37+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T23:34:59+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:8.4::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux BaseOS EUS (v.8.4)", "product": { "name": "Red Hat Enterprise Linux BaseOS EUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_eus:8.4::baseos" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.30-93.el8_4.2.aarch64", "product": { "name": "binutils-devel-0:2.30-93.el8_4.2.aarch64", "product_id": "binutils-devel-0:2.30-93.el8_4.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.30-93.el8_4.2?arch=aarch64" } } }, { "category": "product_version", "name": "binutils-debugsource-0:2.30-93.el8_4.2.aarch64", "product": { "name": "binutils-debugsource-0:2.30-93.el8_4.2.aarch64", "product_id": "binutils-debugsource-0:2.30-93.el8_4.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debugsource@2.30-93.el8_4.2?arch=aarch64" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.30-93.el8_4.2.aarch64", "product": { "name": "binutils-debuginfo-0:2.30-93.el8_4.2.aarch64", "product_id": "binutils-debuginfo-0:2.30-93.el8_4.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.30-93.el8_4.2?arch=aarch64" } } }, { "category": "product_version", "name": "binutils-0:2.30-93.el8_4.2.aarch64", "product": { "name": "binutils-0:2.30-93.el8_4.2.aarch64", "product_id": "binutils-0:2.30-93.el8_4.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.30-93.el8_4.2?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.30-93.el8_4.2.ppc64le", "product": { "name": "binutils-devel-0:2.30-93.el8_4.2.ppc64le", "product_id": "binutils-devel-0:2.30-93.el8_4.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.30-93.el8_4.2?arch=ppc64le" } } }, { "category": "product_version", "name": "binutils-debugsource-0:2.30-93.el8_4.2.ppc64le", "product": { "name": "binutils-debugsource-0:2.30-93.el8_4.2.ppc64le", "product_id": "binutils-debugsource-0:2.30-93.el8_4.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debugsource@2.30-93.el8_4.2?arch=ppc64le" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.30-93.el8_4.2.ppc64le", "product": { "name": "binutils-debuginfo-0:2.30-93.el8_4.2.ppc64le", "product_id": "binutils-debuginfo-0:2.30-93.el8_4.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.30-93.el8_4.2?arch=ppc64le" } } }, { "category": "product_version", "name": "binutils-0:2.30-93.el8_4.2.ppc64le", "product": { "name": "binutils-0:2.30-93.el8_4.2.ppc64le", "product_id": "binutils-0:2.30-93.el8_4.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.30-93.el8_4.2?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.30-93.el8_4.2.i686", "product": { "name": "binutils-devel-0:2.30-93.el8_4.2.i686", "product_id": "binutils-devel-0:2.30-93.el8_4.2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.30-93.el8_4.2?arch=i686" } } }, { "category": "product_version", "name": "binutils-debugsource-0:2.30-93.el8_4.2.i686", "product": { "name": "binutils-debugsource-0:2.30-93.el8_4.2.i686", "product_id": "binutils-debugsource-0:2.30-93.el8_4.2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debugsource@2.30-93.el8_4.2?arch=i686" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.30-93.el8_4.2.i686", "product": { "name": "binutils-debuginfo-0:2.30-93.el8_4.2.i686", "product_id": "binutils-debuginfo-0:2.30-93.el8_4.2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.30-93.el8_4.2?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.30-93.el8_4.2.x86_64", "product": { "name": "binutils-devel-0:2.30-93.el8_4.2.x86_64", "product_id": "binutils-devel-0:2.30-93.el8_4.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.30-93.el8_4.2?arch=x86_64" } } }, { "category": "product_version", "name": "binutils-debugsource-0:2.30-93.el8_4.2.x86_64", "product": { "name": "binutils-debugsource-0:2.30-93.el8_4.2.x86_64", "product_id": "binutils-debugsource-0:2.30-93.el8_4.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debugsource@2.30-93.el8_4.2?arch=x86_64" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.30-93.el8_4.2.x86_64", "product": { "name": "binutils-debuginfo-0:2.30-93.el8_4.2.x86_64", "product_id": "binutils-debuginfo-0:2.30-93.el8_4.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.30-93.el8_4.2?arch=x86_64" } } }, { "category": "product_version", "name": "binutils-0:2.30-93.el8_4.2.x86_64", "product": { "name": "binutils-0:2.30-93.el8_4.2.x86_64", "product_id": "binutils-0:2.30-93.el8_4.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.30-93.el8_4.2?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.30-93.el8_4.2.s390x", "product": { "name": "binutils-devel-0:2.30-93.el8_4.2.s390x", "product_id": "binutils-devel-0:2.30-93.el8_4.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.30-93.el8_4.2?arch=s390x" } } }, { "category": "product_version", "name": "binutils-debugsource-0:2.30-93.el8_4.2.s390x", "product": { "name": "binutils-debugsource-0:2.30-93.el8_4.2.s390x", "product_id": "binutils-debugsource-0:2.30-93.el8_4.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debugsource@2.30-93.el8_4.2?arch=s390x" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.30-93.el8_4.2.s390x", "product": { "name": "binutils-debuginfo-0:2.30-93.el8_4.2.s390x", "product_id": "binutils-debuginfo-0:2.30-93.el8_4.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.30-93.el8_4.2?arch=s390x" } } }, { "category": "product_version", "name": "binutils-0:2.30-93.el8_4.2.s390x", "product": { "name": "binutils-0:2.30-93.el8_4.2.s390x", "product_id": "binutils-0:2.30-93.el8_4.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.30-93.el8_4.2?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "binutils-0:2.30-93.el8_4.2.src", "product": { "name": "binutils-0:2.30-93.el8_4.2.src", "product_id": "binutils-0:2.30-93.el8_4.2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.30-93.el8_4.2?arch=src" } } } ], "category": "architecture", "name": "src" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-93.el8_4.2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.aarch64" }, "product_reference": "binutils-0:2.30-93.el8_4.2.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-93.el8_4.2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.ppc64le" }, "product_reference": "binutils-0:2.30-93.el8_4.2.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-93.el8_4.2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.s390x" }, "product_reference": "binutils-0:2.30-93.el8_4.2.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-93.el8_4.2.src as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.src" }, "product_reference": "binutils-0:2.30-93.el8_4.2.src", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-93.el8_4.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.x86_64" }, "product_reference": "binutils-0:2.30-93.el8_4.2.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-93.el8_4.2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.aarch64" }, "product_reference": "binutils-debuginfo-0:2.30-93.el8_4.2.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-93.el8_4.2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.i686" }, "product_reference": "binutils-debuginfo-0:2.30-93.el8_4.2.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-93.el8_4.2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.ppc64le" }, "product_reference": "binutils-debuginfo-0:2.30-93.el8_4.2.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-93.el8_4.2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.s390x" }, "product_reference": "binutils-debuginfo-0:2.30-93.el8_4.2.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-93.el8_4.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.x86_64" }, "product_reference": "binutils-debuginfo-0:2.30-93.el8_4.2.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-93.el8_4.2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.aarch64" }, "product_reference": "binutils-debugsource-0:2.30-93.el8_4.2.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-93.el8_4.2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.i686" }, "product_reference": "binutils-debugsource-0:2.30-93.el8_4.2.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-93.el8_4.2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.ppc64le" }, "product_reference": "binutils-debugsource-0:2.30-93.el8_4.2.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-93.el8_4.2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.s390x" }, "product_reference": "binutils-debugsource-0:2.30-93.el8_4.2.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-93.el8_4.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.x86_64" }, "product_reference": "binutils-debugsource-0:2.30-93.el8_4.2.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-93.el8_4.2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.aarch64" }, "product_reference": "binutils-devel-0:2.30-93.el8_4.2.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-93.el8_4.2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.i686" }, "product_reference": "binutils-devel-0:2.30-93.el8_4.2.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-93.el8_4.2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.ppc64le" }, "product_reference": "binutils-devel-0:2.30-93.el8_4.2.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-93.el8_4.2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.s390x" }, "product_reference": "binutils-devel-0:2.30-93.el8_4.2.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-93.el8_4.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.x86_64" }, "product_reference": "binutils-devel-0:2.30-93.el8_4.2.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-93.el8_4.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.aarch64" }, "product_reference": "binutils-0:2.30-93.el8_4.2.aarch64", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-93.el8_4.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.ppc64le" }, "product_reference": "binutils-0:2.30-93.el8_4.2.ppc64le", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-93.el8_4.2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.s390x" }, "product_reference": "binutils-0:2.30-93.el8_4.2.s390x", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-93.el8_4.2.src as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.src" }, "product_reference": "binutils-0:2.30-93.el8_4.2.src", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-93.el8_4.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.x86_64" }, "product_reference": "binutils-0:2.30-93.el8_4.2.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-93.el8_4.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.aarch64" }, "product_reference": "binutils-debuginfo-0:2.30-93.el8_4.2.aarch64", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-93.el8_4.2.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.i686" }, "product_reference": "binutils-debuginfo-0:2.30-93.el8_4.2.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-93.el8_4.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.ppc64le" }, "product_reference": "binutils-debuginfo-0:2.30-93.el8_4.2.ppc64le", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-93.el8_4.2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.s390x" }, "product_reference": "binutils-debuginfo-0:2.30-93.el8_4.2.s390x", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-93.el8_4.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.x86_64" }, "product_reference": "binutils-debuginfo-0:2.30-93.el8_4.2.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-93.el8_4.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.aarch64" }, "product_reference": "binutils-debugsource-0:2.30-93.el8_4.2.aarch64", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-93.el8_4.2.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.i686" }, "product_reference": "binutils-debugsource-0:2.30-93.el8_4.2.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-93.el8_4.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.ppc64le" }, "product_reference": "binutils-debugsource-0:2.30-93.el8_4.2.ppc64le", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-93.el8_4.2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.s390x" }, "product_reference": "binutils-debugsource-0:2.30-93.el8_4.2.s390x", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-93.el8_4.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.x86_64" }, "product_reference": "binutils-debugsource-0:2.30-93.el8_4.2.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-93.el8_4.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.aarch64" }, "product_reference": "binutils-devel-0:2.30-93.el8_4.2.aarch64", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-93.el8_4.2.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.i686" }, "product_reference": "binutils-devel-0:2.30-93.el8_4.2.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-93.el8_4.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.ppc64le" }, "product_reference": "binutils-devel-0:2.30-93.el8_4.2.ppc64le", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-93.el8_4.2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.s390x" }, "product_reference": "binutils-devel-0:2.30-93.el8_4.2.s390x", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-93.el8_4.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.x86_64" }, "product_reference": "binutils-devel-0:2.30-93.el8_4.2.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "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.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.aarch64", "AppStream-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.ppc64le", "AppStream-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.s390x", "AppStream-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.src", "AppStream-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.x86_64", "AppStream-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.aarch64", "AppStream-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.i686", "AppStream-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.ppc64le", "AppStream-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.s390x", "AppStream-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.x86_64", "AppStream-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.aarch64", "AppStream-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.i686", "AppStream-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.ppc64le", "AppStream-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.s390x", "AppStream-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.x86_64", "AppStream-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.aarch64", "AppStream-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.i686", "AppStream-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.ppc64le", "AppStream-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.s390x", "AppStream-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.x86_64", "BaseOS-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.aarch64", "BaseOS-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.ppc64le", "BaseOS-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.s390x", "BaseOS-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.src", "BaseOS-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.x86_64", "BaseOS-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.aarch64", "BaseOS-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.i686", "BaseOS-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.ppc64le", "BaseOS-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.s390x", "BaseOS-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.x86_64", "BaseOS-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.aarch64", "BaseOS-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.i686", "BaseOS-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.ppc64le", "BaseOS-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.s390x", "BaseOS-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.x86_64", "BaseOS-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.aarch64", "BaseOS-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.i686", "BaseOS-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.ppc64le", "BaseOS-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.s390x", "BaseOS-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-10T10:46:37+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.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.aarch64", "AppStream-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.ppc64le", "AppStream-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.s390x", "AppStream-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.src", "AppStream-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.x86_64", "AppStream-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.aarch64", "AppStream-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.i686", "AppStream-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.ppc64le", "AppStream-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.s390x", "AppStream-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.x86_64", "AppStream-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.aarch64", "AppStream-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.i686", "AppStream-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.ppc64le", "AppStream-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.s390x", "AppStream-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.x86_64", "AppStream-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.aarch64", "AppStream-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.i686", "AppStream-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.ppc64le", "AppStream-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.s390x", "AppStream-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.x86_64", "BaseOS-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.aarch64", "BaseOS-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.ppc64le", "BaseOS-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.s390x", "BaseOS-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.src", "BaseOS-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.x86_64", "BaseOS-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.aarch64", "BaseOS-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.i686", "BaseOS-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.ppc64le", "BaseOS-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.s390x", "BaseOS-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.x86_64", "BaseOS-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.aarch64", "BaseOS-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.i686", "BaseOS-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.ppc64le", "BaseOS-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.s390x", "BaseOS-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.x86_64", "BaseOS-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.aarch64", "BaseOS-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.i686", "BaseOS-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.ppc64le", "BaseOS-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.s390x", "BaseOS-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4596" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "AppStream-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.aarch64", "AppStream-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.ppc64le", "AppStream-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.s390x", "AppStream-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.src", "AppStream-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.x86_64", "AppStream-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.aarch64", "AppStream-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.i686", "AppStream-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.ppc64le", "AppStream-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.s390x", "AppStream-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.x86_64", "AppStream-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.aarch64", "AppStream-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.i686", "AppStream-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.ppc64le", "AppStream-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.s390x", "AppStream-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.x86_64", "AppStream-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.aarch64", "AppStream-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.i686", "AppStream-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.ppc64le", "AppStream-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.s390x", "AppStream-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.x86_64", "BaseOS-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.aarch64", "BaseOS-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.ppc64le", "BaseOS-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.s390x", "BaseOS-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.src", "BaseOS-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.x86_64", "BaseOS-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.aarch64", "BaseOS-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.i686", "BaseOS-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.ppc64le", "BaseOS-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.s390x", "BaseOS-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.x86_64", "BaseOS-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.aarch64", "BaseOS-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.i686", "BaseOS-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.ppc64le", "BaseOS-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.s390x", "BaseOS-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.x86_64", "BaseOS-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.aarch64", "BaseOS-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.i686", "BaseOS-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.ppc64le", "BaseOS-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.s390x", "BaseOS-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.aarch64", "AppStream-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.ppc64le", "AppStream-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.s390x", "AppStream-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.src", "AppStream-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.x86_64", "AppStream-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.aarch64", "AppStream-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.i686", "AppStream-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.ppc64le", "AppStream-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.s390x", "AppStream-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.x86_64", "AppStream-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.aarch64", "AppStream-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.i686", "AppStream-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.ppc64le", "AppStream-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.s390x", "AppStream-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.x86_64", "AppStream-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.aarch64", "AppStream-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.i686", "AppStream-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.ppc64le", "AppStream-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.s390x", "AppStream-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.x86_64", "BaseOS-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.aarch64", "BaseOS-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.ppc64le", "BaseOS-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.s390x", "BaseOS-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.src", "BaseOS-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.x86_64", "BaseOS-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.aarch64", "BaseOS-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.i686", "BaseOS-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.ppc64le", "BaseOS-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.s390x", "BaseOS-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.x86_64", "BaseOS-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.aarch64", "BaseOS-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.i686", "BaseOS-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.ppc64le", "BaseOS-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.s390x", "BaseOS-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.x86_64", "BaseOS-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.aarch64", "BaseOS-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.i686", "BaseOS-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.ppc64le", "BaseOS-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.s390x", "BaseOS-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
rhsa-2021:4039
Vulnerability from csaf_redhat
Notes
{ "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 devtoolset-10-gcc is now available for Red Hat Software Collections.\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": "The GNU Compiler Collection (GCC) is a portable compiler suite with support for various programming languages, including C, C++, and Fortran. The devtoolset-10-gcc packages provide the Red Hat Developer Toolset 10 version of GCC, as well as related libraries.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in binutils in order to facilitate detection of BiDi Unicode characters:\n\nThis gcc update implements -Wbidirectional=[none|unpaired|any] to warn about possibly dangerous bidirectional characters.\nThere are three levels of warning supported by GCC:\n\"-Wbidirectional=unpaired\", which warns about improperly terminated bidi contexts. (This is the default)\n\"-Wbidirectional=none\", turns the warning off.\n\"-Wbidirectional=any\" warns about any use of bidirectional characters.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4039", "url": "https://access.redhat.com/errata/RHSA-2021:4039" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4039.json" } ], "title": "Red Hat Security Advisory: devtoolset-10-gcc security update", "tracking": { "current_release_date": "2025-09-25T12:35:00+00:00", "generator": { "date": "2025-09-25T12:35:00+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.8" } }, "id": "RHSA-2021:4039", "initial_release_date": "2021-11-01T07:57:47+00:00", "revision_history": [ { "date": "2021-11-01T07:57:47+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-01T07:57:47+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-25T12:35:00+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } } ], "category": "product_family", "name": "Red Hat Software Collections" }, { "branches": [ { "category": "product_version", "name": "devtoolset-10-gcc-0:10.2.1-11.2.el7.src", "product": { "name": "devtoolset-10-gcc-0:10.2.1-11.2.el7.src", "product_id": "devtoolset-10-gcc-0:10.2.1-11.2.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc@10.2.1-11.2.el7?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "devtoolset-10-gcc-0:10.2.1-11.2.el7.x86_64", "product": { "name": "devtoolset-10-gcc-0:10.2.1-11.2.el7.x86_64", "product_id": "devtoolset-10-gcc-0:10.2.1-11.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc@10.2.1-11.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.x86_64", "product": { "name": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.x86_64", "product_id": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc-c%2B%2B@10.2.1-11.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.x86_64", "product": { "name": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.x86_64", "product_id": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc-gdb-plugin@10.2.1-11.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.x86_64", "product": { "name": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.x86_64", "product_id": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc-gfortran@10.2.1-11.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.x86_64", "product": { "name": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.x86_64", "product_id": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc-plugin-devel@10.2.1-11.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.x86_64", "product": { "name": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.x86_64", "product_id": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libasan-devel@10.2.1-11.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.x86_64", "product": { "name": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.x86_64", "product_id": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libatomic-devel@10.2.1-11.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.x86_64", "product": { "name": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.x86_64", "product_id": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libgccjit@10.2.1-11.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.x86_64", "product": { "name": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.x86_64", "product_id": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libgccjit-devel@10.2.1-11.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.x86_64", "product": { "name": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.x86_64", "product_id": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libgccjit-docs@10.2.1-11.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.x86_64", "product": { "name": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.x86_64", "product_id": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libitm-devel@10.2.1-11.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.x86_64", "product": { "name": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.x86_64", "product_id": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-liblsan-devel@10.2.1-11.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.x86_64", "product": { "name": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.x86_64", "product_id": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libquadmath-devel@10.2.1-11.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.x86_64", "product": { "name": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.x86_64", "product_id": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libstdc%2B%2B-devel@10.2.1-11.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.x86_64", "product": { "name": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.x86_64", "product_id": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libstdc%2B%2B-docs@10.2.1-11.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.x86_64", "product": { "name": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.x86_64", "product_id": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libtsan-devel@10.2.1-11.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.x86_64", "product": { "name": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.x86_64", "product_id": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libubsan-devel@10.2.1-11.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "libasan6-0:10.2.1-11.2.el7.x86_64", "product": { "name": "libasan6-0:10.2.1-11.2.el7.x86_64", "product_id": "libasan6-0:10.2.1-11.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6@10.2.1-11.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "liblsan-0:10.2.1-11.2.el7.x86_64", "product": { "name": "liblsan-0:10.2.1-11.2.el7.x86_64", "product_id": "liblsan-0:10.2.1-11.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/liblsan@10.2.1-11.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "libtsan-0:10.2.1-11.2.el7.x86_64", "product": { "name": "libtsan-0:10.2.1-11.2.el7.x86_64", "product_id": "libtsan-0:10.2.1-11.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libtsan@10.2.1-11.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "libubsan1-0:10.2.1-11.2.el7.x86_64", "product": { "name": "libubsan1-0:10.2.1-11.2.el7.x86_64", "product_id": "libubsan1-0:10.2.1-11.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libubsan1@10.2.1-11.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.x86_64", "product": { "name": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.x86_64", "product_id": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc-debuginfo@10.2.1-11.2.el7?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.i686", "product": { "name": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.i686", "product_id": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libasan-devel@10.2.1-11.2.el7?arch=i686" } } }, { "category": "product_version", "name": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.i686", "product": { "name": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.i686", "product_id": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libatomic-devel@10.2.1-11.2.el7?arch=i686" } } }, { "category": "product_version", "name": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.i686", "product": { "name": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.i686", "product_id": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libgccjit@10.2.1-11.2.el7?arch=i686" } } }, { "category": "product_version", "name": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.i686", "product": { "name": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.i686", "product_id": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libgccjit-devel@10.2.1-11.2.el7?arch=i686" } } }, { "category": "product_version", "name": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.i686", "product": { "name": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.i686", "product_id": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libitm-devel@10.2.1-11.2.el7?arch=i686" } } }, { "category": "product_version", "name": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.i686", "product": { "name": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.i686", "product_id": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libquadmath-devel@10.2.1-11.2.el7?arch=i686" } } }, { "category": "product_version", "name": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.i686", "product": { "name": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.i686", "product_id": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libstdc%2B%2B-devel@10.2.1-11.2.el7?arch=i686" } } }, { "category": "product_version", "name": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.i686", "product": { "name": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.i686", "product_id": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libubsan-devel@10.2.1-11.2.el7?arch=i686" } } }, { "category": "product_version", "name": "libasan6-0:10.2.1-11.2.el7.i686", "product": { "name": "libasan6-0:10.2.1-11.2.el7.i686", "product_id": "libasan6-0:10.2.1-11.2.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6@10.2.1-11.2.el7?arch=i686" } } }, { "category": "product_version", "name": "libubsan1-0:10.2.1-11.2.el7.i686", "product": { "name": "libubsan1-0:10.2.1-11.2.el7.i686", "product_id": "libubsan1-0:10.2.1-11.2.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libubsan1@10.2.1-11.2.el7?arch=i686" } } }, { "category": "product_version", "name": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.i686", "product": { "name": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.i686", "product_id": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc-debuginfo@10.2.1-11.2.el7?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64le", "product": { "name": "devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64le", "product_id": "devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc@10.2.1-11.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64le", "product": { "name": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64le", "product_id": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc-c%2B%2B@10.2.1-11.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64le", "product": { "name": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64le", "product_id": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc-gdb-plugin@10.2.1-11.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64le", "product": { "name": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64le", "product_id": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc-gfortran@10.2.1-11.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64le", "product": { "name": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64le", "product_id": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc-plugin-devel@10.2.1-11.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64le", "product": { "name": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64le", "product_id": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libasan-devel@10.2.1-11.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64le", "product": { "name": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64le", "product_id": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libatomic-devel@10.2.1-11.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64le", "product": { "name": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64le", "product_id": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libgccjit@10.2.1-11.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64le", "product": { "name": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64le", "product_id": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libgccjit-devel@10.2.1-11.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64le", "product": { "name": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64le", "product_id": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libgccjit-docs@10.2.1-11.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64le", "product": { "name": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64le", "product_id": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libitm-devel@10.2.1-11.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64le", "product": { "name": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64le", "product_id": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-liblsan-devel@10.2.1-11.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64le", "product": { "name": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64le", "product_id": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libquadmath-devel@10.2.1-11.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64le", "product": { "name": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64le", "product_id": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libstdc%2B%2B-devel@10.2.1-11.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64le", "product": { "name": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64le", "product_id": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libstdc%2B%2B-docs@10.2.1-11.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64le", "product": { "name": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64le", "product_id": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libtsan-devel@10.2.1-11.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64le", "product": { "name": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64le", "product_id": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libubsan-devel@10.2.1-11.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "libasan6-0:10.2.1-11.2.el7.ppc64le", "product": { "name": "libasan6-0:10.2.1-11.2.el7.ppc64le", "product_id": "libasan6-0:10.2.1-11.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6@10.2.1-11.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "liblsan-0:10.2.1-11.2.el7.ppc64le", "product": { "name": "liblsan-0:10.2.1-11.2.el7.ppc64le", "product_id": "liblsan-0:10.2.1-11.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/liblsan@10.2.1-11.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "libtsan-0:10.2.1-11.2.el7.ppc64le", "product": { "name": "libtsan-0:10.2.1-11.2.el7.ppc64le", "product_id": "libtsan-0:10.2.1-11.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libtsan@10.2.1-11.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "libubsan1-0:10.2.1-11.2.el7.ppc64le", "product": { "name": "libubsan1-0:10.2.1-11.2.el7.ppc64le", "product_id": "libubsan1-0:10.2.1-11.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libubsan1@10.2.1-11.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64le", "product": { "name": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64le", "product_id": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc-debuginfo@10.2.1-11.2.el7?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64", "product": { "name": "devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64", "product_id": "devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc@10.2.1-11.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64", "product": { "name": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64", "product_id": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc-c%2B%2B@10.2.1-11.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64", "product": { "name": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64", "product_id": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc-gdb-plugin@10.2.1-11.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64", "product": { "name": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64", "product_id": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc-gfortran@10.2.1-11.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64", "product": { "name": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64", "product_id": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc-plugin-devel@10.2.1-11.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64", "product": { "name": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64", "product_id": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libasan-devel@10.2.1-11.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64", "product": { "name": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64", "product_id": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libatomic-devel@10.2.1-11.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64", "product": { "name": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64", "product_id": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libgccjit@10.2.1-11.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64", "product": { "name": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64", "product_id": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libgccjit-devel@10.2.1-11.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64", "product": { "name": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64", "product_id": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libgccjit-docs@10.2.1-11.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64", "product": { "name": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64", "product_id": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libitm-devel@10.2.1-11.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64", "product": { "name": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64", "product_id": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-liblsan-devel@10.2.1-11.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64", "product": { "name": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64", "product_id": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libquadmath-devel@10.2.1-11.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64", "product": { "name": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64", "product_id": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libstdc%2B%2B-devel@10.2.1-11.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64", "product": { "name": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64", "product_id": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libstdc%2B%2B-docs@10.2.1-11.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64", "product": { "name": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64", "product_id": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libtsan-devel@10.2.1-11.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64", "product": { "name": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64", "product_id": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libubsan-devel@10.2.1-11.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "libasan6-0:10.2.1-11.2.el7.ppc64", "product": { "name": "libasan6-0:10.2.1-11.2.el7.ppc64", "product_id": "libasan6-0:10.2.1-11.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6@10.2.1-11.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "liblsan-0:10.2.1-11.2.el7.ppc64", "product": { "name": "liblsan-0:10.2.1-11.2.el7.ppc64", "product_id": "liblsan-0:10.2.1-11.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/liblsan@10.2.1-11.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "libtsan-0:10.2.1-11.2.el7.ppc64", "product": { "name": "libtsan-0:10.2.1-11.2.el7.ppc64", "product_id": "libtsan-0:10.2.1-11.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libtsan@10.2.1-11.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "libubsan1-0:10.2.1-11.2.el7.ppc64", "product": { "name": "libubsan1-0:10.2.1-11.2.el7.ppc64", "product_id": "libubsan1-0:10.2.1-11.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libubsan1@10.2.1-11.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64", "product": { "name": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64", "product_id": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc-debuginfo@10.2.1-11.2.el7?arch=ppc64" } } } ], "category": "architecture", "name": "ppc64" }, { "branches": [ { "category": "product_version", "name": "devtoolset-10-gcc-0:10.2.1-11.2.el7.s390x", "product": { "name": "devtoolset-10-gcc-0:10.2.1-11.2.el7.s390x", "product_id": "devtoolset-10-gcc-0:10.2.1-11.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc@10.2.1-11.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.s390x", "product": { "name": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.s390x", "product_id": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc-c%2B%2B@10.2.1-11.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.s390x", "product": { "name": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.s390x", "product_id": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc-gdb-plugin@10.2.1-11.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.s390x", "product": { "name": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.s390x", "product_id": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc-gfortran@10.2.1-11.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.s390x", "product": { "name": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.s390x", "product_id": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc-plugin-devel@10.2.1-11.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.s390x", "product": { "name": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.s390x", "product_id": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libasan-devel@10.2.1-11.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.s390x", "product": { "name": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.s390x", "product_id": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libatomic-devel@10.2.1-11.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.s390x", "product": { "name": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.s390x", "product_id": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libgccjit@10.2.1-11.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.s390x", "product": { "name": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.s390x", "product_id": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libgccjit-devel@10.2.1-11.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.s390x", "product": { "name": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.s390x", "product_id": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libgccjit-docs@10.2.1-11.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.s390x", "product": { "name": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.s390x", "product_id": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libitm-devel@10.2.1-11.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.s390x", "product": { "name": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.s390x", "product_id": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libstdc%2B%2B-devel@10.2.1-11.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.s390x", "product": { "name": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.s390x", "product_id": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libstdc%2B%2B-docs@10.2.1-11.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.s390x", "product": { "name": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.s390x", "product_id": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-libubsan-devel@10.2.1-11.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "libasan6-0:10.2.1-11.2.el7.s390x", "product": { "name": "libasan6-0:10.2.1-11.2.el7.s390x", "product_id": "libasan6-0:10.2.1-11.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6@10.2.1-11.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "libubsan1-0:10.2.1-11.2.el7.s390x", "product": { "name": "libubsan1-0:10.2.1-11.2.el7.s390x", "product_id": "libubsan1-0:10.2.1-11.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libubsan1@10.2.1-11.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.s390x", "product": { "name": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.s390x", "product_id": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-gcc-debuginfo@10.2.1-11.2.el7?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-gcc-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-0:10.2.1-11.2.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-0:10.2.1-11.2.el7.src" }, "product_reference": "devtoolset-10-gcc-0:10.2.1-11.2.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-gcc-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:libasan6-0:10.2.1-11.2.el7.i686" }, "product_reference": "libasan6-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:libasan6-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "libasan6-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:libasan6-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "libasan6-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:libasan6-0:10.2.1-11.2.el7.s390x" }, "product_reference": "libasan6-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:libasan6-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "libasan6-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:liblsan-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "liblsan-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:liblsan-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "liblsan-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:liblsan-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "liblsan-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:libtsan-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "libtsan-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:libtsan-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "libtsan-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:libtsan-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "libtsan-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:libubsan1-0:10.2.1-11.2.el7.i686" }, "product_reference": "libubsan1-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:libubsan1-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "libubsan1-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:libubsan1-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "libubsan1-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:libubsan1-0:10.2.1-11.2.el7.s390x" }, "product_reference": "libubsan1-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:libubsan1-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "libubsan1-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-gcc-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-0:10.2.1-11.2.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.src" }, "product_reference": "devtoolset-10-gcc-0:10.2.1-11.2.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-gcc-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.i686" }, "product_reference": "libasan6-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "libasan6-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "libasan6-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.s390x" }, "product_reference": "libasan6-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "libasan6-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "liblsan-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "liblsan-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "liblsan-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "libtsan-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "libtsan-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "libtsan-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.i686" }, "product_reference": "libubsan1-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "libubsan1-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "libubsan1-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.s390x" }, "product_reference": "libubsan1-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "libubsan1-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-gcc-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-0:10.2.1-11.2.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.src" }, "product_reference": "devtoolset-10-gcc-0:10.2.1-11.2.el7.src", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-gcc-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libgccjit-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.i686" }, "product_reference": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.s390x" }, "product_reference": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.i686" }, "product_reference": "libasan6-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "libasan6-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "libasan6-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.s390x" }, "product_reference": "libasan6-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "libasan6-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "liblsan-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "liblsan-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "liblsan-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "libtsan-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "libtsan-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "libtsan-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:10.2.1-11.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.i686" }, "product_reference": "libubsan1-0:10.2.1-11.2.el7.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:10.2.1-11.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.ppc64" }, "product_reference": "libubsan1-0:10.2.1-11.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:10.2.1-11.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.ppc64le" }, "product_reference": "libubsan1-0:10.2.1-11.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:10.2.1-11.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.s390x" }, "product_reference": "libubsan1-0:10.2.1-11.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:10.2.1-11.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.x86_64" }, "product_reference": "libubsan1-0:10.2.1-11.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-0:10.2.1-11.2.el7.src", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:libasan6-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:libasan6-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:libasan6-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:libasan6-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:libasan6-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:liblsan-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:liblsan-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:liblsan-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:libtsan-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:libtsan-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:libtsan-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:libubsan1-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:libubsan1-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:libubsan1-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:libubsan1-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:libubsan1-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.src", "7Server-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.src", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-01T07:57:47+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-0:10.2.1-11.2.el7.src", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:libasan6-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:libasan6-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:libasan6-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:libasan6-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:libasan6-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:liblsan-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:liblsan-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:liblsan-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:libtsan-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:libtsan-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:libtsan-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:libubsan1-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:libubsan1-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:libubsan1-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:libubsan1-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:libubsan1-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.src", "7Server-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.src", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4039" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-0:10.2.1-11.2.el7.src", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:libasan6-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:libasan6-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:libasan6-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:libasan6-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:libasan6-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:liblsan-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:liblsan-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:liblsan-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:libtsan-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:libtsan-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:libtsan-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:libubsan1-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:libubsan1-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:libubsan1-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:libubsan1-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:libubsan1-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.src", "7Server-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.src", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-0:10.2.1-11.2.el7.src", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:libasan6-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:libasan6-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:libasan6-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:libasan6-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:libasan6-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:liblsan-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:liblsan-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:liblsan-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:libtsan-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:libtsan-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:libtsan-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:libubsan1-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7-7.7.Z:libubsan1-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7-7.7.Z:libubsan1-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:libubsan1-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:libubsan1-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.src", "7Server-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.x86_64", "7Server-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.i686", "7Server-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.ppc64", "7Server-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.ppc64le", "7Server-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.s390x", "7Server-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.src", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-c++-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-debuginfo-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gdb-plugin-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-gfortran-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-gcc-plugin-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libasan-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libatomic-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libgccjit-docs-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libitm-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-liblsan-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libquadmath-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libstdc++-docs-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libtsan-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-libubsan-devel-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:libasan6-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:liblsan-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:libtsan-0:10.2.1-11.2.el7.x86_64", "7Workstation-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.i686", "7Workstation-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.ppc64", "7Workstation-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.ppc64le", "7Workstation-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.s390x", "7Workstation-RHSCL-3.7:libubsan1-0:10.2.1-11.2.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
RHSA-2021:4594
Vulnerability from csaf_redhat
Notes
{ "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 gcc-toolset-11-binutils 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": "The binutils packages provide a collection of binary utilities for the manipulation of object code in various object file formats. It includes the ar, as, gprof, ld, nm, objcopy, objdump, ranlib, readelf, size, strings, strip, and addr2line utilities.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in binutils in order to facilitate detection of BiDi Unicode characters:\n\nTools which display names or strings (readelf, strings, nm, objdump) have a new command line option --unicode / -U which controls how Unicode characters are handled.\n\nUsing \"--unicode=default\" will treat them as normal for the tool. This is the default behaviour when --unicode option is not used.\nUsing \"--unicode=locale\" will display them according to the current locale.\nUsing \"--unicode=hex\" will display them as hex byte values.\nUsing \"--unicode=escape\" will display them as Unicode escape sequences. \nUsing \"--unicode=highlight\" will display them as Unicode escape sequences highlighted in red, if supported by the output device.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4594", "url": "https://access.redhat.com/errata/RHSA-2021:4594" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4594.json" } ], "title": "Red Hat Security Advisory: gcc-toolset-11-binutils security update", "tracking": { "current_release_date": "2025-09-25T12:35:46+00:00", "generator": { "date": "2025-09-25T12:35:46+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.8" } }, "id": "RHSA-2021:4594", "initial_release_date": "2021-11-10T09:47:45+00:00", "revision_history": [ { "date": "2021-11-10T09:47:45+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-10T09:47:45+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-25T12:35:46+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.5.0.Z.MAIN", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.src", "product": { "name": "gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.src", "product_id": "gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-binutils@2.36.1-1.el8_5.1?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.aarch64", "product": { "name": "gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.aarch64", "product_id": "gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-binutils@2.36.1-1.el8_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.aarch64", "product": { "name": "gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.aarch64", "product_id": "gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-binutils-devel@2.36.1-1.el8_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.aarch64", "product": { "name": "gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.aarch64", "product_id": "gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-binutils-debuginfo@2.36.1-1.el8_5.1?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.ppc64le", "product": { "name": "gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.ppc64le", "product_id": "gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-binutils@2.36.1-1.el8_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.ppc64le", "product": { "name": "gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.ppc64le", "product_id": "gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-binutils-devel@2.36.1-1.el8_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.ppc64le", "product": { "name": "gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.ppc64le", "product_id": "gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-binutils-debuginfo@2.36.1-1.el8_5.1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.x86_64", "product": { "name": "gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.x86_64", "product_id": "gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-binutils@2.36.1-1.el8_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.x86_64", "product": { "name": "gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.x86_64", "product_id": "gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-binutils-devel@2.36.1-1.el8_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.x86_64", "product": { "name": "gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.x86_64", "product_id": "gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-binutils-debuginfo@2.36.1-1.el8_5.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.i686", "product": { "name": "gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.i686", "product_id": "gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-binutils-devel@2.36.1-1.el8_5.1?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.i686", "product": { "name": "gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.i686", "product_id": "gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-binutils-debuginfo@2.36.1-1.el8_5.1?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.s390x", "product": { "name": "gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.s390x", "product_id": "gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-binutils@2.36.1-1.el8_5.1?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.s390x", "product": { "name": "gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.s390x", "product_id": "gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-binutils-devel@2.36.1-1.el8_5.1?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.s390x", "product": { "name": "gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.s390x", "product_id": "gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-binutils-debuginfo@2.36.1-1.el8_5.1?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.aarch64" }, "product_reference": "gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.ppc64le" }, "product_reference": "gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.s390x" }, "product_reference": "gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.src as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.src" }, "product_reference": "gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.src", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.x86_64" }, "product_reference": "gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.aarch64" }, "product_reference": "gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.i686" }, "product_reference": "gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.ppc64le" }, "product_reference": "gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.s390x" }, "product_reference": "gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.x86_64" }, "product_reference": "gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.aarch64" }, "product_reference": "gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.i686" }, "product_reference": "gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.ppc64le" }, "product_reference": "gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.s390x" }, "product_reference": "gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.x86_64" }, "product_reference": "gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "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.5.0.Z.MAIN:gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.src", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-10T09:47:45+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.5.0.Z.MAIN:gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.src", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4594" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.src", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.src", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-0:2.36.1-1.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-debuginfo-0:2.36.1-1.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-binutils-devel-0:2.36.1-1.el8_5.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
rhsa-2021:4729
Vulnerability from csaf_redhat
Notes
{ "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 devtoolset-11-annobin is now available for Red Hat Software Collections.\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": "Annobin provides a compiler plugin to annotate and tools to examine compiled binary files.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in annobin in order to facilitate detection of BiDi Unicode characters:\n\nThis update of annobin adds a new annocheck test to detect the presence of multibyte characters in symbol names.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4729", "url": "https://access.redhat.com/errata/RHSA-2021:4729" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4729.json" } ], "title": "Red Hat Security Advisory: devtoolset-11-annobin security update", "tracking": { "current_release_date": "2025-09-25T12:36:00+00:00", "generator": { "date": "2025-09-25T12:36:00+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.8" } }, "id": "RHSA-2021:4729", "initial_release_date": "2021-11-18T10:04:42+00:00", "revision_history": [ { "date": "2021-11-18T10:04:42+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-18T10:04:42+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-25T12:36:00+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Software Collections for RHEL Workstation(v. 7)", "product": { "name": "Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for RHEL(v. 7)", "product": { "name": "Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } } ], "category": "product_family", "name": "Red Hat Software Collections" }, { "branches": [ { "category": "product_version", "name": "devtoolset-11-annobin-0:9.82-1.el7.1.src", "product": { "name": "devtoolset-11-annobin-0:9.82-1.el7.1.src", "product_id": "devtoolset-11-annobin-0:9.82-1.el7.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-annobin@9.82-1.el7.1?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.x86_64", "product": { "name": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.x86_64", "product_id": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-annobin-annocheck@9.82-1.el7.1?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.x86_64", "product": { "name": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.x86_64", "product_id": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-annobin-plugin-gcc@9.82-1.el7.1?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.x86_64", "product": { "name": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.x86_64", "product_id": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-annobin-debuginfo@9.82-1.el7.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "devtoolset-11-annobin-docs-0:9.82-1.el7.1.noarch", "product": { "name": "devtoolset-11-annobin-docs-0:9.82-1.el7.1.noarch", "product_id": "devtoolset-11-annobin-docs-0:9.82-1.el7.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-annobin-docs@9.82-1.el7.1?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.s390x", "product": { "name": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.s390x", "product_id": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-annobin-annocheck@9.82-1.el7.1?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.s390x", "product": { "name": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.s390x", "product_id": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-annobin-plugin-gcc@9.82-1.el7.1?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.s390x", "product": { "name": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.s390x", "product_id": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-annobin-debuginfo@9.82-1.el7.1?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64", "product": { "name": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64", "product_id": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-annobin-annocheck@9.82-1.el7.1?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64", "product": { "name": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64", "product_id": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-annobin-plugin-gcc@9.82-1.el7.1?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64", "product": { "name": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64", "product_id": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-annobin-debuginfo@9.82-1.el7.1?arch=ppc64" } } } ], "category": "architecture", "name": "ppc64" }, { "branches": [ { "category": "product_version", "name": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64le", "product": { "name": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64le", "product_id": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-annobin-annocheck@9.82-1.el7.1?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64le", "product": { "name": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64le", "product_id": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-annobin-plugin-gcc@9.82-1.el7.1?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64le", "product": { "name": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64le", "product_id": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-annobin-debuginfo@9.82-1.el7.1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-0:9.82-1.el7.1.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-0:9.82-1.el7.1.src" }, "product_reference": "devtoolset-11-annobin-0:9.82-1.el7.1.src", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64" }, "product_reference": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64le" }, "product_reference": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.s390x" }, "product_reference": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.x86_64" }, "product_reference": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64" }, "product_reference": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64le" }, "product_reference": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.s390x" }, "product_reference": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.x86_64" }, "product_reference": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-docs-0:9.82-1.el7.1.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-docs-0:9.82-1.el7.1.noarch" }, "product_reference": "devtoolset-11-annobin-docs-0:9.82-1.el7.1.noarch", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64" }, "product_reference": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64le" }, "product_reference": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.s390x" }, "product_reference": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.x86_64" }, "product_reference": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-0:9.82-1.el7.1.src as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-annobin-0:9.82-1.el7.1.src" }, "product_reference": "devtoolset-11-annobin-0:9.82-1.el7.1.src", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64" }, "product_reference": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64le" }, "product_reference": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.s390x" }, "product_reference": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.x86_64" }, "product_reference": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64" }, "product_reference": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64le" }, "product_reference": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.s390x" }, "product_reference": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.x86_64" }, "product_reference": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-docs-0:9.82-1.el7.1.noarch as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-annobin-docs-0:9.82-1.el7.1.noarch" }, "product_reference": "devtoolset-11-annobin-docs-0:9.82-1.el7.1.noarch", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64" }, "product_reference": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64le" }, "product_reference": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.s390x" }, "product_reference": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.x86_64" }, "product_reference": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-0:9.82-1.el7.1.src as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-annobin-0:9.82-1.el7.1.src" }, "product_reference": "devtoolset-11-annobin-0:9.82-1.el7.1.src", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64" }, "product_reference": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64le" }, "product_reference": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.s390x" }, "product_reference": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.x86_64" }, "product_reference": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64" }, "product_reference": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64le" }, "product_reference": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.s390x" }, "product_reference": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.x86_64" }, "product_reference": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-docs-0:9.82-1.el7.1.noarch as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-annobin-docs-0:9.82-1.el7.1.noarch" }, "product_reference": "devtoolset-11-annobin-docs-0:9.82-1.el7.1.noarch", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64" }, "product_reference": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64le" }, "product_reference": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.s390x" }, "product_reference": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.x86_64" }, "product_reference": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-0:9.82-1.el7.1.src", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-docs-0:9.82-1.el7.1.noarch", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.x86_64", "7Server-RHSCL-3.8:devtoolset-11-annobin-0:9.82-1.el7.1.src", "7Server-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64", "7Server-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.s390x", "7Server-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.x86_64", "7Server-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64", "7Server-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.s390x", "7Server-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.x86_64", "7Server-RHSCL-3.8:devtoolset-11-annobin-docs-0:9.82-1.el7.1.noarch", "7Server-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64", "7Server-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.s390x", "7Server-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-0:9.82-1.el7.1.src", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-docs-0:9.82-1.el7.1.noarch", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-18T10:04:42+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-0:9.82-1.el7.1.src", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-docs-0:9.82-1.el7.1.noarch", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.x86_64", "7Server-RHSCL-3.8:devtoolset-11-annobin-0:9.82-1.el7.1.src", "7Server-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64", "7Server-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.s390x", "7Server-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.x86_64", "7Server-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64", "7Server-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.s390x", "7Server-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.x86_64", "7Server-RHSCL-3.8:devtoolset-11-annobin-docs-0:9.82-1.el7.1.noarch", "7Server-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64", "7Server-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.s390x", "7Server-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-0:9.82-1.el7.1.src", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-docs-0:9.82-1.el7.1.noarch", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4729" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-0:9.82-1.el7.1.src", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-docs-0:9.82-1.el7.1.noarch", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.x86_64", "7Server-RHSCL-3.8:devtoolset-11-annobin-0:9.82-1.el7.1.src", "7Server-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64", "7Server-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.s390x", "7Server-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.x86_64", "7Server-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64", "7Server-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.s390x", "7Server-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.x86_64", "7Server-RHSCL-3.8:devtoolset-11-annobin-docs-0:9.82-1.el7.1.noarch", "7Server-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64", "7Server-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.s390x", "7Server-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-0:9.82-1.el7.1.src", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-docs-0:9.82-1.el7.1.noarch", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-0:9.82-1.el7.1.src", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-docs-0:9.82-1.el7.1.noarch", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.x86_64", "7Server-RHSCL-3.8:devtoolset-11-annobin-0:9.82-1.el7.1.src", "7Server-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64", "7Server-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.s390x", "7Server-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.x86_64", "7Server-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64", "7Server-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.s390x", "7Server-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.x86_64", "7Server-RHSCL-3.8:devtoolset-11-annobin-docs-0:9.82-1.el7.1.noarch", "7Server-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64", "7Server-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.s390x", "7Server-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-0:9.82-1.el7.1.src", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-docs-0:9.82-1.el7.1.noarch", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
rhsa-2021:4585
Vulnerability from csaf_redhat
Notes
{ "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 gcc-toolset-10-gcc 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": "The gcc packages provide compilers for C, C++, Java, Fortran, Objective C, and Ada 95 GNU, as well as related support libraries.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in gcc in order to facilitate detection of BiDi Unicode characters:\n\nThis update implements a new warning option -Wbidirectional to warn about possibly dangerous bidirectional characters.\n\nThere are three levels of warning supported by gcc:\n\"-Wbidirectional=unpaired\", which warns about improperly terminated BiDi contexts. (This is the default.)\n\"-Wbidirectional=none\", which turns the warning off.\n\"-Wbidirectional=any\", which warns about any use of bidirectional characters.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4585", "url": "https://access.redhat.com/errata/RHSA-2021:4585" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4585.json" } ], "title": "Red Hat Security Advisory: gcc-toolset-10-gcc security update", "tracking": { "current_release_date": "2025-09-25T12:35:44+00:00", "generator": { "date": "2025-09-25T12:35:44+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.8" } }, "id": "RHSA-2021:4585", "initial_release_date": "2021-11-10T09:07:10+00:00", "revision_history": [ { "date": "2021-11-10T09:07:10+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-10T09:07:10+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-25T12:35: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. 8)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } }, { "category": "product_name", "name": "Red Hat CodeReady Linux Builder (v. 8)", "product": { "name": "Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::crb" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.src", "product": { "name": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.src", "product_id": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc@10.3.1-1.2.el8_5?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc@10.3.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-c%2B%2B@10.3.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-gdb-plugin@10.3.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-gfortran@10.3.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libasan-devel@10.3.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libatomic-devel@10.3.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libitm-devel@10.3.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-liblsan-devel@10.3.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libstdc%2B%2B-devel@10.3.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libstdc%2B%2B-docs@10.3.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libtsan-devel@10.3.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libubsan-devel@10.3.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libasan6-0:10.3.1-1.2.el8_5.aarch64", "product": { "name": "libasan6-0:10.3.1-1.2.el8_5.aarch64", "product_id": "libasan6-0:10.3.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6@10.3.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-c%2B%2B-debuginfo@10.3.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-debuginfo@10.3.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-gdb-plugin-debuginfo@10.3.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-gfortran-debuginfo@10.3.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-plugin-devel-debuginfo@10.3.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libgccjit-debuginfo@10.3.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "product": { "name": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "product_id": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6-debuginfo@10.3.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-plugin-devel@10.3.1-1.2.el8_5?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc@10.3.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-c%2B%2B@10.3.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-gdb-plugin@10.3.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-gfortran@10.3.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libasan-devel@10.3.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libatomic-devel@10.3.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libitm-devel@10.3.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-liblsan-devel@10.3.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libquadmath-devel@10.3.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libstdc%2B%2B-devel@10.3.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libstdc%2B%2B-docs@10.3.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libtsan-devel@10.3.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libubsan-devel@10.3.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libasan6-0:10.3.1-1.2.el8_5.ppc64le", "product": { "name": "libasan6-0:10.3.1-1.2.el8_5.ppc64le", "product_id": "libasan6-0:10.3.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6@10.3.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-c%2B%2B-debuginfo@10.3.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-debuginfo@10.3.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-gdb-plugin-debuginfo@10.3.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-gfortran-debuginfo@10.3.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-plugin-devel-debuginfo@10.3.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libgccjit-debuginfo@10.3.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-offload-nvptx-debuginfo@10.3.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "product": { "name": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "product_id": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6-debuginfo@10.3.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-plugin-devel@10.3.1-1.2.el8_5?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc@10.3.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-c%2B%2B@10.3.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-gdb-plugin@10.3.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-gfortran@10.3.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libasan-devel@10.3.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libatomic-devel@10.3.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libitm-devel@10.3.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-liblsan-devel@10.3.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libquadmath-devel@10.3.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libstdc%2B%2B-devel@10.3.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libstdc%2B%2B-docs@10.3.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libtsan-devel@10.3.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libubsan-devel@10.3.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libasan6-0:10.3.1-1.2.el8_5.x86_64", "product": { "name": "libasan6-0:10.3.1-1.2.el8_5.x86_64", "product_id": "libasan6-0:10.3.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6@10.3.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-c%2B%2B-debuginfo@10.3.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-debuginfo@10.3.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-gdb-plugin-debuginfo@10.3.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-gfortran-debuginfo@10.3.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-plugin-devel-debuginfo@10.3.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libgccjit-debuginfo@10.3.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-offload-nvptx-debuginfo@10.3.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "product": { "name": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "product_id": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6-debuginfo@10.3.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-plugin-devel@10.3.1-1.2.el8_5?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.i686", "product_id": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libasan-devel@10.3.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.i686", "product_id": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libatomic-devel@10.3.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.i686", "product_id": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libitm-devel@10.3.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.i686", "product_id": "gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libquadmath-devel@10.3.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.i686", "product_id": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libstdc%2B%2B-devel@10.3.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.i686", "product_id": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libubsan-devel@10.3.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libasan6-0:10.3.1-1.2.el8_5.i686", "product": { "name": "libasan6-0:10.3.1-1.2.el8_5.i686", "product_id": "libasan6-0:10.3.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6@10.3.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.i686", "product_id": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-c%2B%2B-debuginfo@10.3.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.i686", "product_id": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-debuginfo@10.3.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.i686", "product_id": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-gdb-plugin-debuginfo@10.3.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.i686", "product_id": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-gfortran-debuginfo@10.3.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.i686", "product_id": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-plugin-devel-debuginfo@10.3.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.i686", "product_id": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libgccjit-debuginfo@10.3.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.i686", "product": { "name": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.i686", "product_id": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6-debuginfo@10.3.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.i686", "product_id": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-plugin-devel@10.3.1-1.2.el8_5?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc@10.3.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-c%2B%2B@10.3.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-gdb-plugin@10.3.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-gfortran@10.3.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libasan-devel@10.3.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libatomic-devel@10.3.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libitm-devel@10.3.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libstdc%2B%2B-devel@10.3.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libstdc%2B%2B-docs@10.3.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libubsan-devel@10.3.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "libasan6-0:10.3.1-1.2.el8_5.s390x", "product": { "name": "libasan6-0:10.3.1-1.2.el8_5.s390x", "product_id": "libasan6-0:10.3.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6@10.3.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-c%2B%2B-debuginfo@10.3.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-debuginfo@10.3.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-gdb-plugin-debuginfo@10.3.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-gfortran-debuginfo@10.3.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-plugin-devel-debuginfo@10.3.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libgccjit-debuginfo@10.3.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.s390x", "product": { "name": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.s390x", "product_id": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6-debuginfo@10.3.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-plugin-devel@10.3.1-1.2.el8_5?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.src as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.src" }, "product_reference": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.src", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "libasan6-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "libasan6-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "libasan6-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "libasan6-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "libasan6-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.src as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.src" }, "product_reference": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.src", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "libasan6-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "libasan6-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "libasan6-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "libasan6-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "libasan6-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "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.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.src", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.src", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-10T09:07:10+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.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.src", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.src", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4585" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.src", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.src", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.src", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.src", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
rhsa-2021:4730
Vulnerability from csaf_redhat
Notes
{ "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 devtoolset-11-binutils is now available for Red Hat Software Collections.\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": "The binutils packages provide a collection of binary utilities for the manipulation of object code in various object file formats. It includes the ar, as, gprof, ld, nm, objcopy, objdump, ranlib, readelf, size, strings, strip, and addr2line utilities.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in binutils in order to facilitate detection of BiDi Unicode characters:\n\nTools which display names or strings (readelf, strings, nm, objdump) have a new command line option --unicode / -U which controls how Unicode characters are handled.\n\nUsing \"--unicode=default\" will treat them as normal for the tool. This is the default behaviour when --unicode option is not used.\nUsing \"--unicode=locale\" will display them according to the current locale.\nUsing \"--unicode=hex\" will display them as hex byte values.\nUsing \"--unicode=escape\" will display them as Unicode escape sequences.\nUsing \"--unicode=highlight\" will display them as Unicode escape sequences highlighted in red, if supported by the output device.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4730", "url": "https://access.redhat.com/errata/RHSA-2021:4730" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4730.json" } ], "title": "Red Hat Security Advisory: devtoolset-11-binutils security update", "tracking": { "current_release_date": "2025-09-25T12:36:01+00:00", "generator": { "date": "2025-09-25T12:36:01+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.8" } }, "id": "RHSA-2021:4730", "initial_release_date": "2021-11-18T10:09:52+00:00", "revision_history": [ { "date": "2021-11-18T10:09:52+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-18T10:09:52+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-25T12:36:01+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Software Collections for RHEL Workstation(v. 7)", "product": { "name": "Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for RHEL(v. 7)", "product": { "name": "Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } } ], "category": "product_family", "name": "Red Hat Software Collections" }, { "branches": [ { "category": "product_version", "name": "devtoolset-11-binutils-0:2.36.1-1.el7.1.src", "product": { "name": "devtoolset-11-binutils-0:2.36.1-1.el7.1.src", "product_id": "devtoolset-11-binutils-0:2.36.1-1.el7.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-binutils@2.36.1-1.el7.1?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "devtoolset-11-binutils-0:2.36.1-1.el7.1.x86_64", "product": { "name": "devtoolset-11-binutils-0:2.36.1-1.el7.1.x86_64", "product_id": "devtoolset-11-binutils-0:2.36.1-1.el7.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-binutils@2.36.1-1.el7.1?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.x86_64", "product": { "name": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.x86_64", "product_id": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-binutils-devel@2.36.1-1.el7.1?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.x86_64", "product": { "name": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.x86_64", "product_id": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-binutils-debuginfo@2.36.1-1.el7.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.i686", "product": { "name": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.i686", "product_id": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-binutils-devel@2.36.1-1.el7.1?arch=i686" } } }, { "category": "product_version", "name": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.i686", "product": { "name": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.i686", "product_id": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-binutils-debuginfo@2.36.1-1.el7.1?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64le", "product": { "name": "devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64le", "product_id": "devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-binutils@2.36.1-1.el7.1?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64le", "product": { "name": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64le", "product_id": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-binutils-devel@2.36.1-1.el7.1?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64le", "product": { "name": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64le", "product_id": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-binutils-debuginfo@2.36.1-1.el7.1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64", "product": { "name": "devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64", "product_id": "devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-binutils@2.36.1-1.el7.1?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64", "product": { "name": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64", "product_id": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-binutils-devel@2.36.1-1.el7.1?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64", "product": { "name": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64", "product_id": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-binutils-debuginfo@2.36.1-1.el7.1?arch=ppc64" } } } ], "category": "architecture", "name": "ppc64" }, { "branches": [ { "category": "product_version", "name": "devtoolset-11-binutils-0:2.36.1-1.el7.1.s390x", "product": { "name": "devtoolset-11-binutils-0:2.36.1-1.el7.1.s390x", "product_id": "devtoolset-11-binutils-0:2.36.1-1.el7.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-binutils@2.36.1-1.el7.1?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.s390x", "product": { "name": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.s390x", "product_id": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-binutils-devel@2.36.1-1.el7.1?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.s390x", "product": { "name": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.s390x", "product_id": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-binutils-debuginfo@2.36.1-1.el7.1?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64" }, "product_reference": "devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64le" }, "product_reference": "devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-0:2.36.1-1.el7.1.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-0:2.36.1-1.el7.1.s390x" }, "product_reference": "devtoolset-11-binutils-0:2.36.1-1.el7.1.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-0:2.36.1-1.el7.1.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-0:2.36.1-1.el7.1.src" }, "product_reference": "devtoolset-11-binutils-0:2.36.1-1.el7.1.src", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-0:2.36.1-1.el7.1.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-0:2.36.1-1.el7.1.x86_64" }, "product_reference": "devtoolset-11-binutils-0:2.36.1-1.el7.1.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.i686" }, "product_reference": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.i686", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64" }, "product_reference": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64le" }, "product_reference": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.s390x" }, "product_reference": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.x86_64" }, "product_reference": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.i686" }, "product_reference": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.i686", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64" }, "product_reference": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64le" }, "product_reference": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.s390x" }, "product_reference": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.x86_64" }, "product_reference": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64" }, "product_reference": "devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64le" }, "product_reference": "devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-0:2.36.1-1.el7.1.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.s390x" }, "product_reference": "devtoolset-11-binutils-0:2.36.1-1.el7.1.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-0:2.36.1-1.el7.1.src as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.src" }, "product_reference": "devtoolset-11-binutils-0:2.36.1-1.el7.1.src", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-0:2.36.1-1.el7.1.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.x86_64" }, "product_reference": "devtoolset-11-binutils-0:2.36.1-1.el7.1.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.i686 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.i686" }, "product_reference": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.i686", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64" }, "product_reference": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64le" }, "product_reference": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.s390x" }, "product_reference": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.x86_64" }, "product_reference": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.i686 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.i686" }, "product_reference": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.i686", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64" }, "product_reference": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64le" }, "product_reference": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.s390x" }, "product_reference": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.x86_64" }, "product_reference": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64" }, "product_reference": "devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64le" }, "product_reference": "devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-0:2.36.1-1.el7.1.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.s390x" }, "product_reference": "devtoolset-11-binutils-0:2.36.1-1.el7.1.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-0:2.36.1-1.el7.1.src as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.src" }, "product_reference": "devtoolset-11-binutils-0:2.36.1-1.el7.1.src", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-0:2.36.1-1.el7.1.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.x86_64" }, "product_reference": "devtoolset-11-binutils-0:2.36.1-1.el7.1.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.i686 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.i686" }, "product_reference": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64" }, "product_reference": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64le" }, "product_reference": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.s390x" }, "product_reference": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.x86_64" }, "product_reference": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.i686 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.i686" }, "product_reference": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64" }, "product_reference": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64le" }, "product_reference": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.s390x" }, "product_reference": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.x86_64" }, "product_reference": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-0:2.36.1-1.el7.1.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-0:2.36.1-1.el7.1.src", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-0:2.36.1-1.el7.1.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.x86_64", "7Server-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64", "7Server-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.s390x", "7Server-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.src", "7Server-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.x86_64", "7Server-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.i686", "7Server-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64", "7Server-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.s390x", "7Server-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.x86_64", "7Server-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.i686", "7Server-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64", "7Server-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.s390x", "7Server-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.src", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.i686", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.i686", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-18T10:09:52+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-0:2.36.1-1.el7.1.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-0:2.36.1-1.el7.1.src", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-0:2.36.1-1.el7.1.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.x86_64", "7Server-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64", "7Server-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.s390x", "7Server-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.src", "7Server-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.x86_64", "7Server-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.i686", "7Server-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64", "7Server-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.s390x", "7Server-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.x86_64", "7Server-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.i686", "7Server-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64", "7Server-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.s390x", "7Server-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.src", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.i686", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.i686", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4730" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-0:2.36.1-1.el7.1.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-0:2.36.1-1.el7.1.src", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-0:2.36.1-1.el7.1.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.x86_64", "7Server-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64", "7Server-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.s390x", "7Server-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.src", "7Server-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.x86_64", "7Server-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.i686", "7Server-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64", "7Server-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.s390x", "7Server-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.x86_64", "7Server-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.i686", "7Server-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64", "7Server-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.s390x", "7Server-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.src", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.i686", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.i686", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-0:2.36.1-1.el7.1.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-0:2.36.1-1.el7.1.src", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-0:2.36.1-1.el7.1.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.x86_64", "7Server-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64", "7Server-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.s390x", "7Server-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.src", "7Server-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.x86_64", "7Server-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.i686", "7Server-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64", "7Server-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.s390x", "7Server-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.x86_64", "7Server-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.i686", "7Server-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64", "7Server-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.s390x", "7Server-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.src", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.i686", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.i686", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
rhsa-2021_4729
Vulnerability from csaf_redhat
Notes
{ "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 devtoolset-11-annobin is now available for Red Hat Software Collections.\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": "Annobin provides a compiler plugin to annotate and tools to examine compiled binary files.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in annobin in order to facilitate detection of BiDi Unicode characters:\n\nThis update of annobin adds a new annocheck test to detect the presence of multibyte characters in symbol names.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4729", "url": "https://access.redhat.com/errata/RHSA-2021:4729" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4729.json" } ], "title": "Red Hat Security Advisory: devtoolset-11-annobin security update", "tracking": { "current_release_date": "2024-11-13T23:36:32+00:00", "generator": { "date": "2024-11-13T23:36:32+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2021:4729", "initial_release_date": "2021-11-18T10:04:42+00:00", "revision_history": [ { "date": "2021-11-18T10:04:42+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-18T10:04:42+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T23:36:32+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Software Collections for RHEL Workstation(v. 7)", "product": { "name": "Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for RHEL(v. 7)", "product": { "name": "Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } } ], "category": "product_family", "name": "Red Hat Software Collections" }, { "branches": [ { "category": "product_version", "name": "devtoolset-11-annobin-0:9.82-1.el7.1.src", "product": { "name": "devtoolset-11-annobin-0:9.82-1.el7.1.src", "product_id": "devtoolset-11-annobin-0:9.82-1.el7.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-annobin@9.82-1.el7.1?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.x86_64", "product": { "name": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.x86_64", "product_id": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-annobin-annocheck@9.82-1.el7.1?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.x86_64", "product": { "name": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.x86_64", "product_id": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-annobin-plugin-gcc@9.82-1.el7.1?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.x86_64", "product": { "name": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.x86_64", "product_id": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-annobin-debuginfo@9.82-1.el7.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "devtoolset-11-annobin-docs-0:9.82-1.el7.1.noarch", "product": { "name": "devtoolset-11-annobin-docs-0:9.82-1.el7.1.noarch", "product_id": "devtoolset-11-annobin-docs-0:9.82-1.el7.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-annobin-docs@9.82-1.el7.1?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.s390x", "product": { "name": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.s390x", "product_id": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-annobin-annocheck@9.82-1.el7.1?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.s390x", "product": { "name": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.s390x", "product_id": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-annobin-plugin-gcc@9.82-1.el7.1?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.s390x", "product": { "name": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.s390x", "product_id": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-annobin-debuginfo@9.82-1.el7.1?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64", "product": { "name": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64", "product_id": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-annobin-annocheck@9.82-1.el7.1?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64", "product": { "name": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64", "product_id": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-annobin-plugin-gcc@9.82-1.el7.1?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64", "product": { "name": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64", "product_id": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-annobin-debuginfo@9.82-1.el7.1?arch=ppc64" } } } ], "category": "architecture", "name": "ppc64" }, { "branches": [ { "category": "product_version", "name": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64le", "product": { "name": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64le", "product_id": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-annobin-annocheck@9.82-1.el7.1?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64le", "product": { "name": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64le", "product_id": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-annobin-plugin-gcc@9.82-1.el7.1?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64le", "product": { "name": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64le", "product_id": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-annobin-debuginfo@9.82-1.el7.1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-0:9.82-1.el7.1.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-0:9.82-1.el7.1.src" }, "product_reference": "devtoolset-11-annobin-0:9.82-1.el7.1.src", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64" }, "product_reference": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64le" }, "product_reference": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.s390x" }, "product_reference": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.x86_64" }, "product_reference": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64" }, "product_reference": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64le" }, "product_reference": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.s390x" }, "product_reference": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.x86_64" }, "product_reference": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-docs-0:9.82-1.el7.1.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-docs-0:9.82-1.el7.1.noarch" }, "product_reference": "devtoolset-11-annobin-docs-0:9.82-1.el7.1.noarch", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64" }, "product_reference": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64le" }, "product_reference": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.s390x" }, "product_reference": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.x86_64" }, "product_reference": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-0:9.82-1.el7.1.src as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-annobin-0:9.82-1.el7.1.src" }, "product_reference": "devtoolset-11-annobin-0:9.82-1.el7.1.src", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64" }, "product_reference": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64le" }, "product_reference": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.s390x" }, "product_reference": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.x86_64" }, "product_reference": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64" }, "product_reference": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64le" }, "product_reference": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.s390x" }, "product_reference": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.x86_64" }, "product_reference": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-docs-0:9.82-1.el7.1.noarch as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-annobin-docs-0:9.82-1.el7.1.noarch" }, "product_reference": "devtoolset-11-annobin-docs-0:9.82-1.el7.1.noarch", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64" }, "product_reference": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64le" }, "product_reference": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.s390x" }, "product_reference": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.x86_64" }, "product_reference": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-0:9.82-1.el7.1.src as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-annobin-0:9.82-1.el7.1.src" }, "product_reference": "devtoolset-11-annobin-0:9.82-1.el7.1.src", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64" }, "product_reference": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64le" }, "product_reference": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.s390x" }, "product_reference": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.x86_64" }, "product_reference": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64" }, "product_reference": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64le" }, "product_reference": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.s390x" }, "product_reference": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.x86_64" }, "product_reference": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-docs-0:9.82-1.el7.1.noarch as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-annobin-docs-0:9.82-1.el7.1.noarch" }, "product_reference": "devtoolset-11-annobin-docs-0:9.82-1.el7.1.noarch", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64" }, "product_reference": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64le" }, "product_reference": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.s390x" }, "product_reference": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.x86_64" }, "product_reference": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-0:9.82-1.el7.1.src", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-docs-0:9.82-1.el7.1.noarch", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.x86_64", "7Server-RHSCL-3.8:devtoolset-11-annobin-0:9.82-1.el7.1.src", "7Server-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64", "7Server-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.s390x", "7Server-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.x86_64", "7Server-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64", "7Server-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.s390x", "7Server-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.x86_64", "7Server-RHSCL-3.8:devtoolset-11-annobin-docs-0:9.82-1.el7.1.noarch", "7Server-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64", "7Server-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.s390x", "7Server-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-0:9.82-1.el7.1.src", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-docs-0:9.82-1.el7.1.noarch", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-18T10:04:42+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-0:9.82-1.el7.1.src", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-docs-0:9.82-1.el7.1.noarch", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.x86_64", "7Server-RHSCL-3.8:devtoolset-11-annobin-0:9.82-1.el7.1.src", "7Server-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64", "7Server-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.s390x", "7Server-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.x86_64", "7Server-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64", "7Server-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.s390x", "7Server-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.x86_64", "7Server-RHSCL-3.8:devtoolset-11-annobin-docs-0:9.82-1.el7.1.noarch", "7Server-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64", "7Server-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.s390x", "7Server-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-0:9.82-1.el7.1.src", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-docs-0:9.82-1.el7.1.noarch", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4729" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-0:9.82-1.el7.1.src", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-docs-0:9.82-1.el7.1.noarch", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.x86_64", "7Server-RHSCL-3.8:devtoolset-11-annobin-0:9.82-1.el7.1.src", "7Server-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64", "7Server-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.s390x", "7Server-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.x86_64", "7Server-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64", "7Server-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.s390x", "7Server-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.x86_64", "7Server-RHSCL-3.8:devtoolset-11-annobin-docs-0:9.82-1.el7.1.noarch", "7Server-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64", "7Server-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.s390x", "7Server-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-0:9.82-1.el7.1.src", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-docs-0:9.82-1.el7.1.noarch", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-0:9.82-1.el7.1.src", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-docs-0:9.82-1.el7.1.noarch", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.x86_64", "7Server-RHSCL-3.8:devtoolset-11-annobin-0:9.82-1.el7.1.src", "7Server-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64", "7Server-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.s390x", "7Server-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.x86_64", "7Server-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64", "7Server-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.s390x", "7Server-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.x86_64", "7Server-RHSCL-3.8:devtoolset-11-annobin-docs-0:9.82-1.el7.1.noarch", "7Server-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64", "7Server-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.s390x", "7Server-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-0:9.82-1.el7.1.src", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-docs-0:9.82-1.el7.1.noarch", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
rhsa-2021_4033
Vulnerability from csaf_redhat
Notes
{ "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 binutils is now available for Red Hat Enterprise Linux 7.\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": "The binutils packages provide a collection of binary utilities for the manipulation of object code in various object file formats. It includes the ar, as, gprof, ld, nm, objcopy, objdump, ranlib, readelf, size, strings, strip, and addr2line utilities.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in binutils in order to facilitate detection of BiDi Unicode characters:\n\nTools which display names or strings (readelf, strings, nm, objdump) have a new command line option --unicode / -U which controls how Unicode characters are handled.\n\nUsing \"--unicode=default\" will treat them as normal for the tool. This is the default behaviour when --unicode option is not used.\nUsing \"--unicode=locale\" will display them according to the current locale.\nUsing \"--unicode=hex\" will display them as hex byte values.\nUsing \"--unicode=escape\" will display them as Unicode escape sequences. \nUsing \"--unicode=highlight\" will display them as Unicode escape sequences highlighted in red, if supported by the output device.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4033", "url": "https://access.redhat.com/errata/RHSA-2021:4033" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4033.json" } ], "title": "Red Hat Security Advisory: binutils security update", "tracking": { "current_release_date": "2024-11-13T23:32:49+00:00", "generator": { "date": "2024-11-13T23:32:49+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2021:4033", "initial_release_date": "2021-11-01T08:22:15+00:00", "revision_history": [ { "date": "2021-11-01T08:22:15+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-01T08:22:15+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T23:32:49+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 Client (v. 7)", "product": { "name": "Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::client" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Client Optional (v. 7)", "product": { "name": "Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::client" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product": { "name": "Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::computenode" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Server (v. 7)", "product": { "name": "Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::server" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Workstation (v. 7)", "product": { "name": "Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::workstation" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "binutils-0:2.27-44.base.el7_9.1.src", "product": { "name": "binutils-0:2.27-44.base.el7_9.1.src", "product_id": "binutils-0:2.27-44.base.el7_9.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.27-44.base.el7_9.1?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "binutils-0:2.27-44.base.el7_9.1.x86_64", "product": { "name": "binutils-0:2.27-44.base.el7_9.1.x86_64", "product_id": "binutils-0:2.27-44.base.el7_9.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.27-44.base.el7_9.1?arch=x86_64" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "product": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "product_id": "binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.27-44.base.el7_9.1?arch=x86_64" } } }, { "category": "product_version", "name": "binutils-devel-0:2.27-44.base.el7_9.1.x86_64", "product": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.x86_64", "product_id": "binutils-devel-0:2.27-44.base.el7_9.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.27-44.base.el7_9.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.27-44.base.el7_9.1.i686", "product": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.i686", "product_id": "binutils-devel-0:2.27-44.base.el7_9.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.27-44.base.el7_9.1?arch=i686" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "product": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "product_id": "binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.27-44.base.el7_9.1?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "binutils-0:2.27-44.base.el7_9.1.ppc64le", "product": { "name": "binutils-0:2.27-44.base.el7_9.1.ppc64le", "product_id": "binutils-0:2.27-44.base.el7_9.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.27-44.base.el7_9.1?arch=ppc64le" } } }, { "category": "product_version", "name": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "product": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "product_id": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.27-44.base.el7_9.1?arch=ppc64le" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "product": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "product_id": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.27-44.base.el7_9.1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "binutils-0:2.27-44.base.el7_9.1.ppc64", "product": { "name": "binutils-0:2.27-44.base.el7_9.1.ppc64", "product_id": "binutils-0:2.27-44.base.el7_9.1.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.27-44.base.el7_9.1?arch=ppc64" } } }, { "category": "product_version", "name": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "product": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "product_id": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.27-44.base.el7_9.1?arch=ppc64" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "product": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "product_id": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.27-44.base.el7_9.1?arch=ppc64" } } } ], "category": "architecture", "name": "ppc64" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.27-44.base.el7_9.1.ppc", "product": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.ppc", "product_id": "binutils-devel-0:2.27-44.base.el7_9.1.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.27-44.base.el7_9.1?arch=ppc" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "product": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "product_id": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.27-44.base.el7_9.1?arch=ppc" } } } ], "category": "architecture", "name": "ppc" }, { "branches": [ { "category": "product_version", "name": "binutils-0:2.27-44.base.el7_9.1.s390x", "product": { "name": "binutils-0:2.27-44.base.el7_9.1.s390x", "product_id": "binutils-0:2.27-44.base.el7_9.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.27-44.base.el7_9.1?arch=s390x" } } }, { "category": "product_version", "name": "binutils-devel-0:2.27-44.base.el7_9.1.s390x", "product": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.s390x", "product_id": "binutils-devel-0:2.27-44.base.el7_9.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.27-44.base.el7_9.1?arch=s390x" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "product": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "product_id": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.27-44.base.el7_9.1?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.27-44.base.el7_9.1.s390", "product": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.s390", "product_id": "binutils-devel-0:2.27-44.base.el7_9.1.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.27-44.base.el7_9.1?arch=s390" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "product": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "product_id": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.27-44.base.el7_9.1?arch=s390" } } } ], "category": "architecture", "name": "s390" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-44.base.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64" }, "product_reference": "binutils-0:2.27-44.base.el7_9.1.ppc64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-44.base.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64le" }, "product_reference": "binutils-0:2.27-44.base.el7_9.1.ppc64le", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-44.base.el7_9.1.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:binutils-0:2.27-44.base.el7_9.1.s390x" }, "product_reference": "binutils-0:2.27-44.base.el7_9.1.s390x", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-44.base.el7_9.1.src as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:binutils-0:2.27-44.base.el7_9.1.src" }, "product_reference": "binutils-0:2.27-44.base.el7_9.1.src", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-44.base.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:binutils-0:2.27-44.base.el7_9.1.x86_64" }, "product_reference": "binutils-0:2.27-44.base.el7_9.1.x86_64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.i686 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.i686" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.i686 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.i686" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.i686", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.ppc as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.ppc", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64le" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.s390 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.s390", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390x" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.s390x", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.x86_64" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.x86_64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-44.base.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64" }, "product_reference": "binutils-0:2.27-44.base.el7_9.1.ppc64", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-44.base.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64le" }, "product_reference": "binutils-0:2.27-44.base.el7_9.1.ppc64le", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-44.base.el7_9.1.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.s390x" }, "product_reference": "binutils-0:2.27-44.base.el7_9.1.s390x", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-44.base.el7_9.1.src as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.src" }, "product_reference": "binutils-0:2.27-44.base.el7_9.1.src", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-44.base.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.x86_64" }, "product_reference": "binutils-0:2.27-44.base.el7_9.1.x86_64", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.i686" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.i686" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.i686", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.ppc as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.ppc", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64le" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.s390 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.s390", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390x" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.s390x", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.x86_64" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.x86_64", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-44.base.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64" }, "product_reference": "binutils-0:2.27-44.base.el7_9.1.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-44.base.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64le" }, "product_reference": "binutils-0:2.27-44.base.el7_9.1.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-44.base.el7_9.1.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.s390x" }, "product_reference": "binutils-0:2.27-44.base.el7_9.1.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-44.base.el7_9.1.src as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.src" }, "product_reference": "binutils-0:2.27-44.base.el7_9.1.src", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-44.base.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.x86_64" }, "product_reference": "binutils-0:2.27-44.base.el7_9.1.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.i686" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.i686" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.i686", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.ppc", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64le" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.s390", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390x" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.x86_64" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-44.base.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64" }, "product_reference": "binutils-0:2.27-44.base.el7_9.1.ppc64", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-44.base.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64le" }, "product_reference": "binutils-0:2.27-44.base.el7_9.1.ppc64le", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-44.base.el7_9.1.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:binutils-0:2.27-44.base.el7_9.1.s390x" }, "product_reference": "binutils-0:2.27-44.base.el7_9.1.s390x", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-44.base.el7_9.1.src as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:binutils-0:2.27-44.base.el7_9.1.src" }, "product_reference": "binutils-0:2.27-44.base.el7_9.1.src", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-44.base.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:binutils-0:2.27-44.base.el7_9.1.x86_64" }, "product_reference": "binutils-0:2.27-44.base.el7_9.1.x86_64", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.i686 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.i686" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.i686 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.i686" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.i686", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.ppc as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.ppc", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64le" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.s390 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.s390", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390x" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.s390x", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.x86_64" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.x86_64", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-44.base.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64" }, "product_reference": "binutils-0:2.27-44.base.el7_9.1.ppc64", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-44.base.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64le" }, "product_reference": "binutils-0:2.27-44.base.el7_9.1.ppc64le", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-44.base.el7_9.1.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:binutils-0:2.27-44.base.el7_9.1.s390x" }, "product_reference": "binutils-0:2.27-44.base.el7_9.1.s390x", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-44.base.el7_9.1.src as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:binutils-0:2.27-44.base.el7_9.1.src" }, "product_reference": "binutils-0:2.27-44.base.el7_9.1.src", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-44.base.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:binutils-0:2.27-44.base.el7_9.1.x86_64" }, "product_reference": "binutils-0:2.27-44.base.el7_9.1.x86_64", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.i686" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.i686" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.i686", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.ppc", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64le" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.s390", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390x" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.s390x", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.x86_64" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.x86_64", "relates_to_product_reference": "7Workstation-7.9.Z" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "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": [ "7Client-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64", "7Client-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64le", "7Client-7.9.Z:binutils-0:2.27-44.base.el7_9.1.s390x", "7Client-7.9.Z:binutils-0:2.27-44.base.el7_9.1.src", "7Client-7.9.Z:binutils-0:2.27-44.base.el7_9.1.x86_64", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.i686", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390x", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.x86_64", "7Client-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64", "7Client-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64le", "7Client-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.s390x", "7Client-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.src", "7Client-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.x86_64", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.i686", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390x", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.x86_64", "7ComputeNode-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64", "7ComputeNode-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64le", "7ComputeNode-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.s390x", "7ComputeNode-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.src", "7ComputeNode-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.x86_64", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.i686", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390x", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.x86_64", "7Server-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64", "7Server-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64le", "7Server-7.9.Z:binutils-0:2.27-44.base.el7_9.1.s390x", "7Server-7.9.Z:binutils-0:2.27-44.base.el7_9.1.src", "7Server-7.9.Z:binutils-0:2.27-44.base.el7_9.1.x86_64", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.i686", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390x", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.x86_64", "7Workstation-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64", "7Workstation-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64le", "7Workstation-7.9.Z:binutils-0:2.27-44.base.el7_9.1.s390x", "7Workstation-7.9.Z:binutils-0:2.27-44.base.el7_9.1.src", "7Workstation-7.9.Z:binutils-0:2.27-44.base.el7_9.1.x86_64", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.i686", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390x", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-01T08:22:15+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": [ "7Client-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64", "7Client-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64le", "7Client-7.9.Z:binutils-0:2.27-44.base.el7_9.1.s390x", "7Client-7.9.Z:binutils-0:2.27-44.base.el7_9.1.src", "7Client-7.9.Z:binutils-0:2.27-44.base.el7_9.1.x86_64", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.i686", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390x", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.x86_64", "7Client-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64", "7Client-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64le", "7Client-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.s390x", "7Client-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.src", "7Client-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.x86_64", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.i686", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390x", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.x86_64", "7ComputeNode-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64", "7ComputeNode-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64le", "7ComputeNode-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.s390x", "7ComputeNode-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.src", "7ComputeNode-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.x86_64", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.i686", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390x", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.x86_64", "7Server-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64", "7Server-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64le", "7Server-7.9.Z:binutils-0:2.27-44.base.el7_9.1.s390x", "7Server-7.9.Z:binutils-0:2.27-44.base.el7_9.1.src", "7Server-7.9.Z:binutils-0:2.27-44.base.el7_9.1.x86_64", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.i686", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390x", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.x86_64", "7Workstation-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64", "7Workstation-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64le", "7Workstation-7.9.Z:binutils-0:2.27-44.base.el7_9.1.s390x", "7Workstation-7.9.Z:binutils-0:2.27-44.base.el7_9.1.src", "7Workstation-7.9.Z:binutils-0:2.27-44.base.el7_9.1.x86_64", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.i686", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390x", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4033" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "7Client-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64", "7Client-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64le", "7Client-7.9.Z:binutils-0:2.27-44.base.el7_9.1.s390x", "7Client-7.9.Z:binutils-0:2.27-44.base.el7_9.1.src", "7Client-7.9.Z:binutils-0:2.27-44.base.el7_9.1.x86_64", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.i686", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390x", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.x86_64", "7Client-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64", "7Client-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64le", "7Client-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.s390x", "7Client-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.src", "7Client-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.x86_64", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.i686", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390x", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.x86_64", "7ComputeNode-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64", "7ComputeNode-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64le", "7ComputeNode-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.s390x", "7ComputeNode-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.src", "7ComputeNode-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.x86_64", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.i686", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390x", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.x86_64", "7Server-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64", "7Server-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64le", "7Server-7.9.Z:binutils-0:2.27-44.base.el7_9.1.s390x", "7Server-7.9.Z:binutils-0:2.27-44.base.el7_9.1.src", "7Server-7.9.Z:binutils-0:2.27-44.base.el7_9.1.x86_64", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.i686", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390x", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.x86_64", "7Workstation-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64", "7Workstation-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64le", "7Workstation-7.9.Z:binutils-0:2.27-44.base.el7_9.1.s390x", "7Workstation-7.9.Z:binutils-0:2.27-44.base.el7_9.1.src", "7Workstation-7.9.Z:binutils-0:2.27-44.base.el7_9.1.x86_64", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.i686", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390x", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "7Client-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64", "7Client-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64le", "7Client-7.9.Z:binutils-0:2.27-44.base.el7_9.1.s390x", "7Client-7.9.Z:binutils-0:2.27-44.base.el7_9.1.src", "7Client-7.9.Z:binutils-0:2.27-44.base.el7_9.1.x86_64", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.i686", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390x", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.x86_64", "7Client-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64", "7Client-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64le", "7Client-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.s390x", "7Client-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.src", "7Client-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.x86_64", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.i686", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390x", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.x86_64", "7ComputeNode-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64", "7ComputeNode-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64le", "7ComputeNode-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.s390x", "7ComputeNode-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.src", "7ComputeNode-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.x86_64", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.i686", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390x", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.x86_64", "7Server-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64", "7Server-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64le", "7Server-7.9.Z:binutils-0:2.27-44.base.el7_9.1.s390x", "7Server-7.9.Z:binutils-0:2.27-44.base.el7_9.1.src", "7Server-7.9.Z:binutils-0:2.27-44.base.el7_9.1.x86_64", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.i686", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390x", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.x86_64", "7Workstation-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64", "7Workstation-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64le", "7Workstation-7.9.Z:binutils-0:2.27-44.base.el7_9.1.s390x", "7Workstation-7.9.Z:binutils-0:2.27-44.base.el7_9.1.src", "7Workstation-7.9.Z:binutils-0:2.27-44.base.el7_9.1.x86_64", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.i686", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390x", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
rhsa-2021:4038
Vulnerability from csaf_redhat
Notes
{ "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 binutils is now available for Red Hat Enterprise Linux 7.2 Advanced Update Support.\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": "The binutils packages provide a collection of binary utilities for the manipulation of object code in various object file formats. It includes the ar, as, gprof, ld, nm, objcopy, objdump, ranlib, readelf, size, strings, strip, and addr2line utilities.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in binutils in order to facilitate detection of BiDi Unicode characters:\n\nTools which display names or strings (readelf, strings, nm, objdump) have a new command line option --unicode / -U which controls how Unicode characters are handled.\n\nUsing \"--unicode=default\" will treat them as normal for the tool. This is the default behaviour when --unicode option is not used.\nUsing \"--unicode=locale\" will display them according to the current locale.\nUsing \"--unicode=hex\" will display them as hex byte values.\nUsing \"--unicode=escape\" will display them as Unicode escape sequences.\nUsing \"--unicode=highlight\" will display them as Unicode escape sequences highlighted in red, if supported by the output device.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4038", "url": "https://access.redhat.com/errata/RHSA-2021:4038" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4038.json" } ], "title": "Red Hat Security Advisory: binutils security update", "tracking": { "current_release_date": "2025-09-25T12:35:03+00:00", "generator": { "date": "2025-09-25T12:35:03+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.8" } }, "id": "RHSA-2021:4038", "initial_release_date": "2021-11-01T07:44:51+00:00", "revision_history": [ { "date": "2021-11-01T07:44:51+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-01T07:44:51+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-25T12:35:03+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 Server AUS (v. 7.2)", "product": { "name": "Red Hat Enterprise Linux Server AUS (v. 7.2)", "product_id": "7Server-7.2.AUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_aus:7.2::server" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "binutils-0:2.23.52.0.1-55.el7_2.4.src", "product": { "name": "binutils-0:2.23.52.0.1-55.el7_2.4.src", "product_id": "binutils-0:2.23.52.0.1-55.el7_2.4.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.23.52.0.1-55.el7_2.4?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "binutils-0:2.23.52.0.1-55.el7_2.4.x86_64", "product": { "name": "binutils-0:2.23.52.0.1-55.el7_2.4.x86_64", "product_id": "binutils-0:2.23.52.0.1-55.el7_2.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.23.52.0.1-55.el7_2.4?arch=x86_64" } } }, { "category": "product_version", "name": "binutils-devel-0:2.23.52.0.1-55.el7_2.4.x86_64", "product": { "name": "binutils-devel-0:2.23.52.0.1-55.el7_2.4.x86_64", "product_id": "binutils-devel-0:2.23.52.0.1-55.el7_2.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.23.52.0.1-55.el7_2.4?arch=x86_64" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.23.52.0.1-55.el7_2.4.x86_64", "product": { "name": "binutils-debuginfo-0:2.23.52.0.1-55.el7_2.4.x86_64", "product_id": "binutils-debuginfo-0:2.23.52.0.1-55.el7_2.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.23.52.0.1-55.el7_2.4?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.23.52.0.1-55.el7_2.4.i686", "product": { "name": "binutils-devel-0:2.23.52.0.1-55.el7_2.4.i686", "product_id": "binutils-devel-0:2.23.52.0.1-55.el7_2.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.23.52.0.1-55.el7_2.4?arch=i686" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.23.52.0.1-55.el7_2.4.i686", "product": { "name": "binutils-debuginfo-0:2.23.52.0.1-55.el7_2.4.i686", "product_id": "binutils-debuginfo-0:2.23.52.0.1-55.el7_2.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.23.52.0.1-55.el7_2.4?arch=i686" } } } ], "category": "architecture", "name": "i686" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.23.52.0.1-55.el7_2.4.src as a component of Red Hat Enterprise Linux Server AUS (v. 7.2)", "product_id": "7Server-7.2.AUS:binutils-0:2.23.52.0.1-55.el7_2.4.src" }, "product_reference": "binutils-0:2.23.52.0.1-55.el7_2.4.src", "relates_to_product_reference": "7Server-7.2.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.23.52.0.1-55.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.2)", "product_id": "7Server-7.2.AUS:binutils-0:2.23.52.0.1-55.el7_2.4.x86_64" }, "product_reference": "binutils-0:2.23.52.0.1-55.el7_2.4.x86_64", "relates_to_product_reference": "7Server-7.2.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.23.52.0.1-55.el7_2.4.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.2)", "product_id": "7Server-7.2.AUS:binutils-debuginfo-0:2.23.52.0.1-55.el7_2.4.i686" }, "product_reference": "binutils-debuginfo-0:2.23.52.0.1-55.el7_2.4.i686", "relates_to_product_reference": "7Server-7.2.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.23.52.0.1-55.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.2)", "product_id": "7Server-7.2.AUS:binutils-debuginfo-0:2.23.52.0.1-55.el7_2.4.x86_64" }, "product_reference": "binutils-debuginfo-0:2.23.52.0.1-55.el7_2.4.x86_64", "relates_to_product_reference": "7Server-7.2.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.23.52.0.1-55.el7_2.4.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.2)", "product_id": "7Server-7.2.AUS:binutils-devel-0:2.23.52.0.1-55.el7_2.4.i686" }, "product_reference": "binutils-devel-0:2.23.52.0.1-55.el7_2.4.i686", "relates_to_product_reference": "7Server-7.2.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.23.52.0.1-55.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.2)", "product_id": "7Server-7.2.AUS:binutils-devel-0:2.23.52.0.1-55.el7_2.4.x86_64" }, "product_reference": "binutils-devel-0:2.23.52.0.1-55.el7_2.4.x86_64", "relates_to_product_reference": "7Server-7.2.AUS" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-7.2.AUS:binutils-0:2.23.52.0.1-55.el7_2.4.src", "7Server-7.2.AUS:binutils-0:2.23.52.0.1-55.el7_2.4.x86_64", "7Server-7.2.AUS:binutils-debuginfo-0:2.23.52.0.1-55.el7_2.4.i686", "7Server-7.2.AUS:binutils-debuginfo-0:2.23.52.0.1-55.el7_2.4.x86_64", "7Server-7.2.AUS:binutils-devel-0:2.23.52.0.1-55.el7_2.4.i686", "7Server-7.2.AUS:binutils-devel-0:2.23.52.0.1-55.el7_2.4.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-01T07:44:51+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Server-7.2.AUS:binutils-0:2.23.52.0.1-55.el7_2.4.src", "7Server-7.2.AUS:binutils-0:2.23.52.0.1-55.el7_2.4.x86_64", "7Server-7.2.AUS:binutils-debuginfo-0:2.23.52.0.1-55.el7_2.4.i686", "7Server-7.2.AUS:binutils-debuginfo-0:2.23.52.0.1-55.el7_2.4.x86_64", "7Server-7.2.AUS:binutils-devel-0:2.23.52.0.1-55.el7_2.4.i686", "7Server-7.2.AUS:binutils-devel-0:2.23.52.0.1-55.el7_2.4.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4038" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "7Server-7.2.AUS:binutils-0:2.23.52.0.1-55.el7_2.4.src", "7Server-7.2.AUS:binutils-0:2.23.52.0.1-55.el7_2.4.x86_64", "7Server-7.2.AUS:binutils-debuginfo-0:2.23.52.0.1-55.el7_2.4.i686", "7Server-7.2.AUS:binutils-debuginfo-0:2.23.52.0.1-55.el7_2.4.x86_64", "7Server-7.2.AUS:binutils-devel-0:2.23.52.0.1-55.el7_2.4.i686", "7Server-7.2.AUS:binutils-devel-0:2.23.52.0.1-55.el7_2.4.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "7Server-7.2.AUS:binutils-0:2.23.52.0.1-55.el7_2.4.src", "7Server-7.2.AUS:binutils-0:2.23.52.0.1-55.el7_2.4.x86_64", "7Server-7.2.AUS:binutils-debuginfo-0:2.23.52.0.1-55.el7_2.4.i686", "7Server-7.2.AUS:binutils-debuginfo-0:2.23.52.0.1-55.el7_2.4.x86_64", "7Server-7.2.AUS:binutils-devel-0:2.23.52.0.1-55.el7_2.4.i686", "7Server-7.2.AUS:binutils-devel-0:2.23.52.0.1-55.el7_2.4.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
RHSA-2021:4037
Vulnerability from csaf_redhat
Notes
{ "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 binutils is now available for Red Hat Enterprise Linux 7.3 Advanced Update Support.\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": "The binutils packages provide a collection of binary utilities for the manipulation of object code in various object file formats. It includes the ar, as, gprof, ld, nm, objcopy, objdump, ranlib, readelf, size, strings, strip, and addr2line utilities.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in binutils in order to facilitate detection of BiDi Unicode characters:\n\nTools which display names or strings (readelf, strings, nm, objdump) have a new command line option --unicode / -U which controls how Unicode characters are handled.\n\nUsing \"--unicode=default\" will treat them as normal for the tool. This is the default behaviour when --unicode option is not used.\nUsing \"--unicode=locale\" will display them according to the current locale.\nUsing \"--unicode=hex\" will display them as hex byte values.\nUsing \"--unicode=escape\" will display them as Unicode escape sequences.\nUsing \"--unicode=highlight\" will display them as Unicode escape sequences highlighted in red, if supported by the output device.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4037", "url": "https://access.redhat.com/errata/RHSA-2021:4037" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4037.json" } ], "title": "Red Hat Security Advisory: binutils security update", "tracking": { "current_release_date": "2025-09-25T12:34:59+00:00", "generator": { "date": "2025-09-25T12:34:59+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.8" } }, "id": "RHSA-2021:4037", "initial_release_date": "2021-11-01T07:44:40+00:00", "revision_history": [ { "date": "2021-11-01T07:44:40+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-01T07:44:40+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-25T12:34:59+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 Server AUS (v. 7.3)", "product": { "name": "Red Hat Enterprise Linux Server AUS (v. 7.3)", "product_id": "7Server-7.3.AUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_aus:7.3::server" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "binutils-0:2.25.1-22.base.el7_3.3.src", "product": { "name": "binutils-0:2.25.1-22.base.el7_3.3.src", "product_id": "binutils-0:2.25.1-22.base.el7_3.3.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.25.1-22.base.el7_3.3?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "binutils-0:2.25.1-22.base.el7_3.3.x86_64", "product": { "name": "binutils-0:2.25.1-22.base.el7_3.3.x86_64", "product_id": "binutils-0:2.25.1-22.base.el7_3.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.25.1-22.base.el7_3.3?arch=x86_64" } } }, { "category": "product_version", "name": "binutils-devel-0:2.25.1-22.base.el7_3.3.x86_64", "product": { "name": "binutils-devel-0:2.25.1-22.base.el7_3.3.x86_64", "product_id": "binutils-devel-0:2.25.1-22.base.el7_3.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.25.1-22.base.el7_3.3?arch=x86_64" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.25.1-22.base.el7_3.3.x86_64", "product": { "name": "binutils-debuginfo-0:2.25.1-22.base.el7_3.3.x86_64", "product_id": "binutils-debuginfo-0:2.25.1-22.base.el7_3.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.25.1-22.base.el7_3.3?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.25.1-22.base.el7_3.3.i686", "product": { "name": "binutils-devel-0:2.25.1-22.base.el7_3.3.i686", "product_id": "binutils-devel-0:2.25.1-22.base.el7_3.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.25.1-22.base.el7_3.3?arch=i686" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.25.1-22.base.el7_3.3.i686", "product": { "name": "binutils-debuginfo-0:2.25.1-22.base.el7_3.3.i686", "product_id": "binutils-debuginfo-0:2.25.1-22.base.el7_3.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.25.1-22.base.el7_3.3?arch=i686" } } } ], "category": "architecture", "name": "i686" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.25.1-22.base.el7_3.3.src as a component of Red Hat Enterprise Linux Server AUS (v. 7.3)", "product_id": "7Server-7.3.AUS:binutils-0:2.25.1-22.base.el7_3.3.src" }, "product_reference": "binutils-0:2.25.1-22.base.el7_3.3.src", "relates_to_product_reference": "7Server-7.3.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.25.1-22.base.el7_3.3.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.3)", "product_id": "7Server-7.3.AUS:binutils-0:2.25.1-22.base.el7_3.3.x86_64" }, "product_reference": "binutils-0:2.25.1-22.base.el7_3.3.x86_64", "relates_to_product_reference": "7Server-7.3.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.25.1-22.base.el7_3.3.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.3)", "product_id": "7Server-7.3.AUS:binutils-debuginfo-0:2.25.1-22.base.el7_3.3.i686" }, "product_reference": "binutils-debuginfo-0:2.25.1-22.base.el7_3.3.i686", "relates_to_product_reference": "7Server-7.3.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.25.1-22.base.el7_3.3.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.3)", "product_id": "7Server-7.3.AUS:binutils-debuginfo-0:2.25.1-22.base.el7_3.3.x86_64" }, "product_reference": "binutils-debuginfo-0:2.25.1-22.base.el7_3.3.x86_64", "relates_to_product_reference": "7Server-7.3.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.25.1-22.base.el7_3.3.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.3)", "product_id": "7Server-7.3.AUS:binutils-devel-0:2.25.1-22.base.el7_3.3.i686" }, "product_reference": "binutils-devel-0:2.25.1-22.base.el7_3.3.i686", "relates_to_product_reference": "7Server-7.3.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.25.1-22.base.el7_3.3.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.3)", "product_id": "7Server-7.3.AUS:binutils-devel-0:2.25.1-22.base.el7_3.3.x86_64" }, "product_reference": "binutils-devel-0:2.25.1-22.base.el7_3.3.x86_64", "relates_to_product_reference": "7Server-7.3.AUS" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-7.3.AUS:binutils-0:2.25.1-22.base.el7_3.3.src", "7Server-7.3.AUS:binutils-0:2.25.1-22.base.el7_3.3.x86_64", "7Server-7.3.AUS:binutils-debuginfo-0:2.25.1-22.base.el7_3.3.i686", "7Server-7.3.AUS:binutils-debuginfo-0:2.25.1-22.base.el7_3.3.x86_64", "7Server-7.3.AUS:binutils-devel-0:2.25.1-22.base.el7_3.3.i686", "7Server-7.3.AUS:binutils-devel-0:2.25.1-22.base.el7_3.3.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-01T07:44:40+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Server-7.3.AUS:binutils-0:2.25.1-22.base.el7_3.3.src", "7Server-7.3.AUS:binutils-0:2.25.1-22.base.el7_3.3.x86_64", "7Server-7.3.AUS:binutils-debuginfo-0:2.25.1-22.base.el7_3.3.i686", "7Server-7.3.AUS:binutils-debuginfo-0:2.25.1-22.base.el7_3.3.x86_64", "7Server-7.3.AUS:binutils-devel-0:2.25.1-22.base.el7_3.3.i686", "7Server-7.3.AUS:binutils-devel-0:2.25.1-22.base.el7_3.3.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4037" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "7Server-7.3.AUS:binutils-0:2.25.1-22.base.el7_3.3.src", "7Server-7.3.AUS:binutils-0:2.25.1-22.base.el7_3.3.x86_64", "7Server-7.3.AUS:binutils-debuginfo-0:2.25.1-22.base.el7_3.3.i686", "7Server-7.3.AUS:binutils-debuginfo-0:2.25.1-22.base.el7_3.3.x86_64", "7Server-7.3.AUS:binutils-devel-0:2.25.1-22.base.el7_3.3.i686", "7Server-7.3.AUS:binutils-devel-0:2.25.1-22.base.el7_3.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "7Server-7.3.AUS:binutils-0:2.25.1-22.base.el7_3.3.src", "7Server-7.3.AUS:binutils-0:2.25.1-22.base.el7_3.3.x86_64", "7Server-7.3.AUS:binutils-debuginfo-0:2.25.1-22.base.el7_3.3.i686", "7Server-7.3.AUS:binutils-debuginfo-0:2.25.1-22.base.el7_3.3.x86_64", "7Server-7.3.AUS:binutils-devel-0:2.25.1-22.base.el7_3.3.i686", "7Server-7.3.AUS:binutils-devel-0:2.25.1-22.base.el7_3.3.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
rhsa-2021:4596
Vulnerability from csaf_redhat
Notes
{ "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 binutils is now available for Red Hat Enterprise Linux 8.4 Extended Update Support.\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": "The binutils packages provide a collection of binary utilities for the manipulation of object code in various object file formats. It includes the ar, as, gprof, ld, nm, objcopy, objdump, ranlib, readelf, size, strings, strip, and addr2line utilities.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in binutils in order to facilitate detection of BiDi Unicode characters:\n\nTools which display names or strings (readelf, strings, nm, objdump) have a new command line option --unicode / -U which controls how Unicode characters are handled.\n\nUsing \"--unicode=default\" will treat them as normal for the tool. This is the default behaviour when --unicode option is not used.\nUsing \"--unicode=locale\" will display them according to the current locale.\nUsing \"--unicode=hex\" will display them as hex byte values.\nUsing \"--unicode=escape\" will display them as Unicode escape sequences.\nUsing \"--unicode=highlight\" will display them as Unicode escape sequences highlighted in red, if supported by the output device.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4596", "url": "https://access.redhat.com/errata/RHSA-2021:4596" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4596.json" } ], "title": "Red Hat Security Advisory: binutils security update", "tracking": { "current_release_date": "2025-09-25T12:35:47+00:00", "generator": { "date": "2025-09-25T12:35:47+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.8" } }, "id": "RHSA-2021:4596", "initial_release_date": "2021-11-10T10:46:37+00:00", "revision_history": [ { "date": "2021-11-10T10:46:37+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-10T10:46:37+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-25T12:35:47+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:8.4::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux BaseOS EUS (v.8.4)", "product": { "name": "Red Hat Enterprise Linux BaseOS EUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_eus:8.4::baseos" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.30-93.el8_4.2.aarch64", "product": { "name": "binutils-devel-0:2.30-93.el8_4.2.aarch64", "product_id": "binutils-devel-0:2.30-93.el8_4.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.30-93.el8_4.2?arch=aarch64" } } }, { "category": "product_version", "name": "binutils-debugsource-0:2.30-93.el8_4.2.aarch64", "product": { "name": "binutils-debugsource-0:2.30-93.el8_4.2.aarch64", "product_id": "binutils-debugsource-0:2.30-93.el8_4.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debugsource@2.30-93.el8_4.2?arch=aarch64" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.30-93.el8_4.2.aarch64", "product": { "name": "binutils-debuginfo-0:2.30-93.el8_4.2.aarch64", "product_id": "binutils-debuginfo-0:2.30-93.el8_4.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.30-93.el8_4.2?arch=aarch64" } } }, { "category": "product_version", "name": "binutils-0:2.30-93.el8_4.2.aarch64", "product": { "name": "binutils-0:2.30-93.el8_4.2.aarch64", "product_id": "binutils-0:2.30-93.el8_4.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.30-93.el8_4.2?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.30-93.el8_4.2.ppc64le", "product": { "name": "binutils-devel-0:2.30-93.el8_4.2.ppc64le", "product_id": "binutils-devel-0:2.30-93.el8_4.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.30-93.el8_4.2?arch=ppc64le" } } }, { "category": "product_version", "name": "binutils-debugsource-0:2.30-93.el8_4.2.ppc64le", "product": { "name": "binutils-debugsource-0:2.30-93.el8_4.2.ppc64le", "product_id": "binutils-debugsource-0:2.30-93.el8_4.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debugsource@2.30-93.el8_4.2?arch=ppc64le" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.30-93.el8_4.2.ppc64le", "product": { "name": "binutils-debuginfo-0:2.30-93.el8_4.2.ppc64le", "product_id": "binutils-debuginfo-0:2.30-93.el8_4.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.30-93.el8_4.2?arch=ppc64le" } } }, { "category": "product_version", "name": "binutils-0:2.30-93.el8_4.2.ppc64le", "product": { "name": "binutils-0:2.30-93.el8_4.2.ppc64le", "product_id": "binutils-0:2.30-93.el8_4.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.30-93.el8_4.2?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.30-93.el8_4.2.i686", "product": { "name": "binutils-devel-0:2.30-93.el8_4.2.i686", "product_id": "binutils-devel-0:2.30-93.el8_4.2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.30-93.el8_4.2?arch=i686" } } }, { "category": "product_version", "name": "binutils-debugsource-0:2.30-93.el8_4.2.i686", "product": { "name": "binutils-debugsource-0:2.30-93.el8_4.2.i686", "product_id": "binutils-debugsource-0:2.30-93.el8_4.2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debugsource@2.30-93.el8_4.2?arch=i686" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.30-93.el8_4.2.i686", "product": { "name": "binutils-debuginfo-0:2.30-93.el8_4.2.i686", "product_id": "binutils-debuginfo-0:2.30-93.el8_4.2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.30-93.el8_4.2?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.30-93.el8_4.2.x86_64", "product": { "name": "binutils-devel-0:2.30-93.el8_4.2.x86_64", "product_id": "binutils-devel-0:2.30-93.el8_4.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.30-93.el8_4.2?arch=x86_64" } } }, { "category": "product_version", "name": "binutils-debugsource-0:2.30-93.el8_4.2.x86_64", "product": { "name": "binutils-debugsource-0:2.30-93.el8_4.2.x86_64", "product_id": "binutils-debugsource-0:2.30-93.el8_4.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debugsource@2.30-93.el8_4.2?arch=x86_64" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.30-93.el8_4.2.x86_64", "product": { "name": "binutils-debuginfo-0:2.30-93.el8_4.2.x86_64", "product_id": "binutils-debuginfo-0:2.30-93.el8_4.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.30-93.el8_4.2?arch=x86_64" } } }, { "category": "product_version", "name": "binutils-0:2.30-93.el8_4.2.x86_64", "product": { "name": "binutils-0:2.30-93.el8_4.2.x86_64", "product_id": "binutils-0:2.30-93.el8_4.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.30-93.el8_4.2?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.30-93.el8_4.2.s390x", "product": { "name": "binutils-devel-0:2.30-93.el8_4.2.s390x", "product_id": "binutils-devel-0:2.30-93.el8_4.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.30-93.el8_4.2?arch=s390x" } } }, { "category": "product_version", "name": "binutils-debugsource-0:2.30-93.el8_4.2.s390x", "product": { "name": "binutils-debugsource-0:2.30-93.el8_4.2.s390x", "product_id": "binutils-debugsource-0:2.30-93.el8_4.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debugsource@2.30-93.el8_4.2?arch=s390x" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.30-93.el8_4.2.s390x", "product": { "name": "binutils-debuginfo-0:2.30-93.el8_4.2.s390x", "product_id": "binutils-debuginfo-0:2.30-93.el8_4.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.30-93.el8_4.2?arch=s390x" } } }, { "category": "product_version", "name": "binutils-0:2.30-93.el8_4.2.s390x", "product": { "name": "binutils-0:2.30-93.el8_4.2.s390x", "product_id": "binutils-0:2.30-93.el8_4.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.30-93.el8_4.2?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "binutils-0:2.30-93.el8_4.2.src", "product": { "name": "binutils-0:2.30-93.el8_4.2.src", "product_id": "binutils-0:2.30-93.el8_4.2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.30-93.el8_4.2?arch=src" } } } ], "category": "architecture", "name": "src" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-93.el8_4.2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.aarch64" }, "product_reference": "binutils-0:2.30-93.el8_4.2.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-93.el8_4.2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.ppc64le" }, "product_reference": "binutils-0:2.30-93.el8_4.2.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-93.el8_4.2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.s390x" }, "product_reference": "binutils-0:2.30-93.el8_4.2.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-93.el8_4.2.src as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.src" }, "product_reference": "binutils-0:2.30-93.el8_4.2.src", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-93.el8_4.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.x86_64" }, "product_reference": "binutils-0:2.30-93.el8_4.2.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-93.el8_4.2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.aarch64" }, "product_reference": "binutils-debuginfo-0:2.30-93.el8_4.2.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-93.el8_4.2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.i686" }, "product_reference": "binutils-debuginfo-0:2.30-93.el8_4.2.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-93.el8_4.2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.ppc64le" }, "product_reference": "binutils-debuginfo-0:2.30-93.el8_4.2.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-93.el8_4.2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.s390x" }, "product_reference": "binutils-debuginfo-0:2.30-93.el8_4.2.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-93.el8_4.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.x86_64" }, "product_reference": "binutils-debuginfo-0:2.30-93.el8_4.2.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-93.el8_4.2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.aarch64" }, "product_reference": "binutils-debugsource-0:2.30-93.el8_4.2.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-93.el8_4.2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.i686" }, "product_reference": "binutils-debugsource-0:2.30-93.el8_4.2.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-93.el8_4.2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.ppc64le" }, "product_reference": "binutils-debugsource-0:2.30-93.el8_4.2.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-93.el8_4.2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.s390x" }, "product_reference": "binutils-debugsource-0:2.30-93.el8_4.2.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-93.el8_4.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.x86_64" }, "product_reference": "binutils-debugsource-0:2.30-93.el8_4.2.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-93.el8_4.2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.aarch64" }, "product_reference": "binutils-devel-0:2.30-93.el8_4.2.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-93.el8_4.2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.i686" }, "product_reference": "binutils-devel-0:2.30-93.el8_4.2.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-93.el8_4.2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.ppc64le" }, "product_reference": "binutils-devel-0:2.30-93.el8_4.2.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-93.el8_4.2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.s390x" }, "product_reference": "binutils-devel-0:2.30-93.el8_4.2.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-93.el8_4.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.x86_64" }, "product_reference": "binutils-devel-0:2.30-93.el8_4.2.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-93.el8_4.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.aarch64" }, "product_reference": "binutils-0:2.30-93.el8_4.2.aarch64", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-93.el8_4.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.ppc64le" }, "product_reference": "binutils-0:2.30-93.el8_4.2.ppc64le", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-93.el8_4.2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.s390x" }, "product_reference": "binutils-0:2.30-93.el8_4.2.s390x", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-93.el8_4.2.src as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.src" }, "product_reference": "binutils-0:2.30-93.el8_4.2.src", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-93.el8_4.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.x86_64" }, "product_reference": "binutils-0:2.30-93.el8_4.2.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-93.el8_4.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.aarch64" }, "product_reference": "binutils-debuginfo-0:2.30-93.el8_4.2.aarch64", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-93.el8_4.2.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.i686" }, "product_reference": "binutils-debuginfo-0:2.30-93.el8_4.2.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-93.el8_4.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.ppc64le" }, "product_reference": "binutils-debuginfo-0:2.30-93.el8_4.2.ppc64le", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-93.el8_4.2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.s390x" }, "product_reference": "binutils-debuginfo-0:2.30-93.el8_4.2.s390x", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-93.el8_4.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.x86_64" }, "product_reference": "binutils-debuginfo-0:2.30-93.el8_4.2.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-93.el8_4.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.aarch64" }, "product_reference": "binutils-debugsource-0:2.30-93.el8_4.2.aarch64", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-93.el8_4.2.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.i686" }, "product_reference": "binutils-debugsource-0:2.30-93.el8_4.2.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-93.el8_4.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.ppc64le" }, "product_reference": "binutils-debugsource-0:2.30-93.el8_4.2.ppc64le", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-93.el8_4.2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.s390x" }, "product_reference": "binutils-debugsource-0:2.30-93.el8_4.2.s390x", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-93.el8_4.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.x86_64" }, "product_reference": "binutils-debugsource-0:2.30-93.el8_4.2.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-93.el8_4.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.aarch64" }, "product_reference": "binutils-devel-0:2.30-93.el8_4.2.aarch64", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-93.el8_4.2.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.i686" }, "product_reference": "binutils-devel-0:2.30-93.el8_4.2.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-93.el8_4.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.ppc64le" }, "product_reference": "binutils-devel-0:2.30-93.el8_4.2.ppc64le", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-93.el8_4.2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.s390x" }, "product_reference": "binutils-devel-0:2.30-93.el8_4.2.s390x", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-93.el8_4.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.x86_64" }, "product_reference": "binutils-devel-0:2.30-93.el8_4.2.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "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.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.aarch64", "AppStream-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.ppc64le", "AppStream-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.s390x", "AppStream-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.src", "AppStream-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.x86_64", "AppStream-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.aarch64", "AppStream-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.i686", "AppStream-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.ppc64le", "AppStream-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.s390x", "AppStream-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.x86_64", "AppStream-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.aarch64", "AppStream-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.i686", "AppStream-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.ppc64le", "AppStream-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.s390x", "AppStream-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.x86_64", "AppStream-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.aarch64", "AppStream-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.i686", "AppStream-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.ppc64le", "AppStream-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.s390x", "AppStream-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.x86_64", "BaseOS-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.aarch64", "BaseOS-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.ppc64le", "BaseOS-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.s390x", "BaseOS-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.src", "BaseOS-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.x86_64", "BaseOS-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.aarch64", "BaseOS-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.i686", "BaseOS-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.ppc64le", "BaseOS-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.s390x", "BaseOS-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.x86_64", "BaseOS-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.aarch64", "BaseOS-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.i686", "BaseOS-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.ppc64le", "BaseOS-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.s390x", "BaseOS-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.x86_64", "BaseOS-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.aarch64", "BaseOS-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.i686", "BaseOS-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.ppc64le", "BaseOS-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.s390x", "BaseOS-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-10T10:46:37+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.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.aarch64", "AppStream-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.ppc64le", "AppStream-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.s390x", "AppStream-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.src", "AppStream-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.x86_64", "AppStream-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.aarch64", "AppStream-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.i686", "AppStream-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.ppc64le", "AppStream-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.s390x", "AppStream-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.x86_64", "AppStream-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.aarch64", "AppStream-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.i686", "AppStream-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.ppc64le", "AppStream-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.s390x", "AppStream-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.x86_64", "AppStream-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.aarch64", "AppStream-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.i686", "AppStream-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.ppc64le", "AppStream-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.s390x", "AppStream-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.x86_64", "BaseOS-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.aarch64", "BaseOS-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.ppc64le", "BaseOS-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.s390x", "BaseOS-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.src", "BaseOS-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.x86_64", "BaseOS-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.aarch64", "BaseOS-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.i686", "BaseOS-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.ppc64le", "BaseOS-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.s390x", "BaseOS-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.x86_64", "BaseOS-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.aarch64", "BaseOS-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.i686", "BaseOS-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.ppc64le", "BaseOS-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.s390x", "BaseOS-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.x86_64", "BaseOS-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.aarch64", "BaseOS-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.i686", "BaseOS-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.ppc64le", "BaseOS-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.s390x", "BaseOS-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4596" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "AppStream-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.aarch64", "AppStream-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.ppc64le", "AppStream-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.s390x", "AppStream-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.src", "AppStream-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.x86_64", "AppStream-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.aarch64", "AppStream-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.i686", "AppStream-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.ppc64le", "AppStream-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.s390x", "AppStream-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.x86_64", "AppStream-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.aarch64", "AppStream-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.i686", "AppStream-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.ppc64le", "AppStream-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.s390x", "AppStream-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.x86_64", "AppStream-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.aarch64", "AppStream-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.i686", "AppStream-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.ppc64le", "AppStream-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.s390x", "AppStream-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.x86_64", "BaseOS-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.aarch64", "BaseOS-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.ppc64le", "BaseOS-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.s390x", "BaseOS-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.src", "BaseOS-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.x86_64", "BaseOS-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.aarch64", "BaseOS-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.i686", "BaseOS-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.ppc64le", "BaseOS-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.s390x", "BaseOS-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.x86_64", "BaseOS-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.aarch64", "BaseOS-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.i686", "BaseOS-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.ppc64le", "BaseOS-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.s390x", "BaseOS-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.x86_64", "BaseOS-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.aarch64", "BaseOS-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.i686", "BaseOS-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.ppc64le", "BaseOS-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.s390x", "BaseOS-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.aarch64", "AppStream-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.ppc64le", "AppStream-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.s390x", "AppStream-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.src", "AppStream-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.x86_64", "AppStream-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.aarch64", "AppStream-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.i686", "AppStream-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.ppc64le", "AppStream-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.s390x", "AppStream-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.x86_64", "AppStream-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.aarch64", "AppStream-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.i686", "AppStream-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.ppc64le", "AppStream-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.s390x", "AppStream-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.x86_64", "AppStream-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.aarch64", "AppStream-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.i686", "AppStream-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.ppc64le", "AppStream-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.s390x", "AppStream-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.x86_64", "BaseOS-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.aarch64", "BaseOS-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.ppc64le", "BaseOS-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.s390x", "BaseOS-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.src", "BaseOS-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.x86_64", "BaseOS-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.aarch64", "BaseOS-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.i686", "BaseOS-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.ppc64le", "BaseOS-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.s390x", "BaseOS-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.x86_64", "BaseOS-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.aarch64", "BaseOS-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.i686", "BaseOS-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.ppc64le", "BaseOS-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.s390x", "BaseOS-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.x86_64", "BaseOS-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.aarch64", "BaseOS-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.i686", "BaseOS-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.ppc64le", "BaseOS-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.s390x", "BaseOS-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
RHSA-2021:4588
Vulnerability from csaf_redhat
Notes
{ "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 gcc-toolset-10-binutils is now available for Red Hat Enterprise Linux 8.4 Extended Update Support.\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": "The binutils packages provide a collection of binary utilities for the manipulation of object code in various object file formats. It includes the ar, as, gprof, ld, nm, objcopy, objdump, ranlib, readelf, size, strings, strip, and addr2line utilities.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in binutils in order to facilitate detection of BiDi Unicode characters:\n\nTools which display names or strings (readelf, strings, nm, objdump) have a new command line option --unicode / -U which controls how Unicode characters are handled.\n\nUsing \"--unicode=default\" will treat them as normal for the tool. This is the default behaviour when --unicode option is not used.\nUsing \"--unicode=locale\" will display them according to the current locale.\nUsing \"--unicode=hex\" will display them as hex byte values.\nUsing \"--unicode=escape\" will display them as Unicode escape sequences.\nUsing \"--unicode=highlight\" will display them as Unicode escape sequences highlighted in red, if supported by the output device.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4588", "url": "https://access.redhat.com/errata/RHSA-2021:4588" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4588.json" } ], "title": "Red Hat Security Advisory: gcc-toolset-10-binutils security update", "tracking": { "current_release_date": "2025-09-25T12:35:44+00:00", "generator": { "date": "2025-09-25T12:35:44+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.8" } }, "id": "RHSA-2021:4588", "initial_release_date": "2021-11-10T09:04:42+00:00", "revision_history": [ { "date": "2021-11-10T09:04:42+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-10T09:04:42+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-25T12:35: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 EUS (v.8.4)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:8.4::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-binutils-0:2.35-8.el8_4.5.src", "product": { "name": "gcc-toolset-10-binutils-0:2.35-8.el8_4.5.src", "product_id": "gcc-toolset-10-binutils-0:2.35-8.el8_4.5.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils@2.35-8.el8_4.5?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-binutils-0:2.35-8.el8_4.5.aarch64", "product": { "name": "gcc-toolset-10-binutils-0:2.35-8.el8_4.5.aarch64", "product_id": "gcc-toolset-10-binutils-0:2.35-8.el8_4.5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils@2.35-8.el8_4.5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.aarch64", "product": { "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.aarch64", "product_id": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils-devel@2.35-8.el8_4.5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.aarch64", "product": { "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.aarch64", "product_id": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils-debuginfo@2.35-8.el8_4.5?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-binutils-0:2.35-8.el8_4.5.ppc64le", "product": { "name": "gcc-toolset-10-binutils-0:2.35-8.el8_4.5.ppc64le", "product_id": "gcc-toolset-10-binutils-0:2.35-8.el8_4.5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils@2.35-8.el8_4.5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.ppc64le", "product": { "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.ppc64le", "product_id": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils-devel@2.35-8.el8_4.5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.ppc64le", "product": { "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.ppc64le", "product_id": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils-debuginfo@2.35-8.el8_4.5?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-binutils-0:2.35-8.el8_4.5.x86_64", "product": { "name": "gcc-toolset-10-binutils-0:2.35-8.el8_4.5.x86_64", "product_id": "gcc-toolset-10-binutils-0:2.35-8.el8_4.5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils@2.35-8.el8_4.5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.x86_64", "product": { "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.x86_64", "product_id": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils-devel@2.35-8.el8_4.5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.x86_64", "product": { "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.x86_64", "product_id": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils-debuginfo@2.35-8.el8_4.5?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.i686", "product": { "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.i686", "product_id": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils-devel@2.35-8.el8_4.5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.i686", "product": { "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.i686", "product_id": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils-debuginfo@2.35-8.el8_4.5?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-binutils-0:2.35-8.el8_4.5.s390x", "product": { "name": "gcc-toolset-10-binutils-0:2.35-8.el8_4.5.s390x", "product_id": "gcc-toolset-10-binutils-0:2.35-8.el8_4.5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils@2.35-8.el8_4.5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.s390x", "product": { "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.s390x", "product_id": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils-devel@2.35-8.el8_4.5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.s390x", "product": { "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.s390x", "product_id": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils-debuginfo@2.35-8.el8_4.5?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-0:2.35-8.el8_4.5.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-0:2.35-8.el8_4.5.aarch64" }, "product_reference": "gcc-toolset-10-binutils-0:2.35-8.el8_4.5.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-0:2.35-8.el8_4.5.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-0:2.35-8.el8_4.5.ppc64le" }, "product_reference": "gcc-toolset-10-binutils-0:2.35-8.el8_4.5.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-0:2.35-8.el8_4.5.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-0:2.35-8.el8_4.5.s390x" }, "product_reference": "gcc-toolset-10-binutils-0:2.35-8.el8_4.5.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-0:2.35-8.el8_4.5.src as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-0:2.35-8.el8_4.5.src" }, "product_reference": "gcc-toolset-10-binutils-0:2.35-8.el8_4.5.src", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-0:2.35-8.el8_4.5.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-0:2.35-8.el8_4.5.x86_64" }, "product_reference": "gcc-toolset-10-binutils-0:2.35-8.el8_4.5.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.aarch64" }, "product_reference": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.i686" }, "product_reference": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.ppc64le" }, "product_reference": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.s390x" }, "product_reference": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.x86_64" }, "product_reference": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.aarch64" }, "product_reference": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.i686" }, "product_reference": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.ppc64le" }, "product_reference": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.s390x" }, "product_reference": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.x86_64" }, "product_reference": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "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.4.0.Z.EUS:gcc-toolset-10-binutils-0:2.35-8.el8_4.5.aarch64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-0:2.35-8.el8_4.5.ppc64le", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-0:2.35-8.el8_4.5.s390x", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-0:2.35-8.el8_4.5.src", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-0:2.35-8.el8_4.5.x86_64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.aarch64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.i686", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.ppc64le", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.s390x", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.x86_64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.aarch64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.i686", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.ppc64le", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.s390x", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-10T09:04:42+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-0:2.35-8.el8_4.5.aarch64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-0:2.35-8.el8_4.5.ppc64le", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-0:2.35-8.el8_4.5.s390x", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-0:2.35-8.el8_4.5.src", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-0:2.35-8.el8_4.5.x86_64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.aarch64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.i686", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.ppc64le", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.s390x", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.x86_64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.aarch64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.i686", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.ppc64le", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.s390x", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4588" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-0:2.35-8.el8_4.5.aarch64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-0:2.35-8.el8_4.5.ppc64le", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-0:2.35-8.el8_4.5.s390x", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-0:2.35-8.el8_4.5.src", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-0:2.35-8.el8_4.5.x86_64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.aarch64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.i686", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.ppc64le", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.s390x", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.x86_64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.aarch64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.i686", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.ppc64le", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.s390x", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-0:2.35-8.el8_4.5.aarch64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-0:2.35-8.el8_4.5.ppc64le", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-0:2.35-8.el8_4.5.s390x", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-0:2.35-8.el8_4.5.src", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-0:2.35-8.el8_4.5.x86_64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.aarch64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.i686", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.ppc64le", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.s390x", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.x86_64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.aarch64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.i686", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.ppc64le", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.s390x", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
RHSA-2021:4586
Vulnerability from csaf_redhat
Notes
{ "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 gcc-toolset-11-gcc 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": "The gcc packages provide compilers for C, C++, Java, Fortran, Objective C, and Ada 95 GNU, as well as related support libraries.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in gcc in order to facilitate detection of BiDi Unicode characters:\n\nThis update implements a new warning option -Wbidirectional to warn about possibly dangerous bidirectional characters.\n\nThere are three levels of warning supported by gcc:\n\"-Wbidirectional=unpaired\", which warns about improperly terminated BiDi contexts. (This is the default.)\n\"-Wbidirectional=none\", which turns the warning off.\n\"-Wbidirectional=any\", which warns about any use of bidirectional characters.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4586", "url": "https://access.redhat.com/errata/RHSA-2021:4586" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4586.json" } ], "title": "Red Hat Security Advisory: gcc-toolset-11-gcc security update", "tracking": { "current_release_date": "2025-09-25T12:35:48+00:00", "generator": { "date": "2025-09-25T12:35:48+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.8" } }, "id": "RHSA-2021:4586", "initial_release_date": "2021-11-10T09:20:18+00:00", "revision_history": [ { "date": "2021-11-10T09:20:18+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-10T09:20:18+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-25T12:35:48+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.5.0.Z.MAIN", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.src", "product": { "name": "gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.src", "product_id": "gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc@11.2.1-1.2.el8_5?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc@11.2.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-c%2B%2B@11.2.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-gdb-plugin@11.2.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-gfortran@11.2.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-plugin-devel@11.2.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libasan-devel@11.2.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libatomic-devel@11.2.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libgccjit@11.2.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libgccjit-devel@11.2.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libgccjit-docs@11.2.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libitm-devel@11.2.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-liblsan-devel@11.2.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libstdc%2B%2B-devel@11.2.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libstdc%2B%2B-docs@11.2.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libtsan-devel@11.2.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libubsan-devel@11.2.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libasan6-0:11.2.1-1.2.el8_5.aarch64", "product": { "name": "libasan6-0:11.2.1-1.2.el8_5.aarch64", "product_id": "libasan6-0:11.2.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6@11.2.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-c%2B%2B-debuginfo@11.2.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-debuginfo@11.2.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-gdb-plugin-debuginfo@11.2.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-gfortran-debuginfo@11.2.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-plugin-devel-debuginfo@11.2.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libgccjit-debuginfo@11.2.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libasan6-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "product": { "name": "libasan6-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "product_id": "libasan6-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6-debuginfo@11.2.1-1.2.el8_5?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc@11.2.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-c%2B%2B@11.2.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-gdb-plugin@11.2.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-gfortran@11.2.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-plugin-devel@11.2.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libasan-devel@11.2.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libatomic-devel@11.2.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libgccjit@11.2.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libgccjit-devel@11.2.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libgccjit-docs@11.2.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libitm-devel@11.2.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-liblsan-devel@11.2.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libquadmath-devel@11.2.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libstdc%2B%2B-devel@11.2.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libstdc%2B%2B-docs@11.2.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libtsan-devel@11.2.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libubsan-devel@11.2.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libasan6-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "libasan6-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "libasan6-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6@11.2.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-c%2B%2B-debuginfo@11.2.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-debuginfo@11.2.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-gdb-plugin-debuginfo@11.2.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-gfortran-debuginfo@11.2.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-plugin-devel-debuginfo@11.2.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libgccjit-debuginfo@11.2.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-offload-nvptx-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-11-offload-nvptx-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-11-offload-nvptx-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-offload-nvptx-debuginfo@11.2.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libasan6-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "product": { "name": "libasan6-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "product_id": "libasan6-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6-debuginfo@11.2.1-1.2.el8_5?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc@11.2.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-c%2B%2B@11.2.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-gdb-plugin@11.2.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-gfortran@11.2.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-plugin-devel@11.2.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libasan-devel@11.2.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libatomic-devel@11.2.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libgccjit@11.2.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libgccjit-devel@11.2.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libgccjit-docs@11.2.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libitm-devel@11.2.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-liblsan-devel@11.2.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libquadmath-devel@11.2.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libstdc%2B%2B-devel@11.2.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libstdc%2B%2B-docs@11.2.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libtsan-devel@11.2.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libubsan-devel@11.2.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libasan6-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "libasan6-0:11.2.1-1.2.el8_5.x86_64", "product_id": "libasan6-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6@11.2.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-c%2B%2B-debuginfo@11.2.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-debuginfo@11.2.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-gdb-plugin-debuginfo@11.2.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-gfortran-debuginfo@11.2.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-plugin-devel-debuginfo@11.2.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libgccjit-debuginfo@11.2.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-offload-nvptx-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-11-offload-nvptx-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-11-offload-nvptx-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-offload-nvptx-debuginfo@11.2.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libasan6-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "product": { "name": "libasan6-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "product_id": "libasan6-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6-debuginfo@11.2.1-1.2.el8_5?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.i686", "product_id": "gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-plugin-devel@11.2.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.i686", "product_id": "gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libasan-devel@11.2.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.i686", "product_id": "gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libatomic-devel@11.2.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.i686", "product_id": "gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libgccjit-devel@11.2.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.i686", "product_id": "gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libitm-devel@11.2.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.i686", "product_id": "gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libquadmath-devel@11.2.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.i686", "product_id": "gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libstdc%2B%2B-devel@11.2.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.i686", "product_id": "gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libubsan-devel@11.2.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libasan6-0:11.2.1-1.2.el8_5.i686", "product": { "name": "libasan6-0:11.2.1-1.2.el8_5.i686", "product_id": "libasan6-0:11.2.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6@11.2.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.i686", "product_id": "gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-c%2B%2B-debuginfo@11.2.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.i686", "product_id": "gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-debuginfo@11.2.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.i686", "product_id": "gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-gdb-plugin-debuginfo@11.2.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.i686", "product_id": "gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-gfortran-debuginfo@11.2.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.i686", "product_id": "gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-plugin-devel-debuginfo@11.2.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.i686", "product_id": "gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libgccjit-debuginfo@11.2.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libasan6-debuginfo-0:11.2.1-1.2.el8_5.i686", "product": { "name": "libasan6-debuginfo-0:11.2.1-1.2.el8_5.i686", "product_id": "libasan6-debuginfo-0:11.2.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6-debuginfo@11.2.1-1.2.el8_5?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc@11.2.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-c%2B%2B@11.2.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-gdb-plugin@11.2.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-gfortran@11.2.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-plugin-devel@11.2.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libasan-devel@11.2.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libatomic-devel@11.2.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libgccjit@11.2.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libgccjit-devel@11.2.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libgccjit-docs@11.2.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libitm-devel@11.2.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libstdc%2B%2B-devel@11.2.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libstdc%2B%2B-docs@11.2.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libubsan-devel@11.2.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "libasan6-0:11.2.1-1.2.el8_5.s390x", "product": { "name": "libasan6-0:11.2.1-1.2.el8_5.s390x", "product_id": "libasan6-0:11.2.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6@11.2.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-c%2B%2B-debuginfo@11.2.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-debuginfo@11.2.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-gdb-plugin-debuginfo@11.2.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-gfortran-debuginfo@11.2.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-gcc-plugin-devel-debuginfo@11.2.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-libgccjit-debuginfo@11.2.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "libasan6-debuginfo-0:11.2.1-1.2.el8_5.s390x", "product": { "name": "libasan6-debuginfo-0:11.2.1-1.2.el8_5.s390x", "product_id": "libasan6-debuginfo-0:11.2.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6-debuginfo@11.2.1-1.2.el8_5?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.src as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.src" }, "product_reference": "gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.src", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-offload-nvptx-debuginfo-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-offload-nvptx-debuginfo-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-11-offload-nvptx-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-offload-nvptx-debuginfo-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-offload-nvptx-debuginfo-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-11-offload-nvptx-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:11.2.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan6-0:11.2.1-1.2.el8_5.aarch64" }, "product_reference": "libasan6-0:11.2.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:11.2.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan6-0:11.2.1-1.2.el8_5.i686" }, "product_reference": "libasan6-0:11.2.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan6-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "libasan6-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:11.2.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan6-0:11.2.1-1.2.el8_5.s390x" }, "product_reference": "libasan6-0:11.2.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan6-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "libasan6-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-debuginfo-0:11.2.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:11.2.1-1.2.el8_5.aarch64" }, "product_reference": "libasan6-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-debuginfo-0:11.2.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:11.2.1-1.2.el8_5.i686" }, "product_reference": "libasan6-debuginfo-0:11.2.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-debuginfo-0:11.2.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:11.2.1-1.2.el8_5.ppc64le" }, "product_reference": "libasan6-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-debuginfo-0:11.2.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:11.2.1-1.2.el8_5.s390x" }, "product_reference": "libasan6-debuginfo-0:11.2.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-debuginfo-0:11.2.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:11.2.1-1.2.el8_5.x86_64" }, "product_reference": "libasan6-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "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.5.0.Z.MAIN:gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.src", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-offload-nvptx-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-offload-nvptx-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libasan6-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libasan6-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libasan6-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libasan6-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libasan6-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:11.2.1-1.2.el8_5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-10T09:20:18+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.5.0.Z.MAIN:gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.src", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-offload-nvptx-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-offload-nvptx-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libasan6-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libasan6-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libasan6-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libasan6-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libasan6-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:11.2.1-1.2.el8_5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4586" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.src", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-offload-nvptx-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-offload-nvptx-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libasan6-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libasan6-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libasan6-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libasan6-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libasan6-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:11.2.1-1.2.el8_5.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.src", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-c++-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gdb-plugin-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-gfortran-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-gcc-plugin-devel-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libasan-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libatomic-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libgccjit-docs-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libitm-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-liblsan-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libquadmath-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libstdc++-docs-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libtsan-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-libubsan-devel-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-offload-nvptx-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-offload-nvptx-debuginfo-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libasan6-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libasan6-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libasan6-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libasan6-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libasan6-0:11.2.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:11.2.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:11.2.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:11.2.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:11.2.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:11.2.1-1.2.el8_5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
rhsa-2021:4694
Vulnerability from csaf_redhat
Notes
{ "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 rust-toolset-1.54-rust is now available for Red Hat Developer Tools.\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": "Rust Toolset provides the Rust programming language compiler rustc, the cargo build tool and dependency manager, and required libraries.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in rust in order to facilitate detection of BiDi Unicode characters:\n\nRust introduces two new lints to detect and reject code containing the affected codepoints. These new deny-by-default lints detect affected codepoints in string literals and comments. The lints will prevent source code file containing these codepoints from being compiled. If your code has legitimate uses for the codepoints we recommend replacing them with the related escape sequence. The error messages will suggest the right escapes to use.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4694", "url": "https://access.redhat.com/errata/RHSA-2021:4694" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4694.json" } ], "title": "Red Hat Security Advisory: rust-toolset-1.54-rust security update", "tracking": { "current_release_date": "2025-09-25T12:35:58+00:00", "generator": { "date": "2025-09-25T12:35:58+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.8" } }, "id": "RHSA-2021:4694", "initial_release_date": "2021-11-16T11:37:05+00:00", "revision_history": [ { "date": "2021-11-16T11:37:05+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-16T11:37:05+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-25T12:35:58+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product": { "name": "Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4", "product_identification_helper": { "cpe": "cpe:/a:redhat:devtools:2021" } } }, { "category": "product_name", "name": "Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product": { "name": "Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4", "product_identification_helper": { "cpe": "cpe:/a:redhat:devtools:2021" } } } ], "category": "product_family", "name": "Red Hat Developer Tools" }, { "branches": [ { "category": "product_version", "name": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.x86_64", "product": { "name": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.x86_64", "product_id": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-cargo@1.54.0-4.el7_9?arch=x86_64" } } }, { "category": "product_version", "name": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.x86_64", "product": { "name": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.x86_64", "product_id": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-clippy@1.54.0-4.el7_9?arch=x86_64" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.x86_64", "product": { "name": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.x86_64", "product_id": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rls@1.54.0-4.el7_9?arch=x86_64" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.x86_64", "product": { "name": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.x86_64", "product_id": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rust@1.54.0-4.el7_9?arch=x86_64" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.x86_64", "product": { "name": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.x86_64", "product_id": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rust-analysis@1.54.0-4.el7_9?arch=x86_64" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.x86_64", "product": { "name": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.x86_64", "product_id": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rust-doc@1.54.0-4.el7_9?arch=x86_64" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.x86_64", "product": { "name": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.x86_64", "product_id": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rust-std-static@1.54.0-4.el7_9?arch=x86_64" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.x86_64", "product": { "name": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.x86_64", "product_id": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rustfmt@1.54.0-4.el7_9?arch=x86_64" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.x86_64", "product": { "name": "rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.x86_64", "product_id": "rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rust-debuginfo@1.54.0-4.el7_9?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64le", "product": { "name": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64le", "product_id": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-cargo@1.54.0-4.el7_9?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64le", "product": { "name": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64le", "product_id": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-clippy@1.54.0-4.el7_9?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64le", "product": { "name": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64le", "product_id": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rls@1.54.0-4.el7_9?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64le", "product": { "name": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64le", "product_id": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rust@1.54.0-4.el7_9?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64le", "product": { "name": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64le", "product_id": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rust-analysis@1.54.0-4.el7_9?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64le", "product": { "name": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64le", "product_id": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rust-doc@1.54.0-4.el7_9?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64le", "product": { "name": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64le", "product_id": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rust-std-static@1.54.0-4.el7_9?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64le", "product": { "name": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64le", "product_id": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rustfmt@1.54.0-4.el7_9?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64le", "product": { "name": "rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64le", "product_id": "rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rust-debuginfo@1.54.0-4.el7_9?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64", "product": { "name": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64", "product_id": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-cargo@1.54.0-4.el7_9?arch=ppc64" } } }, { "category": "product_version", "name": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64", "product": { "name": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64", "product_id": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-clippy@1.54.0-4.el7_9?arch=ppc64" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64", "product": { "name": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64", "product_id": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rls@1.54.0-4.el7_9?arch=ppc64" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64", "product": { "name": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64", "product_id": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rust@1.54.0-4.el7_9?arch=ppc64" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64", "product": { "name": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64", "product_id": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rust-analysis@1.54.0-4.el7_9?arch=ppc64" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64", "product": { "name": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64", "product_id": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rust-doc@1.54.0-4.el7_9?arch=ppc64" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64", "product": { "name": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64", "product_id": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rust-std-static@1.54.0-4.el7_9?arch=ppc64" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64", "product": { "name": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64", "product_id": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rustfmt@1.54.0-4.el7_9?arch=ppc64" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64", "product": { "name": "rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64", "product_id": "rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rust-debuginfo@1.54.0-4.el7_9?arch=ppc64" } } } ], "category": "architecture", "name": "ppc64" }, { "branches": [ { "category": "product_version", "name": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.s390x", "product": { "name": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.s390x", "product_id": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-cargo@1.54.0-4.el7_9?arch=s390x" } } }, { "category": "product_version", "name": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.s390x", "product": { "name": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.s390x", "product_id": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-clippy@1.54.0-4.el7_9?arch=s390x" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.s390x", "product": { "name": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.s390x", "product_id": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rls@1.54.0-4.el7_9?arch=s390x" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.s390x", "product": { "name": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.s390x", "product_id": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rust@1.54.0-4.el7_9?arch=s390x" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.s390x", "product": { "name": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.s390x", "product_id": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rust-analysis@1.54.0-4.el7_9?arch=s390x" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.s390x", "product": { "name": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.s390x", "product_id": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rust-doc@1.54.0-4.el7_9?arch=s390x" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.s390x", "product": { "name": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.s390x", "product_id": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rust-std-static@1.54.0-4.el7_9?arch=s390x" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.s390x", "product": { "name": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.s390x", "product_id": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rustfmt@1.54.0-4.el7_9?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "rust-toolset-1.54-cargo-doc-0:1.54.0-4.el7_9.noarch", "product": { "name": "rust-toolset-1.54-cargo-doc-0:1.54.0-4.el7_9.noarch", "product_id": "rust-toolset-1.54-cargo-doc-0:1.54.0-4.el7_9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-cargo-doc@1.54.0-4.el7_9?arch=noarch" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rust-debugger-common-0:1.54.0-4.el7_9.noarch", "product": { "name": "rust-toolset-1.54-rust-debugger-common-0:1.54.0-4.el7_9.noarch", "product_id": "rust-toolset-1.54-rust-debugger-common-0:1.54.0-4.el7_9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rust-debugger-common@1.54.0-4.el7_9?arch=noarch" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rust-gdb-0:1.54.0-4.el7_9.noarch", "product": { "name": "rust-toolset-1.54-rust-gdb-0:1.54.0-4.el7_9.noarch", "product_id": "rust-toolset-1.54-rust-gdb-0:1.54.0-4.el7_9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rust-gdb@1.54.0-4.el7_9?arch=noarch" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rust-lldb-0:1.54.0-4.el7_9.noarch", "product": { "name": "rust-toolset-1.54-rust-lldb-0:1.54.0-4.el7_9.noarch", "product_id": "rust-toolset-1.54-rust-lldb-0:1.54.0-4.el7_9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rust-lldb@1.54.0-4.el7_9?arch=noarch" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rust-src-0:1.54.0-4.el7_9.noarch", "product": { "name": "rust-toolset-1.54-rust-src-0:1.54.0-4.el7_9.noarch", "product_id": "rust-toolset-1.54-rust-src-0:1.54.0-4.el7_9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rust-src@1.54.0-4.el7_9?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.src", "product": { "name": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.src", "product_id": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rust@1.54.0-4.el7_9?arch=src" } } } ], "category": "architecture", "name": "src" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64" }, "product_reference": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64le" }, "product_reference": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64le", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.s390x" }, "product_reference": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.s390x", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.x86_64" }, "product_reference": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.x86_64", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-cargo-doc-0:1.54.0-4.el7_9.noarch as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-cargo-doc-0:1.54.0-4.el7_9.noarch" }, "product_reference": "rust-toolset-1.54-cargo-doc-0:1.54.0-4.el7_9.noarch", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64" }, "product_reference": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64le" }, "product_reference": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64le", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.s390x" }, "product_reference": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.s390x", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.x86_64" }, "product_reference": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.x86_64", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64" }, "product_reference": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64le" }, "product_reference": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64le", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.s390x" }, "product_reference": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.s390x", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.x86_64" }, "product_reference": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.x86_64", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64" }, "product_reference": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64le" }, "product_reference": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64le", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.s390x" }, "product_reference": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.s390x", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.src as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.src" }, "product_reference": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.src", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.x86_64" }, "product_reference": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.x86_64", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64" }, "product_reference": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64le" }, "product_reference": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64le", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.s390x" }, "product_reference": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.s390x", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.x86_64" }, "product_reference": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.x86_64", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-debugger-common-0:1.54.0-4.el7_9.noarch as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rust-debugger-common-0:1.54.0-4.el7_9.noarch" }, "product_reference": "rust-toolset-1.54-rust-debugger-common-0:1.54.0-4.el7_9.noarch", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64" }, "product_reference": "rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64le" }, "product_reference": "rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64le", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.x86_64" }, "product_reference": "rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.x86_64", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64" }, "product_reference": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64le" }, "product_reference": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64le", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.s390x" }, "product_reference": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.s390x", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.x86_64" }, "product_reference": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.x86_64", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-gdb-0:1.54.0-4.el7_9.noarch as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rust-gdb-0:1.54.0-4.el7_9.noarch" }, "product_reference": "rust-toolset-1.54-rust-gdb-0:1.54.0-4.el7_9.noarch", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-lldb-0:1.54.0-4.el7_9.noarch as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rust-lldb-0:1.54.0-4.el7_9.noarch" }, "product_reference": "rust-toolset-1.54-rust-lldb-0:1.54.0-4.el7_9.noarch", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-src-0:1.54.0-4.el7_9.noarch as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rust-src-0:1.54.0-4.el7_9.noarch" }, "product_reference": "rust-toolset-1.54-rust-src-0:1.54.0-4.el7_9.noarch", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64" }, "product_reference": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64le" }, "product_reference": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64le", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.s390x" }, "product_reference": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.s390x", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.x86_64" }, "product_reference": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.x86_64", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64" }, "product_reference": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64le" }, "product_reference": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64le", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.s390x" }, "product_reference": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.s390x", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.x86_64" }, "product_reference": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.x86_64", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64" }, "product_reference": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64le" }, "product_reference": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.s390x" }, "product_reference": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.s390x", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.x86_64" }, "product_reference": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.x86_64", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-cargo-doc-0:1.54.0-4.el7_9.noarch as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-cargo-doc-0:1.54.0-4.el7_9.noarch" }, "product_reference": "rust-toolset-1.54-cargo-doc-0:1.54.0-4.el7_9.noarch", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64" }, "product_reference": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64le" }, "product_reference": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.s390x" }, "product_reference": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.s390x", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.x86_64" }, "product_reference": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.x86_64", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64" }, "product_reference": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64le" }, "product_reference": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.s390x" }, "product_reference": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.s390x", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.x86_64" }, "product_reference": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.x86_64", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64" }, "product_reference": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64le" }, "product_reference": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.s390x" }, "product_reference": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.s390x", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.src as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.src" }, "product_reference": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.src", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.x86_64" }, "product_reference": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.x86_64", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64" }, "product_reference": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64le" }, "product_reference": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.s390x" }, "product_reference": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.s390x", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.x86_64" }, "product_reference": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.x86_64", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-debugger-common-0:1.54.0-4.el7_9.noarch as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-debugger-common-0:1.54.0-4.el7_9.noarch" }, "product_reference": "rust-toolset-1.54-rust-debugger-common-0:1.54.0-4.el7_9.noarch", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64" }, "product_reference": "rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64le" }, "product_reference": "rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.x86_64" }, "product_reference": "rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.x86_64", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64" }, "product_reference": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64le" }, "product_reference": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.s390x" }, "product_reference": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.s390x", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.x86_64" }, "product_reference": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.x86_64", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-gdb-0:1.54.0-4.el7_9.noarch as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-gdb-0:1.54.0-4.el7_9.noarch" }, "product_reference": "rust-toolset-1.54-rust-gdb-0:1.54.0-4.el7_9.noarch", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-lldb-0:1.54.0-4.el7_9.noarch as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-lldb-0:1.54.0-4.el7_9.noarch" }, "product_reference": "rust-toolset-1.54-rust-lldb-0:1.54.0-4.el7_9.noarch", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-src-0:1.54.0-4.el7_9.noarch as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-src-0:1.54.0-4.el7_9.noarch" }, "product_reference": "rust-toolset-1.54-rust-src-0:1.54.0-4.el7_9.noarch", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64" }, "product_reference": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64le" }, "product_reference": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.s390x" }, "product_reference": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.s390x", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.x86_64" }, "product_reference": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.x86_64", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64" }, "product_reference": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64le" }, "product_reference": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.s390x" }, "product_reference": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.s390x", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.x86_64" }, "product_reference": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.x86_64", "relates_to_product_reference": "7Workstation-DevTools-2021.4" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-cargo-doc-0:1.54.0-4.el7_9.noarch", "7Server-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.src", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-debugger-common-0:1.54.0-4.el7_9.noarch", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-gdb-0:1.54.0-4.el7_9.noarch", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-lldb-0:1.54.0-4.el7_9.noarch", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-src-0:1.54.0-4.el7_9.noarch", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-cargo-doc-0:1.54.0-4.el7_9.noarch", "7Workstation-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.src", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-debugger-common-0:1.54.0-4.el7_9.noarch", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-gdb-0:1.54.0-4.el7_9.noarch", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-lldb-0:1.54.0-4.el7_9.noarch", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-src-0:1.54.0-4.el7_9.noarch", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-16T11:37:05+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Server-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-cargo-doc-0:1.54.0-4.el7_9.noarch", "7Server-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.src", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-debugger-common-0:1.54.0-4.el7_9.noarch", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-gdb-0:1.54.0-4.el7_9.noarch", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-lldb-0:1.54.0-4.el7_9.noarch", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-src-0:1.54.0-4.el7_9.noarch", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-cargo-doc-0:1.54.0-4.el7_9.noarch", "7Workstation-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.src", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-debugger-common-0:1.54.0-4.el7_9.noarch", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-gdb-0:1.54.0-4.el7_9.noarch", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-lldb-0:1.54.0-4.el7_9.noarch", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-src-0:1.54.0-4.el7_9.noarch", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4694" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "7Server-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-cargo-doc-0:1.54.0-4.el7_9.noarch", "7Server-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.src", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-debugger-common-0:1.54.0-4.el7_9.noarch", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-gdb-0:1.54.0-4.el7_9.noarch", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-lldb-0:1.54.0-4.el7_9.noarch", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-src-0:1.54.0-4.el7_9.noarch", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-cargo-doc-0:1.54.0-4.el7_9.noarch", "7Workstation-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.src", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-debugger-common-0:1.54.0-4.el7_9.noarch", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-gdb-0:1.54.0-4.el7_9.noarch", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-lldb-0:1.54.0-4.el7_9.noarch", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-src-0:1.54.0-4.el7_9.noarch", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "7Server-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-cargo-doc-0:1.54.0-4.el7_9.noarch", "7Server-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.src", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-debugger-common-0:1.54.0-4.el7_9.noarch", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-gdb-0:1.54.0-4.el7_9.noarch", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-lldb-0:1.54.0-4.el7_9.noarch", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-src-0:1.54.0-4.el7_9.noarch", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-cargo-doc-0:1.54.0-4.el7_9.noarch", "7Workstation-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.src", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-debugger-common-0:1.54.0-4.el7_9.noarch", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-gdb-0:1.54.0-4.el7_9.noarch", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-lldb-0:1.54.0-4.el7_9.noarch", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-src-0:1.54.0-4.el7_9.noarch", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
rhsa-2021:4590
Vulnerability from csaf_redhat
Notes
{ "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 rust-toolset:rhel8 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": "Rust Toolset provides the Rust programming language compiler rustc, the cargo build tool and dependency manager, and required libraries. \n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in rust in order to facilitate detection of BiDi Unicode characters:\n\nRust introduces two new lints to detect and reject code containing the affected codepoints. These new deny-by-default lints detect affected codepoints in string literals and comments. The lints will prevent source code file containing these codepoints from being compiled. If your code has legitimate uses for the codepoints we recommend replacing them with the related escape sequence. The error messages will suggest the right escapes to use.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4590", "url": "https://access.redhat.com/errata/RHSA-2021:4590" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://blog.rust-lang.org/2021/11/01/cve-2021-42574.html", "url": "https://blog.rust-lang.org/2021/11/01/cve-2021-42574.html" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4590.json" } ], "title": "Red Hat Security Advisory: rust-toolset:rhel8 security update", "tracking": { "current_release_date": "2025-09-25T12:35:45+00:00", "generator": { "date": "2025-09-25T12:35:45+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.8" } }, "id": "RHSA-2021:4590", "initial_release_date": "2021-11-10T11:06:32+00:00", "revision_history": [ { "date": "2021-11-10T11:06:32+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-10T11:06:32+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-25T12:35:45+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.5.0.Z.MAIN", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "product": { "name": "cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm (rust-toolset:rhel8)", "product_id": "cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/cargo@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "product": { "name": "cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm (rust-toolset:rhel8)", "product_id": "cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/cargo-debuginfo@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "product": { "name": "clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm (rust-toolset:rhel8)", "product_id": "clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clippy@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "product": { "name": "clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm (rust-toolset:rhel8)", "product_id": "clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clippy-debuginfo@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rls-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "product": { "name": "rls-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm (rust-toolset:rhel8)", "product_id": "rls-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rls@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "product": { "name": "rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm (rust-toolset:rhel8)", "product_id": "rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rls-debuginfo@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rust-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "product": { "name": "rust-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm (rust-toolset:rhel8)", "product_id": "rust-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "product": { "name": "rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm (rust-toolset:rhel8)", "product_id": "rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-analysis@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "product": { "name": "rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm (rust-toolset:rhel8)", "product_id": "rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-debuginfo@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "product": { "name": "rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm (rust-toolset:rhel8)", "product_id": "rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-debugsource@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "product": { "name": "rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm (rust-toolset:rhel8)", "product_id": "rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-doc@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "product": { "name": "rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm (rust-toolset:rhel8)", "product_id": "rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-std-static@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rust-std-static-wasm32-unknown-unknown-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "product": { "name": "rust-std-static-wasm32-unknown-unknown-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm (rust-toolset:rhel8)", "product_id": "rust-std-static-wasm32-unknown-unknown-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-std-static-wasm32-unknown-unknown@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.aarch64.rpm-rust-toolset:rhel8", "product": { "name": "rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.aarch64.rpm (rust-toolset:rhel8)", "product_id": "rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.aarch64.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset@1.54.0-1.module%2Bel8.5.0%2B12195%2Beffd8a03?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "product": { "name": "rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm (rust-toolset:rhel8)", "product_id": "rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rustfmt@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "product": { "name": "rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm (rust-toolset:rhel8)", "product_id": "rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rustfmt-debuginfo@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "cargo-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8", "product": { "name": "cargo-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm (rust-toolset:rhel8)", "product_id": "cargo-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/cargo-doc@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=noarch\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rust-debugger-common-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8", "product": { "name": "rust-debugger-common-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm (rust-toolset:rhel8)", "product_id": "rust-debugger-common-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-debugger-common@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=noarch\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rust-gdb-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8", "product": { "name": "rust-gdb-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm (rust-toolset:rhel8)", "product_id": "rust-gdb-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-gdb@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=noarch\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rust-lldb-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8", "product": { "name": "rust-lldb-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm (rust-toolset:rhel8)", "product_id": "rust-lldb-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-lldb@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=noarch\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rust-src-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8", "product": { "name": "rust-src-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm (rust-toolset:rhel8)", "product_id": "rust-src-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-src@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=noarch\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "rust-1.54.0-3.module+el8.5.0+13074+d655d86c.src.rpm-rust-toolset:rhel8", "product": { "name": "rust-1.54.0-3.module+el8.5.0+13074+d655d86c.src.rpm (rust-toolset:rhel8)", "product_id": "rust-1.54.0-3.module+el8.5.0+13074+d655d86c.src.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=src\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.src.rpm-rust-toolset:rhel8", "product": { "name": "rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.src.rpm (rust-toolset:rhel8)", "product_id": "rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.src.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset@1.54.0-1.module%2Bel8.5.0%2B12195%2Beffd8a03?arch=src\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "product": { "name": "cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm (rust-toolset:rhel8)", "product_id": "cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/cargo@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "product": { "name": "cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm (rust-toolset:rhel8)", "product_id": "cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/cargo-debuginfo@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "product": { "name": "clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm (rust-toolset:rhel8)", "product_id": "clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clippy@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "product": { "name": "clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm (rust-toolset:rhel8)", "product_id": "clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clippy-debuginfo@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rls-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "product": { "name": "rls-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm (rust-toolset:rhel8)", "product_id": "rls-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rls@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "product": { "name": "rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm (rust-toolset:rhel8)", "product_id": "rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rls-debuginfo@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rust-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "product": { "name": "rust-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm (rust-toolset:rhel8)", "product_id": "rust-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "product": { "name": "rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm (rust-toolset:rhel8)", "product_id": "rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-analysis@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "product": { "name": "rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm (rust-toolset:rhel8)", "product_id": "rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-debuginfo@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "product": { "name": "rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm (rust-toolset:rhel8)", "product_id": "rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-debugsource@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "product": { "name": "rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm (rust-toolset:rhel8)", "product_id": "rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-doc@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "product": { "name": "rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm (rust-toolset:rhel8)", "product_id": "rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-std-static@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rust-std-static-wasm32-unknown-unknown-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "product": { "name": "rust-std-static-wasm32-unknown-unknown-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm (rust-toolset:rhel8)", "product_id": "rust-std-static-wasm32-unknown-unknown-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-std-static-wasm32-unknown-unknown@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.ppc64le.rpm-rust-toolset:rhel8", "product": { "name": "rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.ppc64le.rpm (rust-toolset:rhel8)", "product_id": "rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.ppc64le.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset@1.54.0-1.module%2Bel8.5.0%2B12195%2Beffd8a03?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "product": { "name": "rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm (rust-toolset:rhel8)", "product_id": "rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rustfmt@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "product": { "name": "rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm (rust-toolset:rhel8)", "product_id": "rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rustfmt-debuginfo@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "product": { "name": "cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm (rust-toolset:rhel8)", "product_id": "cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/cargo@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "product": { "name": "cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm (rust-toolset:rhel8)", "product_id": "cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/cargo-debuginfo@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "product": { "name": "clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm (rust-toolset:rhel8)", "product_id": "clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clippy@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "product": { "name": "clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm (rust-toolset:rhel8)", "product_id": "clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clippy-debuginfo@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rls-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "product": { "name": "rls-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm (rust-toolset:rhel8)", "product_id": "rls-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rls@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "product": { "name": "rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm (rust-toolset:rhel8)", "product_id": "rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rls-debuginfo@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rust-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "product": { "name": "rust-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm (rust-toolset:rhel8)", "product_id": "rust-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "product": { "name": "rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm (rust-toolset:rhel8)", "product_id": "rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-analysis@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "product": { "name": "rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm (rust-toolset:rhel8)", "product_id": "rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-debuginfo@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "product": { "name": "rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm (rust-toolset:rhel8)", "product_id": "rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-debugsource@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "product": { "name": "rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm (rust-toolset:rhel8)", "product_id": "rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-doc@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "product": { "name": "rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm (rust-toolset:rhel8)", "product_id": "rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-std-static@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.s390x.rpm-rust-toolset:rhel8", "product": { "name": "rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.s390x.rpm (rust-toolset:rhel8)", "product_id": "rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.s390x.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset@1.54.0-1.module%2Bel8.5.0%2B12195%2Beffd8a03?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "product": { "name": "rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm (rust-toolset:rhel8)", "product_id": "rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rustfmt@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "product": { "name": "rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm (rust-toolset:rhel8)", "product_id": "rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rustfmt-debuginfo@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "product": { "name": "cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm (rust-toolset:rhel8)", "product_id": "cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/cargo@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "product": { "name": "cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm (rust-toolset:rhel8)", "product_id": "cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/cargo-debuginfo@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "product": { "name": "clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm (rust-toolset:rhel8)", "product_id": "clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clippy@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "product": { "name": "clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm (rust-toolset:rhel8)", "product_id": "clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clippy-debuginfo@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rls-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "product": { "name": "rls-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm (rust-toolset:rhel8)", "product_id": "rls-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rls@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "product": { "name": "rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm (rust-toolset:rhel8)", "product_id": "rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rls-debuginfo@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rust-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "product": { "name": "rust-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm (rust-toolset:rhel8)", "product_id": "rust-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "product": { "name": "rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm (rust-toolset:rhel8)", "product_id": "rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-analysis@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "product": { "name": "rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm (rust-toolset:rhel8)", "product_id": "rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-debuginfo@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "product": { "name": "rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm (rust-toolset:rhel8)", "product_id": "rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-debugsource@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "product": { "name": "rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm (rust-toolset:rhel8)", "product_id": "rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-doc@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "product": { "name": "rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm (rust-toolset:rhel8)", "product_id": "rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-std-static@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rust-std-static-wasm32-unknown-unknown-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "product": { "name": "rust-std-static-wasm32-unknown-unknown-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm (rust-toolset:rhel8)", "product_id": "rust-std-static-wasm32-unknown-unknown-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-std-static-wasm32-unknown-unknown@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.x86_64.rpm-rust-toolset:rhel8", "product": { "name": "rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.x86_64.rpm (rust-toolset:rhel8)", "product_id": "rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.x86_64.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset@1.54.0-1.module%2Bel8.5.0%2B12195%2Beffd8a03?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "product": { "name": "rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm (rust-toolset:rhel8)", "product_id": "rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rustfmt@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "product": { "name": "rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm (rust-toolset:rhel8)", "product_id": "rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rustfmt-debuginfo@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } } ], "category": "architecture", "name": "x86_64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8" }, "product_reference": "cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8" }, "product_reference": "cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8" }, "product_reference": "cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8" }, "product_reference": "cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8" }, "product_reference": "cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8" }, "product_reference": "cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8" }, "product_reference": "cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8" }, "product_reference": "cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cargo-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:cargo-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8" }, "product_reference": "cargo-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8" }, "product_reference": "clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8" }, "product_reference": "clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8" }, "product_reference": "clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8" }, "product_reference": "clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8" }, "product_reference": "clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8" }, "product_reference": "clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8" }, "product_reference": "clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8" }, "product_reference": "clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rls-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rls-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8" }, "product_reference": "rls-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rls-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rls-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8" }, "product_reference": "rls-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rls-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rls-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8" }, "product_reference": "rls-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rls-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rls-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8" }, "product_reference": "rls-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8" }, "product_reference": "rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8" }, "product_reference": "rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8" }, "product_reference": "rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8" }, "product_reference": "rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rust-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8" }, "product_reference": "rust-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rust-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8" }, "product_reference": "rust-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rust-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8" }, "product_reference": "rust-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rust-1.54.0-3.module+el8.5.0+13074+d655d86c.src.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-1.54.0-3.module+el8.5.0+13074+d655d86c.src.rpm-rust-toolset:rhel8" }, "product_reference": "rust-1.54.0-3.module+el8.5.0+13074+d655d86c.src.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rust-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8" }, "product_reference": "rust-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8" }, "product_reference": "rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8" }, "product_reference": "rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8" }, "product_reference": "rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8" }, "product_reference": "rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rust-debugger-common-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-debugger-common-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8" }, "product_reference": "rust-debugger-common-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8" }, "product_reference": "rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8" }, "product_reference": "rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8" }, "product_reference": "rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8" }, "product_reference": "rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8" }, "product_reference": "rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8" }, "product_reference": "rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8" }, "product_reference": "rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8" }, "product_reference": "rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8" }, "product_reference": "rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8" }, "product_reference": "rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8" }, "product_reference": "rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8" }, "product_reference": "rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rust-gdb-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-gdb-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8" }, "product_reference": "rust-gdb-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rust-lldb-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-lldb-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8" }, "product_reference": "rust-lldb-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rust-src-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-src-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8" }, "product_reference": "rust-src-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8" }, "product_reference": "rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8" }, "product_reference": "rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8" }, "product_reference": "rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8" }, "product_reference": "rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rust-std-static-wasm32-unknown-unknown-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-std-static-wasm32-unknown-unknown-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8" }, "product_reference": "rust-std-static-wasm32-unknown-unknown-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rust-std-static-wasm32-unknown-unknown-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-std-static-wasm32-unknown-unknown-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8" }, "product_reference": "rust-std-static-wasm32-unknown-unknown-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rust-std-static-wasm32-unknown-unknown-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-std-static-wasm32-unknown-unknown-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8" }, "product_reference": "rust-std-static-wasm32-unknown-unknown-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.aarch64.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.aarch64.rpm-rust-toolset:rhel8" }, "product_reference": "rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.aarch64.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.ppc64le.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.ppc64le.rpm-rust-toolset:rhel8" }, "product_reference": "rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.ppc64le.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.s390x.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.s390x.rpm-rust-toolset:rhel8" }, "product_reference": "rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.s390x.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.src.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.src.rpm-rust-toolset:rhel8" }, "product_reference": "rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.src.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.x86_64.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.x86_64.rpm-rust-toolset:rhel8" }, "product_reference": "rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.x86_64.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8" }, "product_reference": "rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8" }, "product_reference": "rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8" }, "product_reference": "rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8" }, "product_reference": "rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8" }, "product_reference": "rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8" }, "product_reference": "rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8" }, "product_reference": "rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8" }, "product_reference": "rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "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.5.0.Z.MAIN:cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:cargo-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rls-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rls-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rls-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rls-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-1.54.0-3.module+el8.5.0+13074+d655d86c.src.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-debugger-common-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-gdb-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-lldb-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-src-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-std-static-wasm32-unknown-unknown-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-std-static-wasm32-unknown-unknown-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-std-static-wasm32-unknown-unknown-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.src.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-10T11:06: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-8.5.0.Z.MAIN:cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:cargo-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rls-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rls-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rls-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rls-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-1.54.0-3.module+el8.5.0+13074+d655d86c.src.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-debugger-common-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-gdb-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-lldb-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-src-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-std-static-wasm32-unknown-unknown-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-std-static-wasm32-unknown-unknown-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-std-static-wasm32-unknown-unknown-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.src.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4590" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "AppStream-8.5.0.Z.MAIN:cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:cargo-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rls-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rls-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rls-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rls-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-1.54.0-3.module+el8.5.0+13074+d655d86c.src.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-debugger-common-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-gdb-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-lldb-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-src-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-std-static-wasm32-unknown-unknown-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-std-static-wasm32-unknown-unknown-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-std-static-wasm32-unknown-unknown-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.src.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.5.0.Z.MAIN:cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:cargo-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rls-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rls-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rls-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rls-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-1.54.0-3.module+el8.5.0+13074+d655d86c.src.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-debugger-common-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-gdb-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-lldb-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-src-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-std-static-wasm32-unknown-unknown-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-std-static-wasm32-unknown-unknown-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-std-static-wasm32-unknown-unknown-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.src.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
RHSA-2021:4035
Vulnerability from csaf_redhat
Notes
{ "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 binutils is now available for Red Hat Enterprise Linux 7.6 Advanced Update Support, Red Hat Enterprise Linux 7.6 Telco Extended Update Support, and Red Hat Enterprise Linux 7.6 Update Services for SAP Solutions.\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": "The binutils packages provide a collection of binary utilities for the manipulation of object code in various object file formats. It includes the ar, as, gprof, ld, nm, objcopy, objdump, ranlib, readelf, size, strings, strip, and addr2line utilities.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in binutils in order to facilitate detection of BiDi Unicode characters:\n\nTools which display names or strings (readelf, strings, nm, objdump) have a new command line option --unicode / -U which controls how Unicode characters are handled.\n\nUsing \"--unicode=default\" will treat them as normal for the tool. This is the default behaviour when --unicode option is not used.\nUsing \"--unicode=locale\" will display them according to the current locale.\nUsing \"--unicode=hex\" will display them as hex byte values.\nUsing \"--unicode=escape\" will display them as Unicode escape sequences. \nUsing \"--unicode=highlight\" will display them as Unicode escape sequences highlighted in red, if supported by the output device.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4035", "url": "https://access.redhat.com/errata/RHSA-2021:4035" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4035.json" } ], "title": "Red Hat Security Advisory: binutils security update", "tracking": { "current_release_date": "2025-09-25T12:34:59+00:00", "generator": { "date": "2025-09-25T12:34:59+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.8" } }, "id": "RHSA-2021:4035", "initial_release_date": "2021-11-01T08:03:43+00:00", "revision_history": [ { "date": "2021-11-01T08:03:43+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-01T08:03:43+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-25T12:34:59+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 Server AUS (v. 7.6)", "product": { "name": "Red Hat Enterprise Linux Server AUS (v. 7.6)", "product_id": "7Server-7.6.AUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_aus:7.6::server" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Server E4S (v. 7.6)", "product": { "name": "Red Hat Enterprise Linux Server E4S (v. 7.6)", "product_id": "7Server-7.6.E4S", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_e4s:7.6::server" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Server TUS (v. 7.6)", "product": { "name": "Red Hat Enterprise Linux Server TUS (v. 7.6)", "product_id": "7Server-7.6.TUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_tus:7.6::server" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "binutils-0:2.27-34.base.el7_6.4.src", "product": { "name": "binutils-0:2.27-34.base.el7_6.4.src", "product_id": "binutils-0:2.27-34.base.el7_6.4.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.27-34.base.el7_6.4?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "binutils-0:2.27-34.base.el7_6.4.x86_64", "product": { "name": "binutils-0:2.27-34.base.el7_6.4.x86_64", "product_id": "binutils-0:2.27-34.base.el7_6.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.27-34.base.el7_6.4?arch=x86_64" } } }, { "category": "product_version", "name": "binutils-devel-0:2.27-34.base.el7_6.4.x86_64", "product": { "name": "binutils-devel-0:2.27-34.base.el7_6.4.x86_64", "product_id": "binutils-devel-0:2.27-34.base.el7_6.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.27-34.base.el7_6.4?arch=x86_64" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.27-34.base.el7_6.4.x86_64", "product": { "name": "binutils-debuginfo-0:2.27-34.base.el7_6.4.x86_64", "product_id": "binutils-debuginfo-0:2.27-34.base.el7_6.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.27-34.base.el7_6.4?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.27-34.base.el7_6.4.i686", "product": { "name": "binutils-devel-0:2.27-34.base.el7_6.4.i686", "product_id": "binutils-devel-0:2.27-34.base.el7_6.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.27-34.base.el7_6.4?arch=i686" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.27-34.base.el7_6.4.i686", "product": { "name": "binutils-debuginfo-0:2.27-34.base.el7_6.4.i686", "product_id": "binutils-debuginfo-0:2.27-34.base.el7_6.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.27-34.base.el7_6.4?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "binutils-0:2.27-34.base.el7_6.4.ppc64le", "product": { "name": "binutils-0:2.27-34.base.el7_6.4.ppc64le", "product_id": "binutils-0:2.27-34.base.el7_6.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.27-34.base.el7_6.4?arch=ppc64le" } } }, { "category": "product_version", "name": "binutils-devel-0:2.27-34.base.el7_6.4.ppc64le", "product": { "name": "binutils-devel-0:2.27-34.base.el7_6.4.ppc64le", "product_id": "binutils-devel-0:2.27-34.base.el7_6.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.27-34.base.el7_6.4?arch=ppc64le" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.27-34.base.el7_6.4.ppc64le", "product": { "name": "binutils-debuginfo-0:2.27-34.base.el7_6.4.ppc64le", "product_id": "binutils-debuginfo-0:2.27-34.base.el7_6.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.27-34.base.el7_6.4?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-34.base.el7_6.4.src as a component of Red Hat Enterprise Linux Server AUS (v. 7.6)", "product_id": "7Server-7.6.AUS:binutils-0:2.27-34.base.el7_6.4.src" }, "product_reference": "binutils-0:2.27-34.base.el7_6.4.src", "relates_to_product_reference": "7Server-7.6.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-34.base.el7_6.4.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.6)", "product_id": "7Server-7.6.AUS:binutils-0:2.27-34.base.el7_6.4.x86_64" }, "product_reference": "binutils-0:2.27-34.base.el7_6.4.x86_64", "relates_to_product_reference": "7Server-7.6.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-34.base.el7_6.4.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.6)", "product_id": "7Server-7.6.AUS:binutils-debuginfo-0:2.27-34.base.el7_6.4.i686" }, "product_reference": "binutils-debuginfo-0:2.27-34.base.el7_6.4.i686", "relates_to_product_reference": "7Server-7.6.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-34.base.el7_6.4.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.6)", "product_id": "7Server-7.6.AUS:binutils-debuginfo-0:2.27-34.base.el7_6.4.x86_64" }, "product_reference": "binutils-debuginfo-0:2.27-34.base.el7_6.4.x86_64", "relates_to_product_reference": "7Server-7.6.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-34.base.el7_6.4.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.6)", "product_id": "7Server-7.6.AUS:binutils-devel-0:2.27-34.base.el7_6.4.i686" }, "product_reference": "binutils-devel-0:2.27-34.base.el7_6.4.i686", "relates_to_product_reference": "7Server-7.6.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-34.base.el7_6.4.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.6)", "product_id": "7Server-7.6.AUS:binutils-devel-0:2.27-34.base.el7_6.4.x86_64" }, "product_reference": "binutils-devel-0:2.27-34.base.el7_6.4.x86_64", "relates_to_product_reference": "7Server-7.6.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-34.base.el7_6.4.ppc64le as a component of Red Hat Enterprise Linux Server E4S (v. 7.6)", "product_id": "7Server-7.6.E4S:binutils-0:2.27-34.base.el7_6.4.ppc64le" }, "product_reference": "binutils-0:2.27-34.base.el7_6.4.ppc64le", "relates_to_product_reference": "7Server-7.6.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-34.base.el7_6.4.src as a component of Red Hat Enterprise Linux Server E4S (v. 7.6)", "product_id": "7Server-7.6.E4S:binutils-0:2.27-34.base.el7_6.4.src" }, "product_reference": "binutils-0:2.27-34.base.el7_6.4.src", "relates_to_product_reference": "7Server-7.6.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-34.base.el7_6.4.x86_64 as a component of Red Hat Enterprise Linux Server E4S (v. 7.6)", "product_id": "7Server-7.6.E4S:binutils-0:2.27-34.base.el7_6.4.x86_64" }, "product_reference": "binutils-0:2.27-34.base.el7_6.4.x86_64", "relates_to_product_reference": "7Server-7.6.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-34.base.el7_6.4.i686 as a component of Red Hat Enterprise Linux Server E4S (v. 7.6)", "product_id": "7Server-7.6.E4S:binutils-debuginfo-0:2.27-34.base.el7_6.4.i686" }, "product_reference": "binutils-debuginfo-0:2.27-34.base.el7_6.4.i686", "relates_to_product_reference": "7Server-7.6.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-34.base.el7_6.4.ppc64le as a component of Red Hat Enterprise Linux Server E4S (v. 7.6)", "product_id": "7Server-7.6.E4S:binutils-debuginfo-0:2.27-34.base.el7_6.4.ppc64le" }, "product_reference": "binutils-debuginfo-0:2.27-34.base.el7_6.4.ppc64le", "relates_to_product_reference": "7Server-7.6.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-34.base.el7_6.4.x86_64 as a component of Red Hat Enterprise Linux Server E4S (v. 7.6)", "product_id": "7Server-7.6.E4S:binutils-debuginfo-0:2.27-34.base.el7_6.4.x86_64" }, "product_reference": "binutils-debuginfo-0:2.27-34.base.el7_6.4.x86_64", "relates_to_product_reference": "7Server-7.6.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-34.base.el7_6.4.i686 as a component of Red Hat Enterprise Linux Server E4S (v. 7.6)", "product_id": "7Server-7.6.E4S:binutils-devel-0:2.27-34.base.el7_6.4.i686" }, "product_reference": "binutils-devel-0:2.27-34.base.el7_6.4.i686", "relates_to_product_reference": "7Server-7.6.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-34.base.el7_6.4.ppc64le as a component of Red Hat Enterprise Linux Server E4S (v. 7.6)", "product_id": "7Server-7.6.E4S:binutils-devel-0:2.27-34.base.el7_6.4.ppc64le" }, "product_reference": "binutils-devel-0:2.27-34.base.el7_6.4.ppc64le", "relates_to_product_reference": "7Server-7.6.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-34.base.el7_6.4.x86_64 as a component of Red Hat Enterprise Linux Server E4S (v. 7.6)", "product_id": "7Server-7.6.E4S:binutils-devel-0:2.27-34.base.el7_6.4.x86_64" }, "product_reference": "binutils-devel-0:2.27-34.base.el7_6.4.x86_64", "relates_to_product_reference": "7Server-7.6.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-34.base.el7_6.4.src as a component of Red Hat Enterprise Linux Server TUS (v. 7.6)", "product_id": "7Server-7.6.TUS:binutils-0:2.27-34.base.el7_6.4.src" }, "product_reference": "binutils-0:2.27-34.base.el7_6.4.src", "relates_to_product_reference": "7Server-7.6.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-34.base.el7_6.4.x86_64 as a component of Red Hat Enterprise Linux Server TUS (v. 7.6)", "product_id": "7Server-7.6.TUS:binutils-0:2.27-34.base.el7_6.4.x86_64" }, "product_reference": "binutils-0:2.27-34.base.el7_6.4.x86_64", "relates_to_product_reference": "7Server-7.6.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-34.base.el7_6.4.i686 as a component of Red Hat Enterprise Linux Server TUS (v. 7.6)", "product_id": "7Server-7.6.TUS:binutils-debuginfo-0:2.27-34.base.el7_6.4.i686" }, "product_reference": "binutils-debuginfo-0:2.27-34.base.el7_6.4.i686", "relates_to_product_reference": "7Server-7.6.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-34.base.el7_6.4.x86_64 as a component of Red Hat Enterprise Linux Server TUS (v. 7.6)", "product_id": "7Server-7.6.TUS:binutils-debuginfo-0:2.27-34.base.el7_6.4.x86_64" }, "product_reference": "binutils-debuginfo-0:2.27-34.base.el7_6.4.x86_64", "relates_to_product_reference": "7Server-7.6.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-34.base.el7_6.4.i686 as a component of Red Hat Enterprise Linux Server TUS (v. 7.6)", "product_id": "7Server-7.6.TUS:binutils-devel-0:2.27-34.base.el7_6.4.i686" }, "product_reference": "binutils-devel-0:2.27-34.base.el7_6.4.i686", "relates_to_product_reference": "7Server-7.6.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-34.base.el7_6.4.x86_64 as a component of Red Hat Enterprise Linux Server TUS (v. 7.6)", "product_id": "7Server-7.6.TUS:binutils-devel-0:2.27-34.base.el7_6.4.x86_64" }, "product_reference": "binutils-devel-0:2.27-34.base.el7_6.4.x86_64", "relates_to_product_reference": "7Server-7.6.TUS" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-7.6.AUS:binutils-0:2.27-34.base.el7_6.4.src", "7Server-7.6.AUS:binutils-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.AUS:binutils-debuginfo-0:2.27-34.base.el7_6.4.i686", "7Server-7.6.AUS:binutils-debuginfo-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.AUS:binutils-devel-0:2.27-34.base.el7_6.4.i686", "7Server-7.6.AUS:binutils-devel-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.E4S:binutils-0:2.27-34.base.el7_6.4.ppc64le", "7Server-7.6.E4S:binutils-0:2.27-34.base.el7_6.4.src", "7Server-7.6.E4S:binutils-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.E4S:binutils-debuginfo-0:2.27-34.base.el7_6.4.i686", "7Server-7.6.E4S:binutils-debuginfo-0:2.27-34.base.el7_6.4.ppc64le", "7Server-7.6.E4S:binutils-debuginfo-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.E4S:binutils-devel-0:2.27-34.base.el7_6.4.i686", "7Server-7.6.E4S:binutils-devel-0:2.27-34.base.el7_6.4.ppc64le", "7Server-7.6.E4S:binutils-devel-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.TUS:binutils-0:2.27-34.base.el7_6.4.src", "7Server-7.6.TUS:binutils-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.TUS:binutils-debuginfo-0:2.27-34.base.el7_6.4.i686", "7Server-7.6.TUS:binutils-debuginfo-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.TUS:binutils-devel-0:2.27-34.base.el7_6.4.i686", "7Server-7.6.TUS:binutils-devel-0:2.27-34.base.el7_6.4.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-01T08:03:43+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Server-7.6.AUS:binutils-0:2.27-34.base.el7_6.4.src", "7Server-7.6.AUS:binutils-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.AUS:binutils-debuginfo-0:2.27-34.base.el7_6.4.i686", "7Server-7.6.AUS:binutils-debuginfo-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.AUS:binutils-devel-0:2.27-34.base.el7_6.4.i686", "7Server-7.6.AUS:binutils-devel-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.E4S:binutils-0:2.27-34.base.el7_6.4.ppc64le", "7Server-7.6.E4S:binutils-0:2.27-34.base.el7_6.4.src", "7Server-7.6.E4S:binutils-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.E4S:binutils-debuginfo-0:2.27-34.base.el7_6.4.i686", "7Server-7.6.E4S:binutils-debuginfo-0:2.27-34.base.el7_6.4.ppc64le", "7Server-7.6.E4S:binutils-debuginfo-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.E4S:binutils-devel-0:2.27-34.base.el7_6.4.i686", "7Server-7.6.E4S:binutils-devel-0:2.27-34.base.el7_6.4.ppc64le", "7Server-7.6.E4S:binutils-devel-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.TUS:binutils-0:2.27-34.base.el7_6.4.src", "7Server-7.6.TUS:binutils-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.TUS:binutils-debuginfo-0:2.27-34.base.el7_6.4.i686", "7Server-7.6.TUS:binutils-debuginfo-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.TUS:binutils-devel-0:2.27-34.base.el7_6.4.i686", "7Server-7.6.TUS:binutils-devel-0:2.27-34.base.el7_6.4.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4035" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "7Server-7.6.AUS:binutils-0:2.27-34.base.el7_6.4.src", "7Server-7.6.AUS:binutils-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.AUS:binutils-debuginfo-0:2.27-34.base.el7_6.4.i686", "7Server-7.6.AUS:binutils-debuginfo-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.AUS:binutils-devel-0:2.27-34.base.el7_6.4.i686", "7Server-7.6.AUS:binutils-devel-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.E4S:binutils-0:2.27-34.base.el7_6.4.ppc64le", "7Server-7.6.E4S:binutils-0:2.27-34.base.el7_6.4.src", "7Server-7.6.E4S:binutils-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.E4S:binutils-debuginfo-0:2.27-34.base.el7_6.4.i686", "7Server-7.6.E4S:binutils-debuginfo-0:2.27-34.base.el7_6.4.ppc64le", "7Server-7.6.E4S:binutils-debuginfo-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.E4S:binutils-devel-0:2.27-34.base.el7_6.4.i686", "7Server-7.6.E4S:binutils-devel-0:2.27-34.base.el7_6.4.ppc64le", "7Server-7.6.E4S:binutils-devel-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.TUS:binutils-0:2.27-34.base.el7_6.4.src", "7Server-7.6.TUS:binutils-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.TUS:binutils-debuginfo-0:2.27-34.base.el7_6.4.i686", "7Server-7.6.TUS:binutils-debuginfo-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.TUS:binutils-devel-0:2.27-34.base.el7_6.4.i686", "7Server-7.6.TUS:binutils-devel-0:2.27-34.base.el7_6.4.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "7Server-7.6.AUS:binutils-0:2.27-34.base.el7_6.4.src", "7Server-7.6.AUS:binutils-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.AUS:binutils-debuginfo-0:2.27-34.base.el7_6.4.i686", "7Server-7.6.AUS:binutils-debuginfo-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.AUS:binutils-devel-0:2.27-34.base.el7_6.4.i686", "7Server-7.6.AUS:binutils-devel-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.E4S:binutils-0:2.27-34.base.el7_6.4.ppc64le", "7Server-7.6.E4S:binutils-0:2.27-34.base.el7_6.4.src", "7Server-7.6.E4S:binutils-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.E4S:binutils-debuginfo-0:2.27-34.base.el7_6.4.i686", "7Server-7.6.E4S:binutils-debuginfo-0:2.27-34.base.el7_6.4.ppc64le", "7Server-7.6.E4S:binutils-debuginfo-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.E4S:binutils-devel-0:2.27-34.base.el7_6.4.i686", "7Server-7.6.E4S:binutils-devel-0:2.27-34.base.el7_6.4.ppc64le", "7Server-7.6.E4S:binutils-devel-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.TUS:binutils-0:2.27-34.base.el7_6.4.src", "7Server-7.6.TUS:binutils-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.TUS:binutils-debuginfo-0:2.27-34.base.el7_6.4.i686", "7Server-7.6.TUS:binutils-debuginfo-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.TUS:binutils-devel-0:2.27-34.base.el7_6.4.i686", "7Server-7.6.TUS:binutils-devel-0:2.27-34.base.el7_6.4.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
RHSA-2021:4036
Vulnerability from csaf_redhat
Notes
{ "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 binutils is now available for Red Hat Enterprise Linux 7.4 Advanced Update Support.\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": "The binutils packages provide a collection of binary utilities for the manipulation of object code in various object file formats. It includes the ar, as, gprof, ld, nm, objcopy, objdump, ranlib, readelf, size, strings, strip, and addr2line utilities.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in binutils in order to facilitate detection of BiDi Unicode characters:\n\nTools which display names or strings (readelf, strings, nm, objdump) have a new command line option --unicode / -U which controls how Unicode characters are handled.\n\nUsing \"--unicode=default\" will treat them as normal for the tool. This is the default behaviour when --unicode option is not used.\nUsing \"--unicode=locale\" will display them according to the current locale.\nUsing \"--unicode=hex\" will display them as hex byte values.\nUsing \"--unicode=escape\" will display them as Unicode escape sequences.\nUsing \"--unicode=highlight\" will display them as Unicode escape sequences highlighted in red, if supported by the output device.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4036", "url": "https://access.redhat.com/errata/RHSA-2021:4036" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4036.json" } ], "title": "Red Hat Security Advisory: binutils security update", "tracking": { "current_release_date": "2025-09-25T12:34:59+00:00", "generator": { "date": "2025-09-25T12:34:59+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.8" } }, "id": "RHSA-2021:4036", "initial_release_date": "2021-11-01T07:47:12+00:00", "revision_history": [ { "date": "2021-11-01T07:47:12+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-01T07:47:12+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-25T12:34:59+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 Server AUS (v. 7.4)", "product": { "name": "Red Hat Enterprise Linux Server AUS (v. 7.4)", "product_id": "7Server-7.4.AUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_aus:7.4::server" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "binutils-0:2.25.1-32.base.el7_4.5.src", "product": { "name": "binutils-0:2.25.1-32.base.el7_4.5.src", "product_id": "binutils-0:2.25.1-32.base.el7_4.5.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.25.1-32.base.el7_4.5?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "binutils-0:2.25.1-32.base.el7_4.5.x86_64", "product": { "name": "binutils-0:2.25.1-32.base.el7_4.5.x86_64", "product_id": "binutils-0:2.25.1-32.base.el7_4.5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.25.1-32.base.el7_4.5?arch=x86_64" } } }, { "category": "product_version", "name": "binutils-devel-0:2.25.1-32.base.el7_4.5.x86_64", "product": { "name": "binutils-devel-0:2.25.1-32.base.el7_4.5.x86_64", "product_id": "binutils-devel-0:2.25.1-32.base.el7_4.5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.25.1-32.base.el7_4.5?arch=x86_64" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.25.1-32.base.el7_4.5.x86_64", "product": { "name": "binutils-debuginfo-0:2.25.1-32.base.el7_4.5.x86_64", "product_id": "binutils-debuginfo-0:2.25.1-32.base.el7_4.5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.25.1-32.base.el7_4.5?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.25.1-32.base.el7_4.5.i686", "product": { "name": "binutils-devel-0:2.25.1-32.base.el7_4.5.i686", "product_id": "binutils-devel-0:2.25.1-32.base.el7_4.5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.25.1-32.base.el7_4.5?arch=i686" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.25.1-32.base.el7_4.5.i686", "product": { "name": "binutils-debuginfo-0:2.25.1-32.base.el7_4.5.i686", "product_id": "binutils-debuginfo-0:2.25.1-32.base.el7_4.5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.25.1-32.base.el7_4.5?arch=i686" } } } ], "category": "architecture", "name": "i686" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.25.1-32.base.el7_4.5.src as a component of Red Hat Enterprise Linux Server AUS (v. 7.4)", "product_id": "7Server-7.4.AUS:binutils-0:2.25.1-32.base.el7_4.5.src" }, "product_reference": "binutils-0:2.25.1-32.base.el7_4.5.src", "relates_to_product_reference": "7Server-7.4.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.25.1-32.base.el7_4.5.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.4)", "product_id": "7Server-7.4.AUS:binutils-0:2.25.1-32.base.el7_4.5.x86_64" }, "product_reference": "binutils-0:2.25.1-32.base.el7_4.5.x86_64", "relates_to_product_reference": "7Server-7.4.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.25.1-32.base.el7_4.5.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.4)", "product_id": "7Server-7.4.AUS:binutils-debuginfo-0:2.25.1-32.base.el7_4.5.i686" }, "product_reference": "binutils-debuginfo-0:2.25.1-32.base.el7_4.5.i686", "relates_to_product_reference": "7Server-7.4.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.25.1-32.base.el7_4.5.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.4)", "product_id": "7Server-7.4.AUS:binutils-debuginfo-0:2.25.1-32.base.el7_4.5.x86_64" }, "product_reference": "binutils-debuginfo-0:2.25.1-32.base.el7_4.5.x86_64", "relates_to_product_reference": "7Server-7.4.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.25.1-32.base.el7_4.5.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.4)", "product_id": "7Server-7.4.AUS:binutils-devel-0:2.25.1-32.base.el7_4.5.i686" }, "product_reference": "binutils-devel-0:2.25.1-32.base.el7_4.5.i686", "relates_to_product_reference": "7Server-7.4.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.25.1-32.base.el7_4.5.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.4)", "product_id": "7Server-7.4.AUS:binutils-devel-0:2.25.1-32.base.el7_4.5.x86_64" }, "product_reference": "binutils-devel-0:2.25.1-32.base.el7_4.5.x86_64", "relates_to_product_reference": "7Server-7.4.AUS" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-7.4.AUS:binutils-0:2.25.1-32.base.el7_4.5.src", "7Server-7.4.AUS:binutils-0:2.25.1-32.base.el7_4.5.x86_64", "7Server-7.4.AUS:binutils-debuginfo-0:2.25.1-32.base.el7_4.5.i686", "7Server-7.4.AUS:binutils-debuginfo-0:2.25.1-32.base.el7_4.5.x86_64", "7Server-7.4.AUS:binutils-devel-0:2.25.1-32.base.el7_4.5.i686", "7Server-7.4.AUS:binutils-devel-0:2.25.1-32.base.el7_4.5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-01T07:47:12+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Server-7.4.AUS:binutils-0:2.25.1-32.base.el7_4.5.src", "7Server-7.4.AUS:binutils-0:2.25.1-32.base.el7_4.5.x86_64", "7Server-7.4.AUS:binutils-debuginfo-0:2.25.1-32.base.el7_4.5.i686", "7Server-7.4.AUS:binutils-debuginfo-0:2.25.1-32.base.el7_4.5.x86_64", "7Server-7.4.AUS:binutils-devel-0:2.25.1-32.base.el7_4.5.i686", "7Server-7.4.AUS:binutils-devel-0:2.25.1-32.base.el7_4.5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4036" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "7Server-7.4.AUS:binutils-0:2.25.1-32.base.el7_4.5.src", "7Server-7.4.AUS:binutils-0:2.25.1-32.base.el7_4.5.x86_64", "7Server-7.4.AUS:binutils-debuginfo-0:2.25.1-32.base.el7_4.5.i686", "7Server-7.4.AUS:binutils-debuginfo-0:2.25.1-32.base.el7_4.5.x86_64", "7Server-7.4.AUS:binutils-devel-0:2.25.1-32.base.el7_4.5.i686", "7Server-7.4.AUS:binutils-devel-0:2.25.1-32.base.el7_4.5.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "7Server-7.4.AUS:binutils-0:2.25.1-32.base.el7_4.5.src", "7Server-7.4.AUS:binutils-0:2.25.1-32.base.el7_4.5.x86_64", "7Server-7.4.AUS:binutils-debuginfo-0:2.25.1-32.base.el7_4.5.i686", "7Server-7.4.AUS:binutils-debuginfo-0:2.25.1-32.base.el7_4.5.x86_64", "7Server-7.4.AUS:binutils-devel-0:2.25.1-32.base.el7_4.5.i686", "7Server-7.4.AUS:binutils-devel-0:2.25.1-32.base.el7_4.5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
RHSA-2021:4598
Vulnerability from csaf_redhat
Notes
{ "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 annobin is now available for Red Hat Enterprise Linux 8.4 Extended Update Support.\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": "Annobin provides a compiler plugin to annotate and tools to examine compiled binary files.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in annobin in order to facilitate detection of BiDi Unicode characters:\n\nThis update of annobin adds a new annocheck test to detect the presence of multibyte characters in symbol names.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4598", "url": "https://access.redhat.com/errata/RHSA-2021:4598" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4598.json" } ], "title": "Red Hat Security Advisory: annobin security update", "tracking": { "current_release_date": "2025-09-25T12:35:47+00:00", "generator": { "date": "2025-09-25T12:35:47+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.8" } }, "id": "RHSA-2021:4598", "initial_release_date": "2021-11-10T10:26:15+00:00", "revision_history": [ { "date": "2021-11-10T10:26:15+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-10T10:26:15+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-25T12:35:47+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:8.4::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "annobin-0:9.50-1.el8_4.1.src", "product": { "name": "annobin-0:9.50-1.el8_4.1.src", "product_id": "annobin-0:9.50-1.el8_4.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin@9.50-1.el8_4.1?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "annobin-0:9.50-1.el8_4.1.aarch64", "product": { "name": "annobin-0:9.50-1.el8_4.1.aarch64", "product_id": "annobin-0:9.50-1.el8_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin@9.50-1.el8_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "annobin-annocheck-0:9.50-1.el8_4.1.aarch64", "product": { "name": "annobin-annocheck-0:9.50-1.el8_4.1.aarch64", "product_id": "annobin-annocheck-0:9.50-1.el8_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-annocheck@9.50-1.el8_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "annobin-debugsource-0:9.50-1.el8_4.1.aarch64", "product": { "name": "annobin-debugsource-0:9.50-1.el8_4.1.aarch64", "product_id": "annobin-debugsource-0:9.50-1.el8_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debugsource@9.50-1.el8_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.aarch64", "product": { "name": "annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.aarch64", "product_id": "annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-annocheck-debuginfo@9.50-1.el8_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "annobin-debuginfo-0:9.50-1.el8_4.1.aarch64", "product": { "name": "annobin-debuginfo-0:9.50-1.el8_4.1.aarch64", "product_id": "annobin-debuginfo-0:9.50-1.el8_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debuginfo@9.50-1.el8_4.1?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "annobin-0:9.50-1.el8_4.1.ppc64le", "product": { "name": "annobin-0:9.50-1.el8_4.1.ppc64le", "product_id": "annobin-0:9.50-1.el8_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin@9.50-1.el8_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "annobin-annocheck-0:9.50-1.el8_4.1.ppc64le", "product": { "name": "annobin-annocheck-0:9.50-1.el8_4.1.ppc64le", "product_id": "annobin-annocheck-0:9.50-1.el8_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-annocheck@9.50-1.el8_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "annobin-debugsource-0:9.50-1.el8_4.1.ppc64le", "product": { "name": "annobin-debugsource-0:9.50-1.el8_4.1.ppc64le", "product_id": "annobin-debugsource-0:9.50-1.el8_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debugsource@9.50-1.el8_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.ppc64le", "product": { "name": "annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.ppc64le", "product_id": "annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-annocheck-debuginfo@9.50-1.el8_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "annobin-debuginfo-0:9.50-1.el8_4.1.ppc64le", "product": { "name": "annobin-debuginfo-0:9.50-1.el8_4.1.ppc64le", "product_id": "annobin-debuginfo-0:9.50-1.el8_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debuginfo@9.50-1.el8_4.1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "annobin-0:9.50-1.el8_4.1.x86_64", "product": { "name": "annobin-0:9.50-1.el8_4.1.x86_64", "product_id": "annobin-0:9.50-1.el8_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin@9.50-1.el8_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "annobin-annocheck-0:9.50-1.el8_4.1.x86_64", "product": { "name": "annobin-annocheck-0:9.50-1.el8_4.1.x86_64", "product_id": "annobin-annocheck-0:9.50-1.el8_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-annocheck@9.50-1.el8_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "annobin-debugsource-0:9.50-1.el8_4.1.x86_64", "product": { "name": "annobin-debugsource-0:9.50-1.el8_4.1.x86_64", "product_id": "annobin-debugsource-0:9.50-1.el8_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debugsource@9.50-1.el8_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.x86_64", "product": { "name": "annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.x86_64", "product_id": "annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-annocheck-debuginfo@9.50-1.el8_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "annobin-debuginfo-0:9.50-1.el8_4.1.x86_64", "product": { "name": "annobin-debuginfo-0:9.50-1.el8_4.1.x86_64", "product_id": "annobin-debuginfo-0:9.50-1.el8_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debuginfo@9.50-1.el8_4.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "annobin-0:9.50-1.el8_4.1.s390x", "product": { "name": "annobin-0:9.50-1.el8_4.1.s390x", "product_id": "annobin-0:9.50-1.el8_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin@9.50-1.el8_4.1?arch=s390x" } } }, { "category": "product_version", "name": "annobin-annocheck-0:9.50-1.el8_4.1.s390x", "product": { "name": "annobin-annocheck-0:9.50-1.el8_4.1.s390x", "product_id": "annobin-annocheck-0:9.50-1.el8_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-annocheck@9.50-1.el8_4.1?arch=s390x" } } }, { "category": "product_version", "name": "annobin-debugsource-0:9.50-1.el8_4.1.s390x", "product": { "name": "annobin-debugsource-0:9.50-1.el8_4.1.s390x", "product_id": "annobin-debugsource-0:9.50-1.el8_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debugsource@9.50-1.el8_4.1?arch=s390x" } } }, { "category": "product_version", "name": "annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.s390x", "product": { "name": "annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.s390x", "product_id": "annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-annocheck-debuginfo@9.50-1.el8_4.1?arch=s390x" } } }, { "category": "product_version", "name": "annobin-debuginfo-0:9.50-1.el8_4.1.s390x", "product": { "name": "annobin-debuginfo-0:9.50-1.el8_4.1.s390x", "product_id": "annobin-debuginfo-0:9.50-1.el8_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debuginfo@9.50-1.el8_4.1?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "annobin-0:9.50-1.el8_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:annobin-0:9.50-1.el8_4.1.aarch64" }, "product_reference": "annobin-0:9.50-1.el8_4.1.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-0:9.50-1.el8_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:annobin-0:9.50-1.el8_4.1.ppc64le" }, "product_reference": "annobin-0:9.50-1.el8_4.1.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-0:9.50-1.el8_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:annobin-0:9.50-1.el8_4.1.s390x" }, "product_reference": "annobin-0:9.50-1.el8_4.1.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-0:9.50-1.el8_4.1.src as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:annobin-0:9.50-1.el8_4.1.src" }, "product_reference": "annobin-0:9.50-1.el8_4.1.src", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-0:9.50-1.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:annobin-0:9.50-1.el8_4.1.x86_64" }, "product_reference": "annobin-0:9.50-1.el8_4.1.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-annocheck-0:9.50-1.el8_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:annobin-annocheck-0:9.50-1.el8_4.1.aarch64" }, "product_reference": "annobin-annocheck-0:9.50-1.el8_4.1.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-annocheck-0:9.50-1.el8_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:annobin-annocheck-0:9.50-1.el8_4.1.ppc64le" }, "product_reference": "annobin-annocheck-0:9.50-1.el8_4.1.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-annocheck-0:9.50-1.el8_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:annobin-annocheck-0:9.50-1.el8_4.1.s390x" }, "product_reference": "annobin-annocheck-0:9.50-1.el8_4.1.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-annocheck-0:9.50-1.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:annobin-annocheck-0:9.50-1.el8_4.1.x86_64" }, "product_reference": "annobin-annocheck-0:9.50-1.el8_4.1.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.aarch64" }, "product_reference": "annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.ppc64le" }, "product_reference": "annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.s390x" }, "product_reference": "annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.x86_64" }, "product_reference": "annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debuginfo-0:9.50-1.el8_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:annobin-debuginfo-0:9.50-1.el8_4.1.aarch64" }, "product_reference": "annobin-debuginfo-0:9.50-1.el8_4.1.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debuginfo-0:9.50-1.el8_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:annobin-debuginfo-0:9.50-1.el8_4.1.ppc64le" }, "product_reference": "annobin-debuginfo-0:9.50-1.el8_4.1.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debuginfo-0:9.50-1.el8_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:annobin-debuginfo-0:9.50-1.el8_4.1.s390x" }, "product_reference": "annobin-debuginfo-0:9.50-1.el8_4.1.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debuginfo-0:9.50-1.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:annobin-debuginfo-0:9.50-1.el8_4.1.x86_64" }, "product_reference": "annobin-debuginfo-0:9.50-1.el8_4.1.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debugsource-0:9.50-1.el8_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:annobin-debugsource-0:9.50-1.el8_4.1.aarch64" }, "product_reference": "annobin-debugsource-0:9.50-1.el8_4.1.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debugsource-0:9.50-1.el8_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:annobin-debugsource-0:9.50-1.el8_4.1.ppc64le" }, "product_reference": "annobin-debugsource-0:9.50-1.el8_4.1.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debugsource-0:9.50-1.el8_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:annobin-debugsource-0:9.50-1.el8_4.1.s390x" }, "product_reference": "annobin-debugsource-0:9.50-1.el8_4.1.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debugsource-0:9.50-1.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:annobin-debugsource-0:9.50-1.el8_4.1.x86_64" }, "product_reference": "annobin-debugsource-0:9.50-1.el8_4.1.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "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.4.0.Z.EUS:annobin-0:9.50-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:annobin-0:9.50-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:annobin-0:9.50-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:annobin-0:9.50-1.el8_4.1.src", "AppStream-8.4.0.Z.EUS:annobin-0:9.50-1.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:annobin-annocheck-0:9.50-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:annobin-annocheck-0:9.50-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:annobin-annocheck-0:9.50-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:annobin-annocheck-0:9.50-1.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:annobin-debuginfo-0:9.50-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:annobin-debuginfo-0:9.50-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:annobin-debuginfo-0:9.50-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:annobin-debuginfo-0:9.50-1.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:annobin-debugsource-0:9.50-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:annobin-debugsource-0:9.50-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:annobin-debugsource-0:9.50-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:annobin-debugsource-0:9.50-1.el8_4.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-10T10:26:15+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.4.0.Z.EUS:annobin-0:9.50-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:annobin-0:9.50-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:annobin-0:9.50-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:annobin-0:9.50-1.el8_4.1.src", "AppStream-8.4.0.Z.EUS:annobin-0:9.50-1.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:annobin-annocheck-0:9.50-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:annobin-annocheck-0:9.50-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:annobin-annocheck-0:9.50-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:annobin-annocheck-0:9.50-1.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:annobin-debuginfo-0:9.50-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:annobin-debuginfo-0:9.50-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:annobin-debuginfo-0:9.50-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:annobin-debuginfo-0:9.50-1.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:annobin-debugsource-0:9.50-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:annobin-debugsource-0:9.50-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:annobin-debugsource-0:9.50-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:annobin-debugsource-0:9.50-1.el8_4.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4598" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "AppStream-8.4.0.Z.EUS:annobin-0:9.50-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:annobin-0:9.50-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:annobin-0:9.50-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:annobin-0:9.50-1.el8_4.1.src", "AppStream-8.4.0.Z.EUS:annobin-0:9.50-1.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:annobin-annocheck-0:9.50-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:annobin-annocheck-0:9.50-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:annobin-annocheck-0:9.50-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:annobin-annocheck-0:9.50-1.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:annobin-debuginfo-0:9.50-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:annobin-debuginfo-0:9.50-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:annobin-debuginfo-0:9.50-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:annobin-debuginfo-0:9.50-1.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:annobin-debugsource-0:9.50-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:annobin-debugsource-0:9.50-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:annobin-debugsource-0:9.50-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:annobin-debugsource-0:9.50-1.el8_4.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.4.0.Z.EUS:annobin-0:9.50-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:annobin-0:9.50-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:annobin-0:9.50-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:annobin-0:9.50-1.el8_4.1.src", "AppStream-8.4.0.Z.EUS:annobin-0:9.50-1.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:annobin-annocheck-0:9.50-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:annobin-annocheck-0:9.50-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:annobin-annocheck-0:9.50-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:annobin-annocheck-0:9.50-1.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:annobin-debuginfo-0:9.50-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:annobin-debuginfo-0:9.50-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:annobin-debuginfo-0:9.50-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:annobin-debuginfo-0:9.50-1.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:annobin-debugsource-0:9.50-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:annobin-debugsource-0:9.50-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:annobin-debugsource-0:9.50-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:annobin-debugsource-0:9.50-1.el8_4.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
rhsa-2021:4593
Vulnerability from csaf_redhat
Notes
{ "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 annobin 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": "Annobin provides a compiler plugin to annotate and tools to examine compiled binary files.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in annobin in order to facilitate detection of BiDi Unicode characters:\n\nThis update of annobin adds a new annocheck test to detect the presence of multibyte characters in symbol names.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4593", "url": "https://access.redhat.com/errata/RHSA-2021:4593" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4593.json" } ], "title": "Red Hat Security Advisory: annobin security update", "tracking": { "current_release_date": "2025-09-25T12:35:46+00:00", "generator": { "date": "2025-09-25T12:35:46+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.8" } }, "id": "RHSA-2021:4593", "initial_release_date": "2021-11-10T09:48:06+00:00", "revision_history": [ { "date": "2021-11-10T09:48:06+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-10T09:48:06+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-25T12:35:46+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.5.0.Z.MAIN", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "annobin-0:9.72-1.el8_5.2.src", "product": { "name": "annobin-0:9.72-1.el8_5.2.src", "product_id": "annobin-0:9.72-1.el8_5.2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin@9.72-1.el8_5.2?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "annobin-0:9.72-1.el8_5.2.aarch64", "product": { "name": "annobin-0:9.72-1.el8_5.2.aarch64", "product_id": "annobin-0:9.72-1.el8_5.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin@9.72-1.el8_5.2?arch=aarch64" } } }, { "category": "product_version", "name": "annobin-annocheck-0:9.72-1.el8_5.2.aarch64", "product": { "name": "annobin-annocheck-0:9.72-1.el8_5.2.aarch64", "product_id": "annobin-annocheck-0:9.72-1.el8_5.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-annocheck@9.72-1.el8_5.2?arch=aarch64" } } }, { "category": "product_version", "name": "annobin-debugsource-0:9.72-1.el8_5.2.aarch64", "product": { "name": "annobin-debugsource-0:9.72-1.el8_5.2.aarch64", "product_id": "annobin-debugsource-0:9.72-1.el8_5.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debugsource@9.72-1.el8_5.2?arch=aarch64" } } }, { "category": "product_version", "name": "annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.aarch64", "product": { "name": "annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.aarch64", "product_id": "annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-annocheck-debuginfo@9.72-1.el8_5.2?arch=aarch64" } } }, { "category": "product_version", "name": "annobin-debuginfo-0:9.72-1.el8_5.2.aarch64", "product": { "name": "annobin-debuginfo-0:9.72-1.el8_5.2.aarch64", "product_id": "annobin-debuginfo-0:9.72-1.el8_5.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debuginfo@9.72-1.el8_5.2?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "annobin-0:9.72-1.el8_5.2.ppc64le", "product": { "name": "annobin-0:9.72-1.el8_5.2.ppc64le", "product_id": "annobin-0:9.72-1.el8_5.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin@9.72-1.el8_5.2?arch=ppc64le" } } }, { "category": "product_version", "name": "annobin-annocheck-0:9.72-1.el8_5.2.ppc64le", "product": { "name": "annobin-annocheck-0:9.72-1.el8_5.2.ppc64le", "product_id": "annobin-annocheck-0:9.72-1.el8_5.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-annocheck@9.72-1.el8_5.2?arch=ppc64le" } } }, { "category": "product_version", "name": "annobin-debugsource-0:9.72-1.el8_5.2.ppc64le", "product": { "name": "annobin-debugsource-0:9.72-1.el8_5.2.ppc64le", "product_id": "annobin-debugsource-0:9.72-1.el8_5.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debugsource@9.72-1.el8_5.2?arch=ppc64le" } } }, { "category": "product_version", "name": "annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.ppc64le", "product": { "name": "annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.ppc64le", "product_id": "annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-annocheck-debuginfo@9.72-1.el8_5.2?arch=ppc64le" } } }, { "category": "product_version", "name": "annobin-debuginfo-0:9.72-1.el8_5.2.ppc64le", "product": { "name": "annobin-debuginfo-0:9.72-1.el8_5.2.ppc64le", "product_id": "annobin-debuginfo-0:9.72-1.el8_5.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debuginfo@9.72-1.el8_5.2?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "annobin-0:9.72-1.el8_5.2.x86_64", "product": { "name": "annobin-0:9.72-1.el8_5.2.x86_64", "product_id": "annobin-0:9.72-1.el8_5.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin@9.72-1.el8_5.2?arch=x86_64" } } }, { "category": "product_version", "name": "annobin-annocheck-0:9.72-1.el8_5.2.x86_64", "product": { "name": "annobin-annocheck-0:9.72-1.el8_5.2.x86_64", "product_id": "annobin-annocheck-0:9.72-1.el8_5.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-annocheck@9.72-1.el8_5.2?arch=x86_64" } } }, { "category": "product_version", "name": "annobin-debugsource-0:9.72-1.el8_5.2.x86_64", "product": { "name": "annobin-debugsource-0:9.72-1.el8_5.2.x86_64", "product_id": "annobin-debugsource-0:9.72-1.el8_5.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debugsource@9.72-1.el8_5.2?arch=x86_64" } } }, { "category": "product_version", "name": "annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.x86_64", "product": { "name": "annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.x86_64", "product_id": "annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-annocheck-debuginfo@9.72-1.el8_5.2?arch=x86_64" } } }, { "category": "product_version", "name": "annobin-debuginfo-0:9.72-1.el8_5.2.x86_64", "product": { "name": "annobin-debuginfo-0:9.72-1.el8_5.2.x86_64", "product_id": "annobin-debuginfo-0:9.72-1.el8_5.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debuginfo@9.72-1.el8_5.2?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "annobin-0:9.72-1.el8_5.2.s390x", "product": { "name": "annobin-0:9.72-1.el8_5.2.s390x", "product_id": "annobin-0:9.72-1.el8_5.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin@9.72-1.el8_5.2?arch=s390x" } } }, { "category": "product_version", "name": "annobin-annocheck-0:9.72-1.el8_5.2.s390x", "product": { "name": "annobin-annocheck-0:9.72-1.el8_5.2.s390x", "product_id": "annobin-annocheck-0:9.72-1.el8_5.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-annocheck@9.72-1.el8_5.2?arch=s390x" } } }, { "category": "product_version", "name": "annobin-debugsource-0:9.72-1.el8_5.2.s390x", "product": { "name": "annobin-debugsource-0:9.72-1.el8_5.2.s390x", "product_id": "annobin-debugsource-0:9.72-1.el8_5.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debugsource@9.72-1.el8_5.2?arch=s390x" } } }, { "category": "product_version", "name": "annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.s390x", "product": { "name": "annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.s390x", "product_id": "annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-annocheck-debuginfo@9.72-1.el8_5.2?arch=s390x" } } }, { "category": "product_version", "name": "annobin-debuginfo-0:9.72-1.el8_5.2.s390x", "product": { "name": "annobin-debuginfo-0:9.72-1.el8_5.2.s390x", "product_id": "annobin-debuginfo-0:9.72-1.el8_5.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debuginfo@9.72-1.el8_5.2?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "annobin-0:9.72-1.el8_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:annobin-0:9.72-1.el8_5.2.aarch64" }, "product_reference": "annobin-0:9.72-1.el8_5.2.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-0:9.72-1.el8_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:annobin-0:9.72-1.el8_5.2.ppc64le" }, "product_reference": "annobin-0:9.72-1.el8_5.2.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-0:9.72-1.el8_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:annobin-0:9.72-1.el8_5.2.s390x" }, "product_reference": "annobin-0:9.72-1.el8_5.2.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-0:9.72-1.el8_5.2.src as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:annobin-0:9.72-1.el8_5.2.src" }, "product_reference": "annobin-0:9.72-1.el8_5.2.src", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-0:9.72-1.el8_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:annobin-0:9.72-1.el8_5.2.x86_64" }, "product_reference": "annobin-0:9.72-1.el8_5.2.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-annocheck-0:9.72-1.el8_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:annobin-annocheck-0:9.72-1.el8_5.2.aarch64" }, "product_reference": "annobin-annocheck-0:9.72-1.el8_5.2.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-annocheck-0:9.72-1.el8_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:annobin-annocheck-0:9.72-1.el8_5.2.ppc64le" }, "product_reference": "annobin-annocheck-0:9.72-1.el8_5.2.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-annocheck-0:9.72-1.el8_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:annobin-annocheck-0:9.72-1.el8_5.2.s390x" }, "product_reference": "annobin-annocheck-0:9.72-1.el8_5.2.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-annocheck-0:9.72-1.el8_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:annobin-annocheck-0:9.72-1.el8_5.2.x86_64" }, "product_reference": "annobin-annocheck-0:9.72-1.el8_5.2.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.aarch64" }, "product_reference": "annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.ppc64le" }, "product_reference": "annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.s390x" }, "product_reference": "annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.x86_64" }, "product_reference": "annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debuginfo-0:9.72-1.el8_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:annobin-debuginfo-0:9.72-1.el8_5.2.aarch64" }, "product_reference": "annobin-debuginfo-0:9.72-1.el8_5.2.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debuginfo-0:9.72-1.el8_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:annobin-debuginfo-0:9.72-1.el8_5.2.ppc64le" }, "product_reference": "annobin-debuginfo-0:9.72-1.el8_5.2.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debuginfo-0:9.72-1.el8_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:annobin-debuginfo-0:9.72-1.el8_5.2.s390x" }, "product_reference": "annobin-debuginfo-0:9.72-1.el8_5.2.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debuginfo-0:9.72-1.el8_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:annobin-debuginfo-0:9.72-1.el8_5.2.x86_64" }, "product_reference": "annobin-debuginfo-0:9.72-1.el8_5.2.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debugsource-0:9.72-1.el8_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:annobin-debugsource-0:9.72-1.el8_5.2.aarch64" }, "product_reference": "annobin-debugsource-0:9.72-1.el8_5.2.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debugsource-0:9.72-1.el8_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:annobin-debugsource-0:9.72-1.el8_5.2.ppc64le" }, "product_reference": "annobin-debugsource-0:9.72-1.el8_5.2.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debugsource-0:9.72-1.el8_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:annobin-debugsource-0:9.72-1.el8_5.2.s390x" }, "product_reference": "annobin-debugsource-0:9.72-1.el8_5.2.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debugsource-0:9.72-1.el8_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:annobin-debugsource-0:9.72-1.el8_5.2.x86_64" }, "product_reference": "annobin-debugsource-0:9.72-1.el8_5.2.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "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.5.0.Z.MAIN:annobin-0:9.72-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:annobin-0:9.72-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:annobin-0:9.72-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:annobin-0:9.72-1.el8_5.2.src", "AppStream-8.5.0.Z.MAIN:annobin-0:9.72-1.el8_5.2.x86_64", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-0:9.72-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-0:9.72-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-0:9.72-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-0:9.72-1.el8_5.2.x86_64", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.x86_64", "AppStream-8.5.0.Z.MAIN:annobin-debuginfo-0:9.72-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:annobin-debuginfo-0:9.72-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:annobin-debuginfo-0:9.72-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:annobin-debuginfo-0:9.72-1.el8_5.2.x86_64", "AppStream-8.5.0.Z.MAIN:annobin-debugsource-0:9.72-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:annobin-debugsource-0:9.72-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:annobin-debugsource-0:9.72-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:annobin-debugsource-0:9.72-1.el8_5.2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-10T09:48:06+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.5.0.Z.MAIN:annobin-0:9.72-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:annobin-0:9.72-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:annobin-0:9.72-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:annobin-0:9.72-1.el8_5.2.src", "AppStream-8.5.0.Z.MAIN:annobin-0:9.72-1.el8_5.2.x86_64", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-0:9.72-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-0:9.72-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-0:9.72-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-0:9.72-1.el8_5.2.x86_64", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.x86_64", "AppStream-8.5.0.Z.MAIN:annobin-debuginfo-0:9.72-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:annobin-debuginfo-0:9.72-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:annobin-debuginfo-0:9.72-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:annobin-debuginfo-0:9.72-1.el8_5.2.x86_64", "AppStream-8.5.0.Z.MAIN:annobin-debugsource-0:9.72-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:annobin-debugsource-0:9.72-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:annobin-debugsource-0:9.72-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:annobin-debugsource-0:9.72-1.el8_5.2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4593" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "AppStream-8.5.0.Z.MAIN:annobin-0:9.72-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:annobin-0:9.72-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:annobin-0:9.72-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:annobin-0:9.72-1.el8_5.2.src", "AppStream-8.5.0.Z.MAIN:annobin-0:9.72-1.el8_5.2.x86_64", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-0:9.72-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-0:9.72-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-0:9.72-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-0:9.72-1.el8_5.2.x86_64", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.x86_64", "AppStream-8.5.0.Z.MAIN:annobin-debuginfo-0:9.72-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:annobin-debuginfo-0:9.72-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:annobin-debuginfo-0:9.72-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:annobin-debuginfo-0:9.72-1.el8_5.2.x86_64", "AppStream-8.5.0.Z.MAIN:annobin-debugsource-0:9.72-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:annobin-debugsource-0:9.72-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:annobin-debugsource-0:9.72-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:annobin-debugsource-0:9.72-1.el8_5.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.5.0.Z.MAIN:annobin-0:9.72-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:annobin-0:9.72-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:annobin-0:9.72-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:annobin-0:9.72-1.el8_5.2.src", "AppStream-8.5.0.Z.MAIN:annobin-0:9.72-1.el8_5.2.x86_64", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-0:9.72-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-0:9.72-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-0:9.72-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-0:9.72-1.el8_5.2.x86_64", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.x86_64", "AppStream-8.5.0.Z.MAIN:annobin-debuginfo-0:9.72-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:annobin-debuginfo-0:9.72-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:annobin-debuginfo-0:9.72-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:annobin-debuginfo-0:9.72-1.el8_5.2.x86_64", "AppStream-8.5.0.Z.MAIN:annobin-debugsource-0:9.72-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:annobin-debugsource-0:9.72-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:annobin-debugsource-0:9.72-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:annobin-debugsource-0:9.72-1.el8_5.2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
rhsa-2021_4035
Vulnerability from csaf_redhat
Notes
{ "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 binutils is now available for Red Hat Enterprise Linux 7.6 Advanced Update Support, Red Hat Enterprise Linux 7.6 Telco Extended Update Support, and Red Hat Enterprise Linux 7.6 Update Services for SAP Solutions.\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": "The binutils packages provide a collection of binary utilities for the manipulation of object code in various object file formats. It includes the ar, as, gprof, ld, nm, objcopy, objdump, ranlib, readelf, size, strings, strip, and addr2line utilities.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in binutils in order to facilitate detection of BiDi Unicode characters:\n\nTools which display names or strings (readelf, strings, nm, objdump) have a new command line option --unicode / -U which controls how Unicode characters are handled.\n\nUsing \"--unicode=default\" will treat them as normal for the tool. This is the default behaviour when --unicode option is not used.\nUsing \"--unicode=locale\" will display them according to the current locale.\nUsing \"--unicode=hex\" will display them as hex byte values.\nUsing \"--unicode=escape\" will display them as Unicode escape sequences. \nUsing \"--unicode=highlight\" will display them as Unicode escape sequences highlighted in red, if supported by the output device.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4035", "url": "https://access.redhat.com/errata/RHSA-2021:4035" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4035.json" } ], "title": "Red Hat Security Advisory: binutils security update", "tracking": { "current_release_date": "2024-11-13T23:32:57+00:00", "generator": { "date": "2024-11-13T23:32:57+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2021:4035", "initial_release_date": "2021-11-01T08:03:43+00:00", "revision_history": [ { "date": "2021-11-01T08:03:43+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-01T08:03:43+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T23:32:57+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 Server AUS (v. 7.6)", "product": { "name": "Red Hat Enterprise Linux Server AUS (v. 7.6)", "product_id": "7Server-7.6.AUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_aus:7.6::server" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Server E4S (v. 7.6)", "product": { "name": "Red Hat Enterprise Linux Server E4S (v. 7.6)", "product_id": "7Server-7.6.E4S", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_e4s:7.6::server" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Server TUS (v. 7.6)", "product": { "name": "Red Hat Enterprise Linux Server TUS (v. 7.6)", "product_id": "7Server-7.6.TUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_tus:7.6::server" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "binutils-0:2.27-34.base.el7_6.4.src", "product": { "name": "binutils-0:2.27-34.base.el7_6.4.src", "product_id": "binutils-0:2.27-34.base.el7_6.4.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.27-34.base.el7_6.4?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "binutils-0:2.27-34.base.el7_6.4.x86_64", "product": { "name": "binutils-0:2.27-34.base.el7_6.4.x86_64", "product_id": "binutils-0:2.27-34.base.el7_6.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.27-34.base.el7_6.4?arch=x86_64" } } }, { "category": "product_version", "name": "binutils-devel-0:2.27-34.base.el7_6.4.x86_64", "product": { "name": "binutils-devel-0:2.27-34.base.el7_6.4.x86_64", "product_id": "binutils-devel-0:2.27-34.base.el7_6.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.27-34.base.el7_6.4?arch=x86_64" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.27-34.base.el7_6.4.x86_64", "product": { "name": "binutils-debuginfo-0:2.27-34.base.el7_6.4.x86_64", "product_id": "binutils-debuginfo-0:2.27-34.base.el7_6.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.27-34.base.el7_6.4?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.27-34.base.el7_6.4.i686", "product": { "name": "binutils-devel-0:2.27-34.base.el7_6.4.i686", "product_id": "binutils-devel-0:2.27-34.base.el7_6.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.27-34.base.el7_6.4?arch=i686" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.27-34.base.el7_6.4.i686", "product": { "name": "binutils-debuginfo-0:2.27-34.base.el7_6.4.i686", "product_id": "binutils-debuginfo-0:2.27-34.base.el7_6.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.27-34.base.el7_6.4?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "binutils-0:2.27-34.base.el7_6.4.ppc64le", "product": { "name": "binutils-0:2.27-34.base.el7_6.4.ppc64le", "product_id": "binutils-0:2.27-34.base.el7_6.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.27-34.base.el7_6.4?arch=ppc64le" } } }, { "category": "product_version", "name": "binutils-devel-0:2.27-34.base.el7_6.4.ppc64le", "product": { "name": "binutils-devel-0:2.27-34.base.el7_6.4.ppc64le", "product_id": "binutils-devel-0:2.27-34.base.el7_6.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.27-34.base.el7_6.4?arch=ppc64le" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.27-34.base.el7_6.4.ppc64le", "product": { "name": "binutils-debuginfo-0:2.27-34.base.el7_6.4.ppc64le", "product_id": "binutils-debuginfo-0:2.27-34.base.el7_6.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.27-34.base.el7_6.4?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-34.base.el7_6.4.src as a component of Red Hat Enterprise Linux Server AUS (v. 7.6)", "product_id": "7Server-7.6.AUS:binutils-0:2.27-34.base.el7_6.4.src" }, "product_reference": "binutils-0:2.27-34.base.el7_6.4.src", "relates_to_product_reference": "7Server-7.6.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-34.base.el7_6.4.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.6)", "product_id": "7Server-7.6.AUS:binutils-0:2.27-34.base.el7_6.4.x86_64" }, "product_reference": "binutils-0:2.27-34.base.el7_6.4.x86_64", "relates_to_product_reference": "7Server-7.6.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-34.base.el7_6.4.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.6)", "product_id": "7Server-7.6.AUS:binutils-debuginfo-0:2.27-34.base.el7_6.4.i686" }, "product_reference": "binutils-debuginfo-0:2.27-34.base.el7_6.4.i686", "relates_to_product_reference": "7Server-7.6.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-34.base.el7_6.4.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.6)", "product_id": "7Server-7.6.AUS:binutils-debuginfo-0:2.27-34.base.el7_6.4.x86_64" }, "product_reference": "binutils-debuginfo-0:2.27-34.base.el7_6.4.x86_64", "relates_to_product_reference": "7Server-7.6.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-34.base.el7_6.4.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.6)", "product_id": "7Server-7.6.AUS:binutils-devel-0:2.27-34.base.el7_6.4.i686" }, "product_reference": "binutils-devel-0:2.27-34.base.el7_6.4.i686", "relates_to_product_reference": "7Server-7.6.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-34.base.el7_6.4.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.6)", "product_id": "7Server-7.6.AUS:binutils-devel-0:2.27-34.base.el7_6.4.x86_64" }, "product_reference": "binutils-devel-0:2.27-34.base.el7_6.4.x86_64", "relates_to_product_reference": "7Server-7.6.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-34.base.el7_6.4.ppc64le as a component of Red Hat Enterprise Linux Server E4S (v. 7.6)", "product_id": "7Server-7.6.E4S:binutils-0:2.27-34.base.el7_6.4.ppc64le" }, "product_reference": "binutils-0:2.27-34.base.el7_6.4.ppc64le", "relates_to_product_reference": "7Server-7.6.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-34.base.el7_6.4.src as a component of Red Hat Enterprise Linux Server E4S (v. 7.6)", "product_id": "7Server-7.6.E4S:binutils-0:2.27-34.base.el7_6.4.src" }, "product_reference": "binutils-0:2.27-34.base.el7_6.4.src", "relates_to_product_reference": "7Server-7.6.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-34.base.el7_6.4.x86_64 as a component of Red Hat Enterprise Linux Server E4S (v. 7.6)", "product_id": "7Server-7.6.E4S:binutils-0:2.27-34.base.el7_6.4.x86_64" }, "product_reference": "binutils-0:2.27-34.base.el7_6.4.x86_64", "relates_to_product_reference": "7Server-7.6.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-34.base.el7_6.4.i686 as a component of Red Hat Enterprise Linux Server E4S (v. 7.6)", "product_id": "7Server-7.6.E4S:binutils-debuginfo-0:2.27-34.base.el7_6.4.i686" }, "product_reference": "binutils-debuginfo-0:2.27-34.base.el7_6.4.i686", "relates_to_product_reference": "7Server-7.6.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-34.base.el7_6.4.ppc64le as a component of Red Hat Enterprise Linux Server E4S (v. 7.6)", "product_id": "7Server-7.6.E4S:binutils-debuginfo-0:2.27-34.base.el7_6.4.ppc64le" }, "product_reference": "binutils-debuginfo-0:2.27-34.base.el7_6.4.ppc64le", "relates_to_product_reference": "7Server-7.6.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-34.base.el7_6.4.x86_64 as a component of Red Hat Enterprise Linux Server E4S (v. 7.6)", "product_id": "7Server-7.6.E4S:binutils-debuginfo-0:2.27-34.base.el7_6.4.x86_64" }, "product_reference": "binutils-debuginfo-0:2.27-34.base.el7_6.4.x86_64", "relates_to_product_reference": "7Server-7.6.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-34.base.el7_6.4.i686 as a component of Red Hat Enterprise Linux Server E4S (v. 7.6)", "product_id": "7Server-7.6.E4S:binutils-devel-0:2.27-34.base.el7_6.4.i686" }, "product_reference": "binutils-devel-0:2.27-34.base.el7_6.4.i686", "relates_to_product_reference": "7Server-7.6.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-34.base.el7_6.4.ppc64le as a component of Red Hat Enterprise Linux Server E4S (v. 7.6)", "product_id": "7Server-7.6.E4S:binutils-devel-0:2.27-34.base.el7_6.4.ppc64le" }, "product_reference": "binutils-devel-0:2.27-34.base.el7_6.4.ppc64le", "relates_to_product_reference": "7Server-7.6.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-34.base.el7_6.4.x86_64 as a component of Red Hat Enterprise Linux Server E4S (v. 7.6)", "product_id": "7Server-7.6.E4S:binutils-devel-0:2.27-34.base.el7_6.4.x86_64" }, "product_reference": "binutils-devel-0:2.27-34.base.el7_6.4.x86_64", "relates_to_product_reference": "7Server-7.6.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-34.base.el7_6.4.src as a component of Red Hat Enterprise Linux Server TUS (v. 7.6)", "product_id": "7Server-7.6.TUS:binutils-0:2.27-34.base.el7_6.4.src" }, "product_reference": "binutils-0:2.27-34.base.el7_6.4.src", "relates_to_product_reference": "7Server-7.6.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-34.base.el7_6.4.x86_64 as a component of Red Hat Enterprise Linux Server TUS (v. 7.6)", "product_id": "7Server-7.6.TUS:binutils-0:2.27-34.base.el7_6.4.x86_64" }, "product_reference": "binutils-0:2.27-34.base.el7_6.4.x86_64", "relates_to_product_reference": "7Server-7.6.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-34.base.el7_6.4.i686 as a component of Red Hat Enterprise Linux Server TUS (v. 7.6)", "product_id": "7Server-7.6.TUS:binutils-debuginfo-0:2.27-34.base.el7_6.4.i686" }, "product_reference": "binutils-debuginfo-0:2.27-34.base.el7_6.4.i686", "relates_to_product_reference": "7Server-7.6.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-34.base.el7_6.4.x86_64 as a component of Red Hat Enterprise Linux Server TUS (v. 7.6)", "product_id": "7Server-7.6.TUS:binutils-debuginfo-0:2.27-34.base.el7_6.4.x86_64" }, "product_reference": "binutils-debuginfo-0:2.27-34.base.el7_6.4.x86_64", "relates_to_product_reference": "7Server-7.6.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-34.base.el7_6.4.i686 as a component of Red Hat Enterprise Linux Server TUS (v. 7.6)", "product_id": "7Server-7.6.TUS:binutils-devel-0:2.27-34.base.el7_6.4.i686" }, "product_reference": "binutils-devel-0:2.27-34.base.el7_6.4.i686", "relates_to_product_reference": "7Server-7.6.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-34.base.el7_6.4.x86_64 as a component of Red Hat Enterprise Linux Server TUS (v. 7.6)", "product_id": "7Server-7.6.TUS:binutils-devel-0:2.27-34.base.el7_6.4.x86_64" }, "product_reference": "binutils-devel-0:2.27-34.base.el7_6.4.x86_64", "relates_to_product_reference": "7Server-7.6.TUS" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-7.6.AUS:binutils-0:2.27-34.base.el7_6.4.src", "7Server-7.6.AUS:binutils-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.AUS:binutils-debuginfo-0:2.27-34.base.el7_6.4.i686", "7Server-7.6.AUS:binutils-debuginfo-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.AUS:binutils-devel-0:2.27-34.base.el7_6.4.i686", "7Server-7.6.AUS:binutils-devel-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.E4S:binutils-0:2.27-34.base.el7_6.4.ppc64le", "7Server-7.6.E4S:binutils-0:2.27-34.base.el7_6.4.src", "7Server-7.6.E4S:binutils-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.E4S:binutils-debuginfo-0:2.27-34.base.el7_6.4.i686", "7Server-7.6.E4S:binutils-debuginfo-0:2.27-34.base.el7_6.4.ppc64le", "7Server-7.6.E4S:binutils-debuginfo-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.E4S:binutils-devel-0:2.27-34.base.el7_6.4.i686", "7Server-7.6.E4S:binutils-devel-0:2.27-34.base.el7_6.4.ppc64le", "7Server-7.6.E4S:binutils-devel-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.TUS:binutils-0:2.27-34.base.el7_6.4.src", "7Server-7.6.TUS:binutils-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.TUS:binutils-debuginfo-0:2.27-34.base.el7_6.4.i686", "7Server-7.6.TUS:binutils-debuginfo-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.TUS:binutils-devel-0:2.27-34.base.el7_6.4.i686", "7Server-7.6.TUS:binutils-devel-0:2.27-34.base.el7_6.4.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-01T08:03:43+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Server-7.6.AUS:binutils-0:2.27-34.base.el7_6.4.src", "7Server-7.6.AUS:binutils-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.AUS:binutils-debuginfo-0:2.27-34.base.el7_6.4.i686", "7Server-7.6.AUS:binutils-debuginfo-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.AUS:binutils-devel-0:2.27-34.base.el7_6.4.i686", "7Server-7.6.AUS:binutils-devel-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.E4S:binutils-0:2.27-34.base.el7_6.4.ppc64le", "7Server-7.6.E4S:binutils-0:2.27-34.base.el7_6.4.src", "7Server-7.6.E4S:binutils-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.E4S:binutils-debuginfo-0:2.27-34.base.el7_6.4.i686", "7Server-7.6.E4S:binutils-debuginfo-0:2.27-34.base.el7_6.4.ppc64le", "7Server-7.6.E4S:binutils-debuginfo-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.E4S:binutils-devel-0:2.27-34.base.el7_6.4.i686", "7Server-7.6.E4S:binutils-devel-0:2.27-34.base.el7_6.4.ppc64le", "7Server-7.6.E4S:binutils-devel-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.TUS:binutils-0:2.27-34.base.el7_6.4.src", "7Server-7.6.TUS:binutils-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.TUS:binutils-debuginfo-0:2.27-34.base.el7_6.4.i686", "7Server-7.6.TUS:binutils-debuginfo-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.TUS:binutils-devel-0:2.27-34.base.el7_6.4.i686", "7Server-7.6.TUS:binutils-devel-0:2.27-34.base.el7_6.4.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4035" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "7Server-7.6.AUS:binutils-0:2.27-34.base.el7_6.4.src", "7Server-7.6.AUS:binutils-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.AUS:binutils-debuginfo-0:2.27-34.base.el7_6.4.i686", "7Server-7.6.AUS:binutils-debuginfo-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.AUS:binutils-devel-0:2.27-34.base.el7_6.4.i686", "7Server-7.6.AUS:binutils-devel-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.E4S:binutils-0:2.27-34.base.el7_6.4.ppc64le", "7Server-7.6.E4S:binutils-0:2.27-34.base.el7_6.4.src", "7Server-7.6.E4S:binutils-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.E4S:binutils-debuginfo-0:2.27-34.base.el7_6.4.i686", "7Server-7.6.E4S:binutils-debuginfo-0:2.27-34.base.el7_6.4.ppc64le", "7Server-7.6.E4S:binutils-debuginfo-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.E4S:binutils-devel-0:2.27-34.base.el7_6.4.i686", "7Server-7.6.E4S:binutils-devel-0:2.27-34.base.el7_6.4.ppc64le", "7Server-7.6.E4S:binutils-devel-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.TUS:binutils-0:2.27-34.base.el7_6.4.src", "7Server-7.6.TUS:binutils-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.TUS:binutils-debuginfo-0:2.27-34.base.el7_6.4.i686", "7Server-7.6.TUS:binutils-debuginfo-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.TUS:binutils-devel-0:2.27-34.base.el7_6.4.i686", "7Server-7.6.TUS:binutils-devel-0:2.27-34.base.el7_6.4.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "7Server-7.6.AUS:binutils-0:2.27-34.base.el7_6.4.src", "7Server-7.6.AUS:binutils-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.AUS:binutils-debuginfo-0:2.27-34.base.el7_6.4.i686", "7Server-7.6.AUS:binutils-debuginfo-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.AUS:binutils-devel-0:2.27-34.base.el7_6.4.i686", "7Server-7.6.AUS:binutils-devel-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.E4S:binutils-0:2.27-34.base.el7_6.4.ppc64le", "7Server-7.6.E4S:binutils-0:2.27-34.base.el7_6.4.src", "7Server-7.6.E4S:binutils-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.E4S:binutils-debuginfo-0:2.27-34.base.el7_6.4.i686", "7Server-7.6.E4S:binutils-debuginfo-0:2.27-34.base.el7_6.4.ppc64le", "7Server-7.6.E4S:binutils-debuginfo-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.E4S:binutils-devel-0:2.27-34.base.el7_6.4.i686", "7Server-7.6.E4S:binutils-devel-0:2.27-34.base.el7_6.4.ppc64le", "7Server-7.6.E4S:binutils-devel-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.TUS:binutils-0:2.27-34.base.el7_6.4.src", "7Server-7.6.TUS:binutils-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.TUS:binutils-debuginfo-0:2.27-34.base.el7_6.4.i686", "7Server-7.6.TUS:binutils-debuginfo-0:2.27-34.base.el7_6.4.x86_64", "7Server-7.6.TUS:binutils-devel-0:2.27-34.base.el7_6.4.i686", "7Server-7.6.TUS:binutils-devel-0:2.27-34.base.el7_6.4.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
rhsa-2021_4593
Vulnerability from csaf_redhat
Notes
{ "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 annobin 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": "Annobin provides a compiler plugin to annotate and tools to examine compiled binary files.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in annobin in order to facilitate detection of BiDi Unicode characters:\n\nThis update of annobin adds a new annocheck test to detect the presence of multibyte characters in symbol names.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4593", "url": "https://access.redhat.com/errata/RHSA-2021:4593" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4593.json" } ], "title": "Red Hat Security Advisory: annobin security update", "tracking": { "current_release_date": "2024-11-13T23:34:38+00:00", "generator": { "date": "2024-11-13T23:34:38+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2021:4593", "initial_release_date": "2021-11-10T09:48:06+00:00", "revision_history": [ { "date": "2021-11-10T09:48:06+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-10T09:48:06+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T23:34:38+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "annobin-0:9.72-1.el8_5.2.src", "product": { "name": "annobin-0:9.72-1.el8_5.2.src", "product_id": "annobin-0:9.72-1.el8_5.2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin@9.72-1.el8_5.2?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "annobin-0:9.72-1.el8_5.2.aarch64", "product": { "name": "annobin-0:9.72-1.el8_5.2.aarch64", "product_id": "annobin-0:9.72-1.el8_5.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin@9.72-1.el8_5.2?arch=aarch64" } } }, { "category": "product_version", "name": "annobin-annocheck-0:9.72-1.el8_5.2.aarch64", "product": { "name": "annobin-annocheck-0:9.72-1.el8_5.2.aarch64", "product_id": "annobin-annocheck-0:9.72-1.el8_5.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-annocheck@9.72-1.el8_5.2?arch=aarch64" } } }, { "category": "product_version", "name": "annobin-debugsource-0:9.72-1.el8_5.2.aarch64", "product": { "name": "annobin-debugsource-0:9.72-1.el8_5.2.aarch64", "product_id": "annobin-debugsource-0:9.72-1.el8_5.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debugsource@9.72-1.el8_5.2?arch=aarch64" } } }, { "category": "product_version", "name": "annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.aarch64", "product": { "name": "annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.aarch64", "product_id": "annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-annocheck-debuginfo@9.72-1.el8_5.2?arch=aarch64" } } }, { "category": "product_version", "name": "annobin-debuginfo-0:9.72-1.el8_5.2.aarch64", "product": { "name": "annobin-debuginfo-0:9.72-1.el8_5.2.aarch64", "product_id": "annobin-debuginfo-0:9.72-1.el8_5.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debuginfo@9.72-1.el8_5.2?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "annobin-0:9.72-1.el8_5.2.ppc64le", "product": { "name": "annobin-0:9.72-1.el8_5.2.ppc64le", "product_id": "annobin-0:9.72-1.el8_5.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin@9.72-1.el8_5.2?arch=ppc64le" } } }, { "category": "product_version", "name": "annobin-annocheck-0:9.72-1.el8_5.2.ppc64le", "product": { "name": "annobin-annocheck-0:9.72-1.el8_5.2.ppc64le", "product_id": "annobin-annocheck-0:9.72-1.el8_5.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-annocheck@9.72-1.el8_5.2?arch=ppc64le" } } }, { "category": "product_version", "name": "annobin-debugsource-0:9.72-1.el8_5.2.ppc64le", "product": { "name": "annobin-debugsource-0:9.72-1.el8_5.2.ppc64le", "product_id": "annobin-debugsource-0:9.72-1.el8_5.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debugsource@9.72-1.el8_5.2?arch=ppc64le" } } }, { "category": "product_version", "name": "annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.ppc64le", "product": { "name": "annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.ppc64le", "product_id": "annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-annocheck-debuginfo@9.72-1.el8_5.2?arch=ppc64le" } } }, { "category": "product_version", "name": "annobin-debuginfo-0:9.72-1.el8_5.2.ppc64le", "product": { "name": "annobin-debuginfo-0:9.72-1.el8_5.2.ppc64le", "product_id": "annobin-debuginfo-0:9.72-1.el8_5.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debuginfo@9.72-1.el8_5.2?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "annobin-0:9.72-1.el8_5.2.x86_64", "product": { "name": "annobin-0:9.72-1.el8_5.2.x86_64", "product_id": "annobin-0:9.72-1.el8_5.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin@9.72-1.el8_5.2?arch=x86_64" } } }, { "category": "product_version", "name": "annobin-annocheck-0:9.72-1.el8_5.2.x86_64", "product": { "name": "annobin-annocheck-0:9.72-1.el8_5.2.x86_64", "product_id": "annobin-annocheck-0:9.72-1.el8_5.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-annocheck@9.72-1.el8_5.2?arch=x86_64" } } }, { "category": "product_version", "name": "annobin-debugsource-0:9.72-1.el8_5.2.x86_64", "product": { "name": "annobin-debugsource-0:9.72-1.el8_5.2.x86_64", "product_id": "annobin-debugsource-0:9.72-1.el8_5.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debugsource@9.72-1.el8_5.2?arch=x86_64" } } }, { "category": "product_version", "name": "annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.x86_64", "product": { "name": "annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.x86_64", "product_id": "annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-annocheck-debuginfo@9.72-1.el8_5.2?arch=x86_64" } } }, { "category": "product_version", "name": "annobin-debuginfo-0:9.72-1.el8_5.2.x86_64", "product": { "name": "annobin-debuginfo-0:9.72-1.el8_5.2.x86_64", "product_id": "annobin-debuginfo-0:9.72-1.el8_5.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debuginfo@9.72-1.el8_5.2?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "annobin-0:9.72-1.el8_5.2.s390x", "product": { "name": "annobin-0:9.72-1.el8_5.2.s390x", "product_id": "annobin-0:9.72-1.el8_5.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin@9.72-1.el8_5.2?arch=s390x" } } }, { "category": "product_version", "name": "annobin-annocheck-0:9.72-1.el8_5.2.s390x", "product": { "name": "annobin-annocheck-0:9.72-1.el8_5.2.s390x", "product_id": "annobin-annocheck-0:9.72-1.el8_5.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-annocheck@9.72-1.el8_5.2?arch=s390x" } } }, { "category": "product_version", "name": "annobin-debugsource-0:9.72-1.el8_5.2.s390x", "product": { "name": "annobin-debugsource-0:9.72-1.el8_5.2.s390x", "product_id": "annobin-debugsource-0:9.72-1.el8_5.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debugsource@9.72-1.el8_5.2?arch=s390x" } } }, { "category": "product_version", "name": "annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.s390x", "product": { "name": "annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.s390x", "product_id": "annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-annocheck-debuginfo@9.72-1.el8_5.2?arch=s390x" } } }, { "category": "product_version", "name": "annobin-debuginfo-0:9.72-1.el8_5.2.s390x", "product": { "name": "annobin-debuginfo-0:9.72-1.el8_5.2.s390x", "product_id": "annobin-debuginfo-0:9.72-1.el8_5.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debuginfo@9.72-1.el8_5.2?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "annobin-0:9.72-1.el8_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:annobin-0:9.72-1.el8_5.2.aarch64" }, "product_reference": "annobin-0:9.72-1.el8_5.2.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-0:9.72-1.el8_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:annobin-0:9.72-1.el8_5.2.ppc64le" }, "product_reference": "annobin-0:9.72-1.el8_5.2.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-0:9.72-1.el8_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:annobin-0:9.72-1.el8_5.2.s390x" }, "product_reference": "annobin-0:9.72-1.el8_5.2.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-0:9.72-1.el8_5.2.src as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:annobin-0:9.72-1.el8_5.2.src" }, "product_reference": "annobin-0:9.72-1.el8_5.2.src", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-0:9.72-1.el8_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:annobin-0:9.72-1.el8_5.2.x86_64" }, "product_reference": "annobin-0:9.72-1.el8_5.2.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-annocheck-0:9.72-1.el8_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:annobin-annocheck-0:9.72-1.el8_5.2.aarch64" }, "product_reference": "annobin-annocheck-0:9.72-1.el8_5.2.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-annocheck-0:9.72-1.el8_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:annobin-annocheck-0:9.72-1.el8_5.2.ppc64le" }, "product_reference": "annobin-annocheck-0:9.72-1.el8_5.2.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-annocheck-0:9.72-1.el8_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:annobin-annocheck-0:9.72-1.el8_5.2.s390x" }, "product_reference": "annobin-annocheck-0:9.72-1.el8_5.2.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-annocheck-0:9.72-1.el8_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:annobin-annocheck-0:9.72-1.el8_5.2.x86_64" }, "product_reference": "annobin-annocheck-0:9.72-1.el8_5.2.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.aarch64" }, "product_reference": "annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.ppc64le" }, "product_reference": "annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.s390x" }, "product_reference": "annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.x86_64" }, "product_reference": "annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debuginfo-0:9.72-1.el8_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:annobin-debuginfo-0:9.72-1.el8_5.2.aarch64" }, "product_reference": "annobin-debuginfo-0:9.72-1.el8_5.2.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debuginfo-0:9.72-1.el8_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:annobin-debuginfo-0:9.72-1.el8_5.2.ppc64le" }, "product_reference": "annobin-debuginfo-0:9.72-1.el8_5.2.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debuginfo-0:9.72-1.el8_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:annobin-debuginfo-0:9.72-1.el8_5.2.s390x" }, "product_reference": "annobin-debuginfo-0:9.72-1.el8_5.2.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debuginfo-0:9.72-1.el8_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:annobin-debuginfo-0:9.72-1.el8_5.2.x86_64" }, "product_reference": "annobin-debuginfo-0:9.72-1.el8_5.2.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debugsource-0:9.72-1.el8_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:annobin-debugsource-0:9.72-1.el8_5.2.aarch64" }, "product_reference": "annobin-debugsource-0:9.72-1.el8_5.2.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debugsource-0:9.72-1.el8_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:annobin-debugsource-0:9.72-1.el8_5.2.ppc64le" }, "product_reference": "annobin-debugsource-0:9.72-1.el8_5.2.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debugsource-0:9.72-1.el8_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:annobin-debugsource-0:9.72-1.el8_5.2.s390x" }, "product_reference": "annobin-debugsource-0:9.72-1.el8_5.2.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debugsource-0:9.72-1.el8_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:annobin-debugsource-0:9.72-1.el8_5.2.x86_64" }, "product_reference": "annobin-debugsource-0:9.72-1.el8_5.2.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "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.5.0.Z.MAIN:annobin-0:9.72-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:annobin-0:9.72-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:annobin-0:9.72-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:annobin-0:9.72-1.el8_5.2.src", "AppStream-8.5.0.Z.MAIN:annobin-0:9.72-1.el8_5.2.x86_64", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-0:9.72-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-0:9.72-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-0:9.72-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-0:9.72-1.el8_5.2.x86_64", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.x86_64", "AppStream-8.5.0.Z.MAIN:annobin-debuginfo-0:9.72-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:annobin-debuginfo-0:9.72-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:annobin-debuginfo-0:9.72-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:annobin-debuginfo-0:9.72-1.el8_5.2.x86_64", "AppStream-8.5.0.Z.MAIN:annobin-debugsource-0:9.72-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:annobin-debugsource-0:9.72-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:annobin-debugsource-0:9.72-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:annobin-debugsource-0:9.72-1.el8_5.2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-10T09:48:06+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.5.0.Z.MAIN:annobin-0:9.72-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:annobin-0:9.72-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:annobin-0:9.72-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:annobin-0:9.72-1.el8_5.2.src", "AppStream-8.5.0.Z.MAIN:annobin-0:9.72-1.el8_5.2.x86_64", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-0:9.72-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-0:9.72-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-0:9.72-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-0:9.72-1.el8_5.2.x86_64", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.x86_64", "AppStream-8.5.0.Z.MAIN:annobin-debuginfo-0:9.72-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:annobin-debuginfo-0:9.72-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:annobin-debuginfo-0:9.72-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:annobin-debuginfo-0:9.72-1.el8_5.2.x86_64", "AppStream-8.5.0.Z.MAIN:annobin-debugsource-0:9.72-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:annobin-debugsource-0:9.72-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:annobin-debugsource-0:9.72-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:annobin-debugsource-0:9.72-1.el8_5.2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4593" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "AppStream-8.5.0.Z.MAIN:annobin-0:9.72-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:annobin-0:9.72-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:annobin-0:9.72-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:annobin-0:9.72-1.el8_5.2.src", "AppStream-8.5.0.Z.MAIN:annobin-0:9.72-1.el8_5.2.x86_64", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-0:9.72-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-0:9.72-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-0:9.72-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-0:9.72-1.el8_5.2.x86_64", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.x86_64", "AppStream-8.5.0.Z.MAIN:annobin-debuginfo-0:9.72-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:annobin-debuginfo-0:9.72-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:annobin-debuginfo-0:9.72-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:annobin-debuginfo-0:9.72-1.el8_5.2.x86_64", "AppStream-8.5.0.Z.MAIN:annobin-debugsource-0:9.72-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:annobin-debugsource-0:9.72-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:annobin-debugsource-0:9.72-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:annobin-debugsource-0:9.72-1.el8_5.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.5.0.Z.MAIN:annobin-0:9.72-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:annobin-0:9.72-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:annobin-0:9.72-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:annobin-0:9.72-1.el8_5.2.src", "AppStream-8.5.0.Z.MAIN:annobin-0:9.72-1.el8_5.2.x86_64", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-0:9.72-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-0:9.72-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-0:9.72-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-0:9.72-1.el8_5.2.x86_64", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.x86_64", "AppStream-8.5.0.Z.MAIN:annobin-debuginfo-0:9.72-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:annobin-debuginfo-0:9.72-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:annobin-debuginfo-0:9.72-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:annobin-debuginfo-0:9.72-1.el8_5.2.x86_64", "AppStream-8.5.0.Z.MAIN:annobin-debugsource-0:9.72-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:annobin-debugsource-0:9.72-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:annobin-debugsource-0:9.72-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:annobin-debugsource-0:9.72-1.el8_5.2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
RHSA-2021:4694
Vulnerability from csaf_redhat
Notes
{ "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 rust-toolset-1.54-rust is now available for Red Hat Developer Tools.\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": "Rust Toolset provides the Rust programming language compiler rustc, the cargo build tool and dependency manager, and required libraries.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in rust in order to facilitate detection of BiDi Unicode characters:\n\nRust introduces two new lints to detect and reject code containing the affected codepoints. These new deny-by-default lints detect affected codepoints in string literals and comments. The lints will prevent source code file containing these codepoints from being compiled. If your code has legitimate uses for the codepoints we recommend replacing them with the related escape sequence. The error messages will suggest the right escapes to use.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4694", "url": "https://access.redhat.com/errata/RHSA-2021:4694" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4694.json" } ], "title": "Red Hat Security Advisory: rust-toolset-1.54-rust security update", "tracking": { "current_release_date": "2025-09-25T12:35:58+00:00", "generator": { "date": "2025-09-25T12:35:58+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.8" } }, "id": "RHSA-2021:4694", "initial_release_date": "2021-11-16T11:37:05+00:00", "revision_history": [ { "date": "2021-11-16T11:37:05+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-16T11:37:05+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-25T12:35:58+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product": { "name": "Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4", "product_identification_helper": { "cpe": "cpe:/a:redhat:devtools:2021" } } }, { "category": "product_name", "name": "Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product": { "name": "Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4", "product_identification_helper": { "cpe": "cpe:/a:redhat:devtools:2021" } } } ], "category": "product_family", "name": "Red Hat Developer Tools" }, { "branches": [ { "category": "product_version", "name": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.x86_64", "product": { "name": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.x86_64", "product_id": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-cargo@1.54.0-4.el7_9?arch=x86_64" } } }, { "category": "product_version", "name": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.x86_64", "product": { "name": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.x86_64", "product_id": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-clippy@1.54.0-4.el7_9?arch=x86_64" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.x86_64", "product": { "name": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.x86_64", "product_id": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rls@1.54.0-4.el7_9?arch=x86_64" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.x86_64", "product": { "name": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.x86_64", "product_id": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rust@1.54.0-4.el7_9?arch=x86_64" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.x86_64", "product": { "name": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.x86_64", "product_id": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rust-analysis@1.54.0-4.el7_9?arch=x86_64" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.x86_64", "product": { "name": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.x86_64", "product_id": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rust-doc@1.54.0-4.el7_9?arch=x86_64" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.x86_64", "product": { "name": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.x86_64", "product_id": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rust-std-static@1.54.0-4.el7_9?arch=x86_64" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.x86_64", "product": { "name": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.x86_64", "product_id": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rustfmt@1.54.0-4.el7_9?arch=x86_64" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.x86_64", "product": { "name": "rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.x86_64", "product_id": "rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rust-debuginfo@1.54.0-4.el7_9?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64le", "product": { "name": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64le", "product_id": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-cargo@1.54.0-4.el7_9?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64le", "product": { "name": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64le", "product_id": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-clippy@1.54.0-4.el7_9?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64le", "product": { "name": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64le", "product_id": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rls@1.54.0-4.el7_9?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64le", "product": { "name": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64le", "product_id": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rust@1.54.0-4.el7_9?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64le", "product": { "name": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64le", "product_id": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rust-analysis@1.54.0-4.el7_9?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64le", "product": { "name": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64le", "product_id": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rust-doc@1.54.0-4.el7_9?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64le", "product": { "name": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64le", "product_id": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rust-std-static@1.54.0-4.el7_9?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64le", "product": { "name": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64le", "product_id": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rustfmt@1.54.0-4.el7_9?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64le", "product": { "name": "rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64le", "product_id": "rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rust-debuginfo@1.54.0-4.el7_9?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64", "product": { "name": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64", "product_id": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-cargo@1.54.0-4.el7_9?arch=ppc64" } } }, { "category": "product_version", "name": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64", "product": { "name": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64", "product_id": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-clippy@1.54.0-4.el7_9?arch=ppc64" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64", "product": { "name": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64", "product_id": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rls@1.54.0-4.el7_9?arch=ppc64" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64", "product": { "name": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64", "product_id": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rust@1.54.0-4.el7_9?arch=ppc64" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64", "product": { "name": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64", "product_id": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rust-analysis@1.54.0-4.el7_9?arch=ppc64" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64", "product": { "name": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64", "product_id": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rust-doc@1.54.0-4.el7_9?arch=ppc64" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64", "product": { "name": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64", "product_id": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rust-std-static@1.54.0-4.el7_9?arch=ppc64" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64", "product": { "name": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64", "product_id": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rustfmt@1.54.0-4.el7_9?arch=ppc64" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64", "product": { "name": "rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64", "product_id": "rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rust-debuginfo@1.54.0-4.el7_9?arch=ppc64" } } } ], "category": "architecture", "name": "ppc64" }, { "branches": [ { "category": "product_version", "name": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.s390x", "product": { "name": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.s390x", "product_id": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-cargo@1.54.0-4.el7_9?arch=s390x" } } }, { "category": "product_version", "name": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.s390x", "product": { "name": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.s390x", "product_id": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-clippy@1.54.0-4.el7_9?arch=s390x" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.s390x", "product": { "name": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.s390x", "product_id": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rls@1.54.0-4.el7_9?arch=s390x" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.s390x", "product": { "name": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.s390x", "product_id": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rust@1.54.0-4.el7_9?arch=s390x" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.s390x", "product": { "name": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.s390x", "product_id": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rust-analysis@1.54.0-4.el7_9?arch=s390x" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.s390x", "product": { "name": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.s390x", "product_id": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rust-doc@1.54.0-4.el7_9?arch=s390x" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.s390x", "product": { "name": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.s390x", "product_id": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rust-std-static@1.54.0-4.el7_9?arch=s390x" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.s390x", "product": { "name": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.s390x", "product_id": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rustfmt@1.54.0-4.el7_9?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "rust-toolset-1.54-cargo-doc-0:1.54.0-4.el7_9.noarch", "product": { "name": "rust-toolset-1.54-cargo-doc-0:1.54.0-4.el7_9.noarch", "product_id": "rust-toolset-1.54-cargo-doc-0:1.54.0-4.el7_9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-cargo-doc@1.54.0-4.el7_9?arch=noarch" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rust-debugger-common-0:1.54.0-4.el7_9.noarch", "product": { "name": "rust-toolset-1.54-rust-debugger-common-0:1.54.0-4.el7_9.noarch", "product_id": "rust-toolset-1.54-rust-debugger-common-0:1.54.0-4.el7_9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rust-debugger-common@1.54.0-4.el7_9?arch=noarch" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rust-gdb-0:1.54.0-4.el7_9.noarch", "product": { "name": "rust-toolset-1.54-rust-gdb-0:1.54.0-4.el7_9.noarch", "product_id": "rust-toolset-1.54-rust-gdb-0:1.54.0-4.el7_9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rust-gdb@1.54.0-4.el7_9?arch=noarch" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rust-lldb-0:1.54.0-4.el7_9.noarch", "product": { "name": "rust-toolset-1.54-rust-lldb-0:1.54.0-4.el7_9.noarch", "product_id": "rust-toolset-1.54-rust-lldb-0:1.54.0-4.el7_9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rust-lldb@1.54.0-4.el7_9?arch=noarch" } } }, { "category": "product_version", "name": "rust-toolset-1.54-rust-src-0:1.54.0-4.el7_9.noarch", "product": { "name": "rust-toolset-1.54-rust-src-0:1.54.0-4.el7_9.noarch", "product_id": "rust-toolset-1.54-rust-src-0:1.54.0-4.el7_9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rust-src@1.54.0-4.el7_9?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.src", "product": { "name": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.src", "product_id": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.54-rust@1.54.0-4.el7_9?arch=src" } } } ], "category": "architecture", "name": "src" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64" }, "product_reference": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64le" }, "product_reference": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64le", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.s390x" }, "product_reference": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.s390x", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.x86_64" }, "product_reference": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.x86_64", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-cargo-doc-0:1.54.0-4.el7_9.noarch as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-cargo-doc-0:1.54.0-4.el7_9.noarch" }, "product_reference": "rust-toolset-1.54-cargo-doc-0:1.54.0-4.el7_9.noarch", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64" }, "product_reference": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64le" }, "product_reference": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64le", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.s390x" }, "product_reference": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.s390x", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.x86_64" }, "product_reference": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.x86_64", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64" }, "product_reference": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64le" }, "product_reference": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64le", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.s390x" }, "product_reference": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.s390x", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.x86_64" }, "product_reference": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.x86_64", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64" }, "product_reference": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64le" }, "product_reference": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64le", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.s390x" }, "product_reference": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.s390x", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.src as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.src" }, "product_reference": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.src", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.x86_64" }, "product_reference": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.x86_64", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64" }, "product_reference": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64le" }, "product_reference": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64le", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.s390x" }, "product_reference": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.s390x", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.x86_64" }, "product_reference": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.x86_64", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-debugger-common-0:1.54.0-4.el7_9.noarch as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rust-debugger-common-0:1.54.0-4.el7_9.noarch" }, "product_reference": "rust-toolset-1.54-rust-debugger-common-0:1.54.0-4.el7_9.noarch", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64" }, "product_reference": "rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64le" }, "product_reference": "rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64le", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.x86_64" }, "product_reference": "rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.x86_64", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64" }, "product_reference": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64le" }, "product_reference": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64le", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.s390x" }, "product_reference": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.s390x", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.x86_64" }, "product_reference": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.x86_64", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-gdb-0:1.54.0-4.el7_9.noarch as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rust-gdb-0:1.54.0-4.el7_9.noarch" }, "product_reference": "rust-toolset-1.54-rust-gdb-0:1.54.0-4.el7_9.noarch", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-lldb-0:1.54.0-4.el7_9.noarch as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rust-lldb-0:1.54.0-4.el7_9.noarch" }, "product_reference": "rust-toolset-1.54-rust-lldb-0:1.54.0-4.el7_9.noarch", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-src-0:1.54.0-4.el7_9.noarch as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rust-src-0:1.54.0-4.el7_9.noarch" }, "product_reference": "rust-toolset-1.54-rust-src-0:1.54.0-4.el7_9.noarch", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64" }, "product_reference": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64le" }, "product_reference": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64le", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.s390x" }, "product_reference": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.s390x", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.x86_64" }, "product_reference": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.x86_64", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64" }, "product_reference": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64le" }, "product_reference": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64le", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.s390x" }, "product_reference": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.s390x", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.x86_64" }, "product_reference": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.x86_64", "relates_to_product_reference": "7Server-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64" }, "product_reference": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64le" }, "product_reference": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.s390x" }, "product_reference": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.s390x", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.x86_64" }, "product_reference": "rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.x86_64", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-cargo-doc-0:1.54.0-4.el7_9.noarch as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-cargo-doc-0:1.54.0-4.el7_9.noarch" }, "product_reference": "rust-toolset-1.54-cargo-doc-0:1.54.0-4.el7_9.noarch", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64" }, "product_reference": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64le" }, "product_reference": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.s390x" }, "product_reference": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.s390x", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.x86_64" }, "product_reference": "rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.x86_64", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64" }, "product_reference": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64le" }, "product_reference": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.s390x" }, "product_reference": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.s390x", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.x86_64" }, "product_reference": "rust-toolset-1.54-rls-0:1.54.0-4.el7_9.x86_64", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64" }, "product_reference": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64le" }, "product_reference": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.s390x" }, "product_reference": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.s390x", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.src as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.src" }, "product_reference": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.src", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.x86_64" }, "product_reference": "rust-toolset-1.54-rust-0:1.54.0-4.el7_9.x86_64", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64" }, "product_reference": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64le" }, "product_reference": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.s390x" }, "product_reference": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.s390x", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.x86_64" }, "product_reference": "rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.x86_64", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-debugger-common-0:1.54.0-4.el7_9.noarch as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-debugger-common-0:1.54.0-4.el7_9.noarch" }, "product_reference": "rust-toolset-1.54-rust-debugger-common-0:1.54.0-4.el7_9.noarch", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64" }, "product_reference": "rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64le" }, "product_reference": "rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.x86_64" }, "product_reference": "rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.x86_64", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64" }, "product_reference": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64le" }, "product_reference": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.s390x" }, "product_reference": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.s390x", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.x86_64" }, "product_reference": "rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.x86_64", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-gdb-0:1.54.0-4.el7_9.noarch as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-gdb-0:1.54.0-4.el7_9.noarch" }, "product_reference": "rust-toolset-1.54-rust-gdb-0:1.54.0-4.el7_9.noarch", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-lldb-0:1.54.0-4.el7_9.noarch as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-lldb-0:1.54.0-4.el7_9.noarch" }, "product_reference": "rust-toolset-1.54-rust-lldb-0:1.54.0-4.el7_9.noarch", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-src-0:1.54.0-4.el7_9.noarch as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-src-0:1.54.0-4.el7_9.noarch" }, "product_reference": "rust-toolset-1.54-rust-src-0:1.54.0-4.el7_9.noarch", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64" }, "product_reference": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64le" }, "product_reference": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.s390x" }, "product_reference": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.s390x", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.x86_64" }, "product_reference": "rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.x86_64", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64" }, "product_reference": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64le" }, "product_reference": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.s390x" }, "product_reference": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.s390x", "relates_to_product_reference": "7Workstation-DevTools-2021.4" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Workstation-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.x86_64" }, "product_reference": "rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.x86_64", "relates_to_product_reference": "7Workstation-DevTools-2021.4" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-cargo-doc-0:1.54.0-4.el7_9.noarch", "7Server-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.src", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-debugger-common-0:1.54.0-4.el7_9.noarch", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-gdb-0:1.54.0-4.el7_9.noarch", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-lldb-0:1.54.0-4.el7_9.noarch", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-src-0:1.54.0-4.el7_9.noarch", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-cargo-doc-0:1.54.0-4.el7_9.noarch", "7Workstation-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.src", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-debugger-common-0:1.54.0-4.el7_9.noarch", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-gdb-0:1.54.0-4.el7_9.noarch", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-lldb-0:1.54.0-4.el7_9.noarch", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-src-0:1.54.0-4.el7_9.noarch", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-16T11:37:05+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Server-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-cargo-doc-0:1.54.0-4.el7_9.noarch", "7Server-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.src", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-debugger-common-0:1.54.0-4.el7_9.noarch", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-gdb-0:1.54.0-4.el7_9.noarch", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-lldb-0:1.54.0-4.el7_9.noarch", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-src-0:1.54.0-4.el7_9.noarch", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-cargo-doc-0:1.54.0-4.el7_9.noarch", "7Workstation-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.src", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-debugger-common-0:1.54.0-4.el7_9.noarch", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-gdb-0:1.54.0-4.el7_9.noarch", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-lldb-0:1.54.0-4.el7_9.noarch", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-src-0:1.54.0-4.el7_9.noarch", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4694" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "7Server-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-cargo-doc-0:1.54.0-4.el7_9.noarch", "7Server-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.src", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-debugger-common-0:1.54.0-4.el7_9.noarch", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-gdb-0:1.54.0-4.el7_9.noarch", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-lldb-0:1.54.0-4.el7_9.noarch", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-src-0:1.54.0-4.el7_9.noarch", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-cargo-doc-0:1.54.0-4.el7_9.noarch", "7Workstation-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.src", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-debugger-common-0:1.54.0-4.el7_9.noarch", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-gdb-0:1.54.0-4.el7_9.noarch", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-lldb-0:1.54.0-4.el7_9.noarch", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-src-0:1.54.0-4.el7_9.noarch", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "7Server-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-cargo-doc-0:1.54.0-4.el7_9.noarch", "7Server-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.src", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-debugger-common-0:1.54.0-4.el7_9.noarch", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-gdb-0:1.54.0-4.el7_9.noarch", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-lldb-0:1.54.0-4.el7_9.noarch", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-src-0:1.54.0-4.el7_9.noarch", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.x86_64", "7Server-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64", "7Server-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64le", "7Server-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.s390x", "7Server-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-cargo-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-cargo-doc-0:1.54.0-4.el7_9.noarch", "7Workstation-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-clippy-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rls-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.src", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-analysis-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-debugger-common-0:1.54.0-4.el7_9.noarch", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-debuginfo-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-doc-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-gdb-0:1.54.0-4.el7_9.noarch", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-lldb-0:1.54.0-4.el7_9.noarch", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-src-0:1.54.0-4.el7_9.noarch", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rust-std-static-0:1.54.0-4.el7_9.x86_64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.ppc64le", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.s390x", "7Workstation-DevTools-2021.4:rust-toolset-1.54-rustfmt-0:1.54.0-4.el7_9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
RHSA-2021:4591
Vulnerability from csaf_redhat
Notes
{ "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 gcc-toolset-11-annobin 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": "Annobin provides a compiler plugin to annotate and tools to examine compiled binary files.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in annobin in order to facilitate detection of BiDi Unicode characters:\n\nThis update of annobin adds a new annocheck test to detect the presence of multibyte characters in symbol names.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4591", "url": "https://access.redhat.com/errata/RHSA-2021:4591" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4591.json" } ], "title": "Red Hat Security Advisory: gcc-toolset-11-annobin security update", "tracking": { "current_release_date": "2025-09-25T12:35:45+00:00", "generator": { "date": "2025-09-25T12:35:45+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.8" } }, "id": "RHSA-2021:4591", "initial_release_date": "2021-11-10T09:52:57+00:00", "revision_history": [ { "date": "2021-11-10T09:52:57+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-10T09:52:57+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-25T12:35:45+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.5.0.Z.MAIN", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-11-annobin-0:9.85-1.el8_5.1.src", "product": { "name": "gcc-toolset-11-annobin-0:9.85-1.el8_5.1.src", "product_id": "gcc-toolset-11-annobin-0:9.85-1.el8_5.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-annobin@9.85-1.el8_5.1?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.aarch64", "product": { "name": "gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.aarch64", "product_id": "gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-annobin-annocheck@9.85-1.el8_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.aarch64", "product": { "name": "gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.aarch64", "product_id": "gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-annobin-plugin-gcc@9.85-1.el8_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.aarch64", "product": { "name": "gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.aarch64", "product_id": "gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-annobin-annocheck-debuginfo@9.85-1.el8_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.aarch64", "product": { "name": "gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.aarch64", "product_id": "gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-annobin-debuginfo@9.85-1.el8_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.aarch64", "product": { "name": "gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.aarch64", "product_id": "gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-annobin-plugin-gcc-debuginfo@9.85-1.el8_5.1?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.ppc64le", "product": { "name": "gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.ppc64le", "product_id": "gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-annobin-annocheck@9.85-1.el8_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.ppc64le", "product": { "name": "gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.ppc64le", "product_id": "gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-annobin-plugin-gcc@9.85-1.el8_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.ppc64le", "product": { "name": "gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.ppc64le", "product_id": "gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-annobin-annocheck-debuginfo@9.85-1.el8_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.ppc64le", "product": { "name": "gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.ppc64le", "product_id": "gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-annobin-debuginfo@9.85-1.el8_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.ppc64le", "product": { "name": "gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.ppc64le", "product_id": "gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-annobin-plugin-gcc-debuginfo@9.85-1.el8_5.1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.x86_64", "product": { "name": "gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.x86_64", "product_id": "gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-annobin-annocheck@9.85-1.el8_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.x86_64", "product": { "name": "gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.x86_64", "product_id": "gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-annobin-plugin-gcc@9.85-1.el8_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.x86_64", "product": { "name": "gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.x86_64", "product_id": "gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-annobin-annocheck-debuginfo@9.85-1.el8_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.x86_64", "product": { "name": "gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.x86_64", "product_id": "gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-annobin-debuginfo@9.85-1.el8_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.x86_64", "product": { "name": "gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.x86_64", "product_id": "gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-annobin-plugin-gcc-debuginfo@9.85-1.el8_5.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.s390x", "product": { "name": "gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.s390x", "product_id": "gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-annobin-annocheck@9.85-1.el8_5.1?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.s390x", "product": { "name": "gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.s390x", "product_id": "gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-annobin-plugin-gcc@9.85-1.el8_5.1?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.s390x", "product": { "name": "gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.s390x", "product_id": "gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-annobin-annocheck-debuginfo@9.85-1.el8_5.1?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.s390x", "product": { "name": "gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.s390x", "product_id": "gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-annobin-debuginfo@9.85-1.el8_5.1?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.s390x", "product": { "name": "gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.s390x", "product_id": "gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-annobin-plugin-gcc-debuginfo@9.85-1.el8_5.1?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-11-annobin-docs-0:9.85-1.el8_5.1.noarch", "product": { "name": "gcc-toolset-11-annobin-docs-0:9.85-1.el8_5.1.noarch", "product_id": "gcc-toolset-11-annobin-docs-0:9.85-1.el8_5.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-annobin-docs@9.85-1.el8_5.1?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-annobin-0:9.85-1.el8_5.1.src as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-0:9.85-1.el8_5.1.src" }, "product_reference": "gcc-toolset-11-annobin-0:9.85-1.el8_5.1.src", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.aarch64" }, "product_reference": "gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.ppc64le" }, "product_reference": "gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.s390x" }, "product_reference": "gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.x86_64" }, "product_reference": "gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.aarch64" }, "product_reference": "gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.ppc64le" }, "product_reference": "gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.s390x" }, "product_reference": "gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.x86_64" }, "product_reference": "gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.aarch64" }, "product_reference": "gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.ppc64le" }, "product_reference": "gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.s390x" }, "product_reference": "gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.x86_64" }, "product_reference": "gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-annobin-docs-0:9.85-1.el8_5.1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-docs-0:9.85-1.el8_5.1.noarch" }, "product_reference": "gcc-toolset-11-annobin-docs-0:9.85-1.el8_5.1.noarch", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.aarch64" }, "product_reference": "gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.ppc64le" }, "product_reference": "gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.s390x" }, "product_reference": "gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.x86_64" }, "product_reference": "gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.aarch64" }, "product_reference": "gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.ppc64le" }, "product_reference": "gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.s390x" }, "product_reference": "gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.x86_64" }, "product_reference": "gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "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.5.0.Z.MAIN:gcc-toolset-11-annobin-0:9.85-1.el8_5.1.src", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-docs-0:9.85-1.el8_5.1.noarch", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-10T09:52:57+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.5.0.Z.MAIN:gcc-toolset-11-annobin-0:9.85-1.el8_5.1.src", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-docs-0:9.85-1.el8_5.1.noarch", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4591" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-0:9.85-1.el8_5.1.src", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-docs-0:9.85-1.el8_5.1.noarch", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-0:9.85-1.el8_5.1.src", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-docs-0:9.85-1.el8_5.1.noarch", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
RHSA-2021:4590
Vulnerability from csaf_redhat
Notes
{ "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 rust-toolset:rhel8 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": "Rust Toolset provides the Rust programming language compiler rustc, the cargo build tool and dependency manager, and required libraries. \n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in rust in order to facilitate detection of BiDi Unicode characters:\n\nRust introduces two new lints to detect and reject code containing the affected codepoints. These new deny-by-default lints detect affected codepoints in string literals and comments. The lints will prevent source code file containing these codepoints from being compiled. If your code has legitimate uses for the codepoints we recommend replacing them with the related escape sequence. The error messages will suggest the right escapes to use.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4590", "url": "https://access.redhat.com/errata/RHSA-2021:4590" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://blog.rust-lang.org/2021/11/01/cve-2021-42574.html", "url": "https://blog.rust-lang.org/2021/11/01/cve-2021-42574.html" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4590.json" } ], "title": "Red Hat Security Advisory: rust-toolset:rhel8 security update", "tracking": { "current_release_date": "2025-09-25T12:35:45+00:00", "generator": { "date": "2025-09-25T12:35:45+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.8" } }, "id": "RHSA-2021:4590", "initial_release_date": "2021-11-10T11:06:32+00:00", "revision_history": [ { "date": "2021-11-10T11:06:32+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-10T11:06:32+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-25T12:35:45+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.5.0.Z.MAIN", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "product": { "name": "cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm (rust-toolset:rhel8)", "product_id": "cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/cargo@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "product": { "name": "cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm (rust-toolset:rhel8)", "product_id": "cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/cargo-debuginfo@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "product": { "name": "clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm (rust-toolset:rhel8)", "product_id": "clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clippy@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "product": { "name": "clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm (rust-toolset:rhel8)", "product_id": "clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clippy-debuginfo@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rls-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "product": { "name": "rls-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm (rust-toolset:rhel8)", "product_id": "rls-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rls@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "product": { "name": "rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm (rust-toolset:rhel8)", "product_id": "rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rls-debuginfo@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rust-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "product": { "name": "rust-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm (rust-toolset:rhel8)", "product_id": "rust-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "product": { "name": "rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm (rust-toolset:rhel8)", "product_id": "rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-analysis@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "product": { "name": "rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm (rust-toolset:rhel8)", "product_id": "rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-debuginfo@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "product": { "name": "rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm (rust-toolset:rhel8)", "product_id": "rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-debugsource@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "product": { "name": "rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm (rust-toolset:rhel8)", "product_id": "rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-doc@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "product": { "name": "rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm (rust-toolset:rhel8)", "product_id": "rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-std-static@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rust-std-static-wasm32-unknown-unknown-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "product": { "name": "rust-std-static-wasm32-unknown-unknown-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm (rust-toolset:rhel8)", "product_id": "rust-std-static-wasm32-unknown-unknown-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-std-static-wasm32-unknown-unknown@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.aarch64.rpm-rust-toolset:rhel8", "product": { "name": "rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.aarch64.rpm (rust-toolset:rhel8)", "product_id": "rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.aarch64.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset@1.54.0-1.module%2Bel8.5.0%2B12195%2Beffd8a03?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "product": { "name": "rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm (rust-toolset:rhel8)", "product_id": "rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rustfmt@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "product": { "name": "rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm (rust-toolset:rhel8)", "product_id": "rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rustfmt-debuginfo@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "cargo-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8", "product": { "name": "cargo-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm (rust-toolset:rhel8)", "product_id": "cargo-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/cargo-doc@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=noarch\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rust-debugger-common-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8", "product": { "name": "rust-debugger-common-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm (rust-toolset:rhel8)", "product_id": "rust-debugger-common-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-debugger-common@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=noarch\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rust-gdb-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8", "product": { "name": "rust-gdb-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm (rust-toolset:rhel8)", "product_id": "rust-gdb-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-gdb@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=noarch\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rust-lldb-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8", "product": { "name": "rust-lldb-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm (rust-toolset:rhel8)", "product_id": "rust-lldb-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-lldb@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=noarch\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rust-src-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8", "product": { "name": "rust-src-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm (rust-toolset:rhel8)", "product_id": "rust-src-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-src@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=noarch\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "rust-1.54.0-3.module+el8.5.0+13074+d655d86c.src.rpm-rust-toolset:rhel8", "product": { "name": "rust-1.54.0-3.module+el8.5.0+13074+d655d86c.src.rpm (rust-toolset:rhel8)", "product_id": "rust-1.54.0-3.module+el8.5.0+13074+d655d86c.src.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=src\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.src.rpm-rust-toolset:rhel8", "product": { "name": "rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.src.rpm (rust-toolset:rhel8)", "product_id": "rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.src.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset@1.54.0-1.module%2Bel8.5.0%2B12195%2Beffd8a03?arch=src\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "product": { "name": "cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm (rust-toolset:rhel8)", "product_id": "cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/cargo@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "product": { "name": "cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm (rust-toolset:rhel8)", "product_id": "cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/cargo-debuginfo@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "product": { "name": "clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm (rust-toolset:rhel8)", "product_id": "clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clippy@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "product": { "name": "clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm (rust-toolset:rhel8)", "product_id": "clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clippy-debuginfo@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rls-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "product": { "name": "rls-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm (rust-toolset:rhel8)", "product_id": "rls-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rls@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "product": { "name": "rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm (rust-toolset:rhel8)", "product_id": "rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rls-debuginfo@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rust-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "product": { "name": "rust-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm (rust-toolset:rhel8)", "product_id": "rust-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "product": { "name": "rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm (rust-toolset:rhel8)", "product_id": "rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-analysis@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "product": { "name": "rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm (rust-toolset:rhel8)", "product_id": "rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-debuginfo@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "product": { "name": "rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm (rust-toolset:rhel8)", "product_id": "rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-debugsource@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "product": { "name": "rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm (rust-toolset:rhel8)", "product_id": "rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-doc@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "product": { "name": "rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm (rust-toolset:rhel8)", "product_id": "rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-std-static@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rust-std-static-wasm32-unknown-unknown-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "product": { "name": "rust-std-static-wasm32-unknown-unknown-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm (rust-toolset:rhel8)", "product_id": "rust-std-static-wasm32-unknown-unknown-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-std-static-wasm32-unknown-unknown@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.ppc64le.rpm-rust-toolset:rhel8", "product": { "name": "rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.ppc64le.rpm (rust-toolset:rhel8)", "product_id": "rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.ppc64le.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset@1.54.0-1.module%2Bel8.5.0%2B12195%2Beffd8a03?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "product": { "name": "rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm (rust-toolset:rhel8)", "product_id": "rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rustfmt@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "product": { "name": "rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm (rust-toolset:rhel8)", "product_id": "rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rustfmt-debuginfo@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "product": { "name": "cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm (rust-toolset:rhel8)", "product_id": "cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/cargo@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "product": { "name": "cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm (rust-toolset:rhel8)", "product_id": "cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/cargo-debuginfo@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "product": { "name": "clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm (rust-toolset:rhel8)", "product_id": "clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clippy@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "product": { "name": "clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm (rust-toolset:rhel8)", "product_id": "clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clippy-debuginfo@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rls-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "product": { "name": "rls-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm (rust-toolset:rhel8)", "product_id": "rls-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rls@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "product": { "name": "rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm (rust-toolset:rhel8)", "product_id": "rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rls-debuginfo@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rust-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "product": { "name": "rust-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm (rust-toolset:rhel8)", "product_id": "rust-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "product": { "name": "rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm (rust-toolset:rhel8)", "product_id": "rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-analysis@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "product": { "name": "rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm (rust-toolset:rhel8)", "product_id": "rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-debuginfo@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "product": { "name": "rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm (rust-toolset:rhel8)", "product_id": "rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-debugsource@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "product": { "name": "rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm (rust-toolset:rhel8)", "product_id": "rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-doc@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "product": { "name": "rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm (rust-toolset:rhel8)", "product_id": "rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-std-static@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.s390x.rpm-rust-toolset:rhel8", "product": { "name": "rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.s390x.rpm (rust-toolset:rhel8)", "product_id": "rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.s390x.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset@1.54.0-1.module%2Bel8.5.0%2B12195%2Beffd8a03?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "product": { "name": "rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm (rust-toolset:rhel8)", "product_id": "rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rustfmt@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "product": { "name": "rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm (rust-toolset:rhel8)", "product_id": "rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rustfmt-debuginfo@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "product": { "name": "cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm (rust-toolset:rhel8)", "product_id": "cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/cargo@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "product": { "name": "cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm (rust-toolset:rhel8)", "product_id": "cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/cargo-debuginfo@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "product": { "name": "clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm (rust-toolset:rhel8)", "product_id": "clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clippy@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "product": { "name": "clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm (rust-toolset:rhel8)", "product_id": "clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/clippy-debuginfo@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rls-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "product": { "name": "rls-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm (rust-toolset:rhel8)", "product_id": "rls-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rls@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "product": { "name": "rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm (rust-toolset:rhel8)", "product_id": "rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rls-debuginfo@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rust-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "product": { "name": "rust-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm (rust-toolset:rhel8)", "product_id": "rust-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "product": { "name": "rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm (rust-toolset:rhel8)", "product_id": "rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-analysis@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "product": { "name": "rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm (rust-toolset:rhel8)", "product_id": "rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-debuginfo@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "product": { "name": "rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm (rust-toolset:rhel8)", "product_id": "rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-debugsource@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "product": { "name": "rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm (rust-toolset:rhel8)", "product_id": "rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-doc@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "product": { "name": "rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm (rust-toolset:rhel8)", "product_id": "rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-std-static@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rust-std-static-wasm32-unknown-unknown-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "product": { "name": "rust-std-static-wasm32-unknown-unknown-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm (rust-toolset:rhel8)", "product_id": "rust-std-static-wasm32-unknown-unknown-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-std-static-wasm32-unknown-unknown@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.x86_64.rpm-rust-toolset:rhel8", "product": { "name": "rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.x86_64.rpm (rust-toolset:rhel8)", "product_id": "rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.x86_64.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset@1.54.0-1.module%2Bel8.5.0%2B12195%2Beffd8a03?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "product": { "name": "rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm (rust-toolset:rhel8)", "product_id": "rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rustfmt@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "product": { "name": "rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm (rust-toolset:rhel8)", "product_id": "rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "product_identification_helper": { "purl": "pkg:rpm/redhat/rustfmt-debuginfo@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8050020211027231136:5c15747c" } } } ], "category": "architecture", "name": "x86_64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8" }, "product_reference": "cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8" }, "product_reference": "cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8" }, "product_reference": "cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8" }, "product_reference": "cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8" }, "product_reference": "cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8" }, "product_reference": "cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8" }, "product_reference": "cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8" }, "product_reference": "cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cargo-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:cargo-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8" }, "product_reference": "cargo-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8" }, "product_reference": "clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8" }, "product_reference": "clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8" }, "product_reference": "clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8" }, "product_reference": "clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8" }, "product_reference": "clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8" }, "product_reference": "clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8" }, "product_reference": "clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8" }, "product_reference": "clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rls-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rls-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8" }, "product_reference": "rls-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rls-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rls-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8" }, "product_reference": "rls-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rls-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rls-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8" }, "product_reference": "rls-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rls-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rls-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8" }, "product_reference": "rls-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8" }, "product_reference": "rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8" }, "product_reference": "rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8" }, "product_reference": "rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8" }, "product_reference": "rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rust-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8" }, "product_reference": "rust-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rust-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8" }, "product_reference": "rust-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rust-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8" }, "product_reference": "rust-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rust-1.54.0-3.module+el8.5.0+13074+d655d86c.src.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-1.54.0-3.module+el8.5.0+13074+d655d86c.src.rpm-rust-toolset:rhel8" }, "product_reference": "rust-1.54.0-3.module+el8.5.0+13074+d655d86c.src.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rust-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8" }, "product_reference": "rust-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8" }, "product_reference": "rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8" }, "product_reference": "rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8" }, "product_reference": "rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8" }, "product_reference": "rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rust-debugger-common-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-debugger-common-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8" }, "product_reference": "rust-debugger-common-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8" }, "product_reference": "rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8" }, "product_reference": "rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8" }, "product_reference": "rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8" }, "product_reference": "rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8" }, "product_reference": "rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8" }, "product_reference": "rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8" }, "product_reference": "rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8" }, "product_reference": "rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8" }, "product_reference": "rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8" }, "product_reference": "rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8" }, "product_reference": "rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8" }, "product_reference": "rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rust-gdb-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-gdb-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8" }, "product_reference": "rust-gdb-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rust-lldb-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-lldb-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8" }, "product_reference": "rust-lldb-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rust-src-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-src-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8" }, "product_reference": "rust-src-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8" }, "product_reference": "rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8" }, "product_reference": "rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8" }, "product_reference": "rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8" }, "product_reference": "rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rust-std-static-wasm32-unknown-unknown-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-std-static-wasm32-unknown-unknown-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8" }, "product_reference": "rust-std-static-wasm32-unknown-unknown-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rust-std-static-wasm32-unknown-unknown-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-std-static-wasm32-unknown-unknown-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8" }, "product_reference": "rust-std-static-wasm32-unknown-unknown-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rust-std-static-wasm32-unknown-unknown-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-std-static-wasm32-unknown-unknown-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8" }, "product_reference": "rust-std-static-wasm32-unknown-unknown-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.aarch64.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.aarch64.rpm-rust-toolset:rhel8" }, "product_reference": "rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.aarch64.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.ppc64le.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.ppc64le.rpm-rust-toolset:rhel8" }, "product_reference": "rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.ppc64le.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.s390x.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.s390x.rpm-rust-toolset:rhel8" }, "product_reference": "rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.s390x.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.src.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.src.rpm-rust-toolset:rhel8" }, "product_reference": "rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.src.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.x86_64.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.x86_64.rpm-rust-toolset:rhel8" }, "product_reference": "rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.x86_64.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8" }, "product_reference": "rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8" }, "product_reference": "rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8" }, "product_reference": "rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8" }, "product_reference": "rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8" }, "product_reference": "rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8" }, "product_reference": "rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8" }, "product_reference": "rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8" }, "product_reference": "rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "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.5.0.Z.MAIN:cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:cargo-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rls-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rls-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rls-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rls-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-1.54.0-3.module+el8.5.0+13074+d655d86c.src.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-debugger-common-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-gdb-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-lldb-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-src-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-std-static-wasm32-unknown-unknown-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-std-static-wasm32-unknown-unknown-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-std-static-wasm32-unknown-unknown-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.src.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-10T11:06: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-8.5.0.Z.MAIN:cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:cargo-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rls-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rls-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rls-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rls-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-1.54.0-3.module+el8.5.0+13074+d655d86c.src.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-debugger-common-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-gdb-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-lldb-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-src-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-std-static-wasm32-unknown-unknown-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-std-static-wasm32-unknown-unknown-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-std-static-wasm32-unknown-unknown-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.src.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4590" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "AppStream-8.5.0.Z.MAIN:cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:cargo-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rls-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rls-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rls-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rls-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-1.54.0-3.module+el8.5.0+13074+d655d86c.src.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-debugger-common-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-gdb-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-lldb-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-src-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-std-static-wasm32-unknown-unknown-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-std-static-wasm32-unknown-unknown-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-std-static-wasm32-unknown-unknown-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.src.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.5.0.Z.MAIN:cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:cargo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:cargo-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:cargo-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clippy-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:clippy-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rls-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rls-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rls-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rls-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rls-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-1.54.0-3.module+el8.5.0+13074+d655d86c.src.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-analysis-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-debugger-common-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-debugsource-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-doc-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-gdb-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-lldb-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-src-1.54.0-3.module+el8.5.0+13074+d655d86c.noarch.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-std-static-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-std-static-wasm32-unknown-unknown-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-std-static-wasm32-unknown-unknown-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-std-static-wasm32-unknown-unknown-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.src.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rust-toolset-1.54.0-1.module+el8.5.0+12195+effd8a03.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rustfmt-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.s390x.rpm-rust-toolset:rhel8", "AppStream-8.5.0.Z.MAIN:rustfmt-debuginfo-1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64.rpm-rust-toolset:rhel8" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
rhsa-2021:4669
Vulnerability from csaf_redhat
Notes
{ "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 devtoolset-11-gcc is now available for Red Hat Software Collections.\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": "The GNU Compiler Collection (GCC) is a portable compiler suite with support for various programming languages, including C, C++, and Fortran. The devtoolset-11-gcc packages provide the Red Hat Developer Toolset version of GCC, as well as related libraries.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in gcc in order to facilitate detection of BiDi Unicode characters:\n\nThis update implements a new warning option -Wbidirectional to warn about possibly dangerous bidirectional characters.\n\nThere are three levels of warning supported by gcc:\n\"-Wbidirectional=unpaired\", which warns about improperly terminated BiDi contexts. (This is the default.)\n\"-Wbidirectional=none\", which turns the warning off.\n\"-Wbidirectional=any\", which warns about any use of bidirectional characters.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4669", "url": "https://access.redhat.com/errata/RHSA-2021:4669" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4669.json" } ], "title": "Red Hat Security Advisory: devtoolset-11-gcc security update", "tracking": { "current_release_date": "2025-09-25T12:35:55+00:00", "generator": { "date": "2025-09-25T12:35:55+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.8" } }, "id": "RHSA-2021:4669", "initial_release_date": "2021-11-15T11:50:46+00:00", "revision_history": [ { "date": "2021-11-15T11:50:46+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-15T11:50:46+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-25T12:35:55+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Software Collections for RHEL Workstation(v. 7)", "product": { "name": "Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for RHEL(v. 7)", "product": { "name": "Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } } ], "category": "product_family", "name": "Red Hat Software Collections" }, { "branches": [ { "category": "product_version", "name": "devtoolset-11-gcc-0:11.2.1-1.2.el7.src", "product": { "name": "devtoolset-11-gcc-0:11.2.1-1.2.el7.src", "product_id": "devtoolset-11-gcc-0:11.2.1-1.2.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc@11.2.1-1.2.el7?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "devtoolset-11-gcc-0:11.2.1-1.2.el7.x86_64", "product": { "name": "devtoolset-11-gcc-0:11.2.1-1.2.el7.x86_64", "product_id": "devtoolset-11-gcc-0:11.2.1-1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc@11.2.1-1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.x86_64", "product": { "name": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.x86_64", "product_id": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc-c%2B%2B@11.2.1-1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.x86_64", "product": { "name": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.x86_64", "product_id": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc-gdb-plugin@11.2.1-1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.x86_64", "product": { "name": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.x86_64", "product_id": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc-gfortran@11.2.1-1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.x86_64", "product": { "name": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.x86_64", "product_id": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc-plugin-devel@11.2.1-1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.x86_64", "product": { "name": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.x86_64", "product_id": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libasan-devel@11.2.1-1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.x86_64", "product": { "name": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.x86_64", "product_id": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libatomic-devel@11.2.1-1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.x86_64", "product": { "name": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.x86_64", "product_id": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libgccjit@11.2.1-1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.x86_64", "product": { "name": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.x86_64", "product_id": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libgccjit-devel@11.2.1-1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.x86_64", "product": { "name": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.x86_64", "product_id": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libgccjit-docs@11.2.1-1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.x86_64", "product": { "name": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.x86_64", "product_id": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libitm-devel@11.2.1-1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.x86_64", "product": { "name": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.x86_64", "product_id": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-liblsan-devel@11.2.1-1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.x86_64", "product": { "name": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.x86_64", "product_id": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libquadmath-devel@11.2.1-1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.x86_64", "product": { "name": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.x86_64", "product_id": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libstdc%2B%2B-devel@11.2.1-1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.x86_64", "product": { "name": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.x86_64", "product_id": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libstdc%2B%2B-docs@11.2.1-1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.x86_64", "product": { "name": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.x86_64", "product_id": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libtsan-devel@11.2.1-1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.x86_64", "product": { "name": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.x86_64", "product_id": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libubsan-devel@11.2.1-1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "libasan6-0:11.2.1-1.2.el7.x86_64", "product": { "name": "libasan6-0:11.2.1-1.2.el7.x86_64", "product_id": "libasan6-0:11.2.1-1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6@11.2.1-1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "liblsan-0:11.2.1-1.2.el7.x86_64", "product": { "name": "liblsan-0:11.2.1-1.2.el7.x86_64", "product_id": "liblsan-0:11.2.1-1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/liblsan@11.2.1-1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "libtsan-0:11.2.1-1.2.el7.x86_64", "product": { "name": "libtsan-0:11.2.1-1.2.el7.x86_64", "product_id": "libtsan-0:11.2.1-1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libtsan@11.2.1-1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "libubsan1-0:11.2.1-1.2.el7.x86_64", "product": { "name": "libubsan1-0:11.2.1-1.2.el7.x86_64", "product_id": "libubsan1-0:11.2.1-1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libubsan1@11.2.1-1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.x86_64", "product": { "name": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.x86_64", "product_id": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc-debuginfo@11.2.1-1.2.el7?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.i686", "product": { "name": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.i686", "product_id": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libasan-devel@11.2.1-1.2.el7?arch=i686" } } }, { "category": "product_version", "name": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.i686", "product": { "name": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.i686", "product_id": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libatomic-devel@11.2.1-1.2.el7?arch=i686" } } }, { "category": "product_version", "name": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.i686", "product": { "name": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.i686", "product_id": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libgccjit@11.2.1-1.2.el7?arch=i686" } } }, { "category": "product_version", "name": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.i686", "product": { "name": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.i686", "product_id": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libgccjit-devel@11.2.1-1.2.el7?arch=i686" } } }, { "category": "product_version", "name": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.i686", "product": { "name": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.i686", "product_id": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libitm-devel@11.2.1-1.2.el7?arch=i686" } } }, { "category": "product_version", "name": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.i686", "product": { "name": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.i686", "product_id": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libquadmath-devel@11.2.1-1.2.el7?arch=i686" } } }, { "category": "product_version", "name": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.i686", "product": { "name": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.i686", "product_id": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libstdc%2B%2B-devel@11.2.1-1.2.el7?arch=i686" } } }, { "category": "product_version", "name": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.i686", "product": { "name": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.i686", "product_id": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libubsan-devel@11.2.1-1.2.el7?arch=i686" } } }, { "category": "product_version", "name": "libasan6-0:11.2.1-1.2.el7.i686", "product": { "name": "libasan6-0:11.2.1-1.2.el7.i686", "product_id": "libasan6-0:11.2.1-1.2.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6@11.2.1-1.2.el7?arch=i686" } } }, { "category": "product_version", "name": "libubsan1-0:11.2.1-1.2.el7.i686", "product": { "name": "libubsan1-0:11.2.1-1.2.el7.i686", "product_id": "libubsan1-0:11.2.1-1.2.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libubsan1@11.2.1-1.2.el7?arch=i686" } } }, { "category": "product_version", "name": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.i686", "product": { "name": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.i686", "product_id": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc-debuginfo@11.2.1-1.2.el7?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "devtoolset-11-gcc-0:11.2.1-1.2.el7.s390x", "product": { "name": "devtoolset-11-gcc-0:11.2.1-1.2.el7.s390x", "product_id": "devtoolset-11-gcc-0:11.2.1-1.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc@11.2.1-1.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.s390x", "product": { "name": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.s390x", "product_id": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc-c%2B%2B@11.2.1-1.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.s390x", "product": { "name": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.s390x", "product_id": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc-gdb-plugin@11.2.1-1.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.s390x", "product": { "name": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.s390x", "product_id": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc-gfortran@11.2.1-1.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.s390x", "product": { "name": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.s390x", "product_id": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc-plugin-devel@11.2.1-1.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.s390x", "product": { "name": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.s390x", "product_id": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libasan-devel@11.2.1-1.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.s390x", "product": { "name": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.s390x", "product_id": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libatomic-devel@11.2.1-1.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.s390x", "product": { "name": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.s390x", "product_id": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libgccjit@11.2.1-1.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.s390x", "product": { "name": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.s390x", "product_id": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libgccjit-devel@11.2.1-1.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.s390x", "product": { "name": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.s390x", "product_id": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libgccjit-docs@11.2.1-1.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.s390x", "product": { "name": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.s390x", "product_id": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libitm-devel@11.2.1-1.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.s390x", "product": { "name": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.s390x", "product_id": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libstdc%2B%2B-devel@11.2.1-1.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.s390x", "product": { "name": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.s390x", "product_id": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libstdc%2B%2B-docs@11.2.1-1.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.s390x", "product": { "name": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.s390x", "product_id": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libubsan-devel@11.2.1-1.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "libasan6-0:11.2.1-1.2.el7.s390x", "product": { "name": "libasan6-0:11.2.1-1.2.el7.s390x", "product_id": "libasan6-0:11.2.1-1.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6@11.2.1-1.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "libubsan1-0:11.2.1-1.2.el7.s390x", "product": { "name": "libubsan1-0:11.2.1-1.2.el7.s390x", "product_id": "libubsan1-0:11.2.1-1.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libubsan1@11.2.1-1.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.s390x", "product": { "name": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.s390x", "product_id": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc-debuginfo@11.2.1-1.2.el7?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64", "product": { "name": "devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64", "product_id": "devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc@11.2.1-1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64", "product": { "name": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64", "product_id": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc-c%2B%2B@11.2.1-1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64", "product": { "name": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64", "product_id": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc-gdb-plugin@11.2.1-1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64", "product": { "name": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64", "product_id": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc-gfortran@11.2.1-1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64", "product": { "name": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64", "product_id": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc-plugin-devel@11.2.1-1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64", "product": { "name": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64", "product_id": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libasan-devel@11.2.1-1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64", "product": { "name": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64", "product_id": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libatomic-devel@11.2.1-1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64", "product": { "name": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64", "product_id": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libgccjit@11.2.1-1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64", "product": { "name": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64", "product_id": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libgccjit-devel@11.2.1-1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64", "product": { "name": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64", "product_id": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libgccjit-docs@11.2.1-1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64", "product": { "name": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64", "product_id": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libitm-devel@11.2.1-1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64", "product": { "name": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64", "product_id": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-liblsan-devel@11.2.1-1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64", "product": { "name": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64", "product_id": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libquadmath-devel@11.2.1-1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64", "product": { "name": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64", "product_id": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libstdc%2B%2B-devel@11.2.1-1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64", "product": { "name": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64", "product_id": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libstdc%2B%2B-docs@11.2.1-1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64", "product": { "name": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64", "product_id": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libtsan-devel@11.2.1-1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64", "product": { "name": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64", "product_id": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libubsan-devel@11.2.1-1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "libasan6-0:11.2.1-1.2.el7.ppc64", "product": { "name": "libasan6-0:11.2.1-1.2.el7.ppc64", "product_id": "libasan6-0:11.2.1-1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6@11.2.1-1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "liblsan-0:11.2.1-1.2.el7.ppc64", "product": { "name": "liblsan-0:11.2.1-1.2.el7.ppc64", "product_id": "liblsan-0:11.2.1-1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/liblsan@11.2.1-1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "libtsan-0:11.2.1-1.2.el7.ppc64", "product": { "name": "libtsan-0:11.2.1-1.2.el7.ppc64", "product_id": "libtsan-0:11.2.1-1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libtsan@11.2.1-1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "libubsan1-0:11.2.1-1.2.el7.ppc64", "product": { "name": "libubsan1-0:11.2.1-1.2.el7.ppc64", "product_id": "libubsan1-0:11.2.1-1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libubsan1@11.2.1-1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64", "product": { "name": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64", "product_id": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc-debuginfo@11.2.1-1.2.el7?arch=ppc64" } } } ], "category": "architecture", "name": "ppc64" }, { "branches": [ { "category": "product_version", "name": "devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64le", "product": { "name": "devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64le", "product_id": "devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc@11.2.1-1.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64le", "product": { "name": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64le", "product_id": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc-c%2B%2B@11.2.1-1.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64le", "product": { "name": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64le", "product_id": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc-gdb-plugin@11.2.1-1.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64le", "product": { "name": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64le", "product_id": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc-gfortran@11.2.1-1.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64le", "product": { "name": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64le", "product_id": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc-plugin-devel@11.2.1-1.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64le", "product": { "name": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64le", "product_id": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libasan-devel@11.2.1-1.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64le", "product": { "name": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64le", "product_id": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libatomic-devel@11.2.1-1.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64le", "product": { "name": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64le", "product_id": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libgccjit@11.2.1-1.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64le", "product": { "name": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64le", "product_id": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libgccjit-devel@11.2.1-1.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64le", "product": { "name": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64le", "product_id": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libgccjit-docs@11.2.1-1.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64le", "product": { "name": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64le", "product_id": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libitm-devel@11.2.1-1.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64le", "product": { "name": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64le", "product_id": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-liblsan-devel@11.2.1-1.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64le", "product": { "name": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64le", "product_id": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libquadmath-devel@11.2.1-1.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64le", "product": { "name": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64le", "product_id": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libstdc%2B%2B-devel@11.2.1-1.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64le", "product": { "name": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64le", "product_id": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libstdc%2B%2B-docs@11.2.1-1.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64le", "product": { "name": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64le", "product_id": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libtsan-devel@11.2.1-1.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64le", "product": { "name": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64le", "product_id": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libubsan-devel@11.2.1-1.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "libasan6-0:11.2.1-1.2.el7.ppc64le", "product": { "name": "libasan6-0:11.2.1-1.2.el7.ppc64le", "product_id": "libasan6-0:11.2.1-1.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6@11.2.1-1.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "liblsan-0:11.2.1-1.2.el7.ppc64le", "product": { "name": "liblsan-0:11.2.1-1.2.el7.ppc64le", "product_id": "liblsan-0:11.2.1-1.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/liblsan@11.2.1-1.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "libtsan-0:11.2.1-1.2.el7.ppc64le", "product": { "name": "libtsan-0:11.2.1-1.2.el7.ppc64le", "product_id": "libtsan-0:11.2.1-1.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libtsan@11.2.1-1.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "libubsan1-0:11.2.1-1.2.el7.ppc64le", "product": { "name": "libubsan1-0:11.2.1-1.2.el7.ppc64le", "product_id": "libubsan1-0:11.2.1-1.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libubsan1@11.2.1-1.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64le", "product": { "name": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64le", "product_id": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc-debuginfo@11.2.1-1.2.el7?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-gcc-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-0:11.2.1-1.2.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-0:11.2.1-1.2.el7.src" }, "product_reference": "devtoolset-11-gcc-0:11.2.1-1.2.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-gcc-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:libasan6-0:11.2.1-1.2.el7.i686" }, "product_reference": "libasan6-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:libasan6-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "libasan6-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:libasan6-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "libasan6-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:libasan6-0:11.2.1-1.2.el7.s390x" }, "product_reference": "libasan6-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:libasan6-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "libasan6-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:liblsan-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "liblsan-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:liblsan-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "liblsan-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:liblsan-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "liblsan-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:libtsan-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "libtsan-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:libtsan-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "libtsan-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:libtsan-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "libtsan-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:libubsan1-0:11.2.1-1.2.el7.i686" }, "product_reference": "libubsan1-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:libubsan1-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "libubsan1-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:libubsan1-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "libubsan1-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:libubsan1-0:11.2.1-1.2.el7.s390x" }, "product_reference": "libubsan1-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:libubsan1-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "libubsan1-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-gcc-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-0:11.2.1-1.2.el7.src as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.src" }, "product_reference": "devtoolset-11-gcc-0:11.2.1-1.2.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-gcc-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.i686" }, "product_reference": "libasan6-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "libasan6-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "libasan6-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.s390x" }, "product_reference": "libasan6-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "libasan6-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "liblsan-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "liblsan-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "liblsan-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "libtsan-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "libtsan-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "libtsan-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.i686" }, "product_reference": "libubsan1-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "libubsan1-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "libubsan1-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.s390x" }, "product_reference": "libubsan1-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "libubsan1-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-gcc-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-0:11.2.1-1.2.el7.src as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.src" }, "product_reference": "devtoolset-11-gcc-0:11.2.1-1.2.el7.src", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-gcc-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.i686" }, "product_reference": "libasan6-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "libasan6-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "libasan6-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.s390x" }, "product_reference": "libasan6-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "libasan6-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "liblsan-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "liblsan-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "liblsan-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "libtsan-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "libtsan-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "libtsan-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.i686" }, "product_reference": "libubsan1-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "libubsan1-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "libubsan1-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.s390x" }, "product_reference": "libubsan1-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "libubsan1-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-0:11.2.1-1.2.el7.src", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:libasan6-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:libasan6-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:libasan6-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:libasan6-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:libasan6-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:liblsan-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:liblsan-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:liblsan-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:libtsan-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:libtsan-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:libtsan-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:libubsan1-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:libubsan1-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:libubsan1-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:libubsan1-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:libubsan1-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.src", "7Server-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.src", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-15T11:50:46+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-0:11.2.1-1.2.el7.src", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:libasan6-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:libasan6-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:libasan6-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:libasan6-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:libasan6-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:liblsan-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:liblsan-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:liblsan-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:libtsan-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:libtsan-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:libtsan-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:libubsan1-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:libubsan1-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:libubsan1-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:libubsan1-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:libubsan1-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.src", "7Server-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.src", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4669" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-0:11.2.1-1.2.el7.src", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:libasan6-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:libasan6-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:libasan6-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:libasan6-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:libasan6-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:liblsan-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:liblsan-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:liblsan-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:libtsan-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:libtsan-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:libtsan-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:libubsan1-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:libubsan1-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:libubsan1-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:libubsan1-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:libubsan1-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.src", "7Server-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.src", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-0:11.2.1-1.2.el7.src", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:libasan6-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:libasan6-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:libasan6-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:libasan6-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:libasan6-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:liblsan-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:liblsan-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:liblsan-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:libtsan-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:libtsan-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:libtsan-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:libubsan1-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:libubsan1-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:libubsan1-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:libubsan1-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:libubsan1-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.src", "7Server-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.src", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
RHSA-2021:4596
Vulnerability from csaf_redhat
Notes
{ "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 binutils is now available for Red Hat Enterprise Linux 8.4 Extended Update Support.\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": "The binutils packages provide a collection of binary utilities for the manipulation of object code in various object file formats. It includes the ar, as, gprof, ld, nm, objcopy, objdump, ranlib, readelf, size, strings, strip, and addr2line utilities.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in binutils in order to facilitate detection of BiDi Unicode characters:\n\nTools which display names or strings (readelf, strings, nm, objdump) have a new command line option --unicode / -U which controls how Unicode characters are handled.\n\nUsing \"--unicode=default\" will treat them as normal for the tool. This is the default behaviour when --unicode option is not used.\nUsing \"--unicode=locale\" will display them according to the current locale.\nUsing \"--unicode=hex\" will display them as hex byte values.\nUsing \"--unicode=escape\" will display them as Unicode escape sequences.\nUsing \"--unicode=highlight\" will display them as Unicode escape sequences highlighted in red, if supported by the output device.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4596", "url": "https://access.redhat.com/errata/RHSA-2021:4596" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4596.json" } ], "title": "Red Hat Security Advisory: binutils security update", "tracking": { "current_release_date": "2025-09-25T12:35:47+00:00", "generator": { "date": "2025-09-25T12:35:47+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.8" } }, "id": "RHSA-2021:4596", "initial_release_date": "2021-11-10T10:46:37+00:00", "revision_history": [ { "date": "2021-11-10T10:46:37+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-10T10:46:37+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-25T12:35:47+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:8.4::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux BaseOS EUS (v.8.4)", "product": { "name": "Red Hat Enterprise Linux BaseOS EUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_eus:8.4::baseos" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.30-93.el8_4.2.aarch64", "product": { "name": "binutils-devel-0:2.30-93.el8_4.2.aarch64", "product_id": "binutils-devel-0:2.30-93.el8_4.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.30-93.el8_4.2?arch=aarch64" } } }, { "category": "product_version", "name": "binutils-debugsource-0:2.30-93.el8_4.2.aarch64", "product": { "name": "binutils-debugsource-0:2.30-93.el8_4.2.aarch64", "product_id": "binutils-debugsource-0:2.30-93.el8_4.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debugsource@2.30-93.el8_4.2?arch=aarch64" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.30-93.el8_4.2.aarch64", "product": { "name": "binutils-debuginfo-0:2.30-93.el8_4.2.aarch64", "product_id": "binutils-debuginfo-0:2.30-93.el8_4.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.30-93.el8_4.2?arch=aarch64" } } }, { "category": "product_version", "name": "binutils-0:2.30-93.el8_4.2.aarch64", "product": { "name": "binutils-0:2.30-93.el8_4.2.aarch64", "product_id": "binutils-0:2.30-93.el8_4.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.30-93.el8_4.2?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.30-93.el8_4.2.ppc64le", "product": { "name": "binutils-devel-0:2.30-93.el8_4.2.ppc64le", "product_id": "binutils-devel-0:2.30-93.el8_4.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.30-93.el8_4.2?arch=ppc64le" } } }, { "category": "product_version", "name": "binutils-debugsource-0:2.30-93.el8_4.2.ppc64le", "product": { "name": "binutils-debugsource-0:2.30-93.el8_4.2.ppc64le", "product_id": "binutils-debugsource-0:2.30-93.el8_4.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debugsource@2.30-93.el8_4.2?arch=ppc64le" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.30-93.el8_4.2.ppc64le", "product": { "name": "binutils-debuginfo-0:2.30-93.el8_4.2.ppc64le", "product_id": "binutils-debuginfo-0:2.30-93.el8_4.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.30-93.el8_4.2?arch=ppc64le" } } }, { "category": "product_version", "name": "binutils-0:2.30-93.el8_4.2.ppc64le", "product": { "name": "binutils-0:2.30-93.el8_4.2.ppc64le", "product_id": "binutils-0:2.30-93.el8_4.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.30-93.el8_4.2?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.30-93.el8_4.2.i686", "product": { "name": "binutils-devel-0:2.30-93.el8_4.2.i686", "product_id": "binutils-devel-0:2.30-93.el8_4.2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.30-93.el8_4.2?arch=i686" } } }, { "category": "product_version", "name": "binutils-debugsource-0:2.30-93.el8_4.2.i686", "product": { "name": "binutils-debugsource-0:2.30-93.el8_4.2.i686", "product_id": "binutils-debugsource-0:2.30-93.el8_4.2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debugsource@2.30-93.el8_4.2?arch=i686" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.30-93.el8_4.2.i686", "product": { "name": "binutils-debuginfo-0:2.30-93.el8_4.2.i686", "product_id": "binutils-debuginfo-0:2.30-93.el8_4.2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.30-93.el8_4.2?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.30-93.el8_4.2.x86_64", "product": { "name": "binutils-devel-0:2.30-93.el8_4.2.x86_64", "product_id": "binutils-devel-0:2.30-93.el8_4.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.30-93.el8_4.2?arch=x86_64" } } }, { "category": "product_version", "name": "binutils-debugsource-0:2.30-93.el8_4.2.x86_64", "product": { "name": "binutils-debugsource-0:2.30-93.el8_4.2.x86_64", "product_id": "binutils-debugsource-0:2.30-93.el8_4.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debugsource@2.30-93.el8_4.2?arch=x86_64" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.30-93.el8_4.2.x86_64", "product": { "name": "binutils-debuginfo-0:2.30-93.el8_4.2.x86_64", "product_id": "binutils-debuginfo-0:2.30-93.el8_4.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.30-93.el8_4.2?arch=x86_64" } } }, { "category": "product_version", "name": "binutils-0:2.30-93.el8_4.2.x86_64", "product": { "name": "binutils-0:2.30-93.el8_4.2.x86_64", "product_id": "binutils-0:2.30-93.el8_4.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.30-93.el8_4.2?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.30-93.el8_4.2.s390x", "product": { "name": "binutils-devel-0:2.30-93.el8_4.2.s390x", "product_id": "binutils-devel-0:2.30-93.el8_4.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.30-93.el8_4.2?arch=s390x" } } }, { "category": "product_version", "name": "binutils-debugsource-0:2.30-93.el8_4.2.s390x", "product": { "name": "binutils-debugsource-0:2.30-93.el8_4.2.s390x", "product_id": "binutils-debugsource-0:2.30-93.el8_4.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debugsource@2.30-93.el8_4.2?arch=s390x" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.30-93.el8_4.2.s390x", "product": { "name": "binutils-debuginfo-0:2.30-93.el8_4.2.s390x", "product_id": "binutils-debuginfo-0:2.30-93.el8_4.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.30-93.el8_4.2?arch=s390x" } } }, { "category": "product_version", "name": "binutils-0:2.30-93.el8_4.2.s390x", "product": { "name": "binutils-0:2.30-93.el8_4.2.s390x", "product_id": "binutils-0:2.30-93.el8_4.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.30-93.el8_4.2?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "binutils-0:2.30-93.el8_4.2.src", "product": { "name": "binutils-0:2.30-93.el8_4.2.src", "product_id": "binutils-0:2.30-93.el8_4.2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.30-93.el8_4.2?arch=src" } } } ], "category": "architecture", "name": "src" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-93.el8_4.2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.aarch64" }, "product_reference": "binutils-0:2.30-93.el8_4.2.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-93.el8_4.2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.ppc64le" }, "product_reference": "binutils-0:2.30-93.el8_4.2.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-93.el8_4.2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.s390x" }, "product_reference": "binutils-0:2.30-93.el8_4.2.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-93.el8_4.2.src as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.src" }, "product_reference": "binutils-0:2.30-93.el8_4.2.src", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-93.el8_4.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.x86_64" }, "product_reference": "binutils-0:2.30-93.el8_4.2.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-93.el8_4.2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.aarch64" }, "product_reference": "binutils-debuginfo-0:2.30-93.el8_4.2.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-93.el8_4.2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.i686" }, "product_reference": "binutils-debuginfo-0:2.30-93.el8_4.2.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-93.el8_4.2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.ppc64le" }, "product_reference": "binutils-debuginfo-0:2.30-93.el8_4.2.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-93.el8_4.2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.s390x" }, "product_reference": "binutils-debuginfo-0:2.30-93.el8_4.2.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-93.el8_4.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.x86_64" }, "product_reference": "binutils-debuginfo-0:2.30-93.el8_4.2.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-93.el8_4.2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.aarch64" }, "product_reference": "binutils-debugsource-0:2.30-93.el8_4.2.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-93.el8_4.2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.i686" }, "product_reference": "binutils-debugsource-0:2.30-93.el8_4.2.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-93.el8_4.2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.ppc64le" }, "product_reference": "binutils-debugsource-0:2.30-93.el8_4.2.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-93.el8_4.2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.s390x" }, "product_reference": "binutils-debugsource-0:2.30-93.el8_4.2.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-93.el8_4.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.x86_64" }, "product_reference": "binutils-debugsource-0:2.30-93.el8_4.2.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-93.el8_4.2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.aarch64" }, "product_reference": "binutils-devel-0:2.30-93.el8_4.2.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-93.el8_4.2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.i686" }, "product_reference": "binutils-devel-0:2.30-93.el8_4.2.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-93.el8_4.2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.ppc64le" }, "product_reference": "binutils-devel-0:2.30-93.el8_4.2.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-93.el8_4.2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.s390x" }, "product_reference": "binutils-devel-0:2.30-93.el8_4.2.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-93.el8_4.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.x86_64" }, "product_reference": "binutils-devel-0:2.30-93.el8_4.2.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-93.el8_4.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.aarch64" }, "product_reference": "binutils-0:2.30-93.el8_4.2.aarch64", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-93.el8_4.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.ppc64le" }, "product_reference": "binutils-0:2.30-93.el8_4.2.ppc64le", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-93.el8_4.2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.s390x" }, "product_reference": "binutils-0:2.30-93.el8_4.2.s390x", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-93.el8_4.2.src as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.src" }, "product_reference": "binutils-0:2.30-93.el8_4.2.src", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-93.el8_4.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.x86_64" }, "product_reference": "binutils-0:2.30-93.el8_4.2.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-93.el8_4.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.aarch64" }, "product_reference": "binutils-debuginfo-0:2.30-93.el8_4.2.aarch64", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-93.el8_4.2.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.i686" }, "product_reference": "binutils-debuginfo-0:2.30-93.el8_4.2.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-93.el8_4.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.ppc64le" }, "product_reference": "binutils-debuginfo-0:2.30-93.el8_4.2.ppc64le", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-93.el8_4.2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.s390x" }, "product_reference": "binutils-debuginfo-0:2.30-93.el8_4.2.s390x", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-93.el8_4.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.x86_64" }, "product_reference": "binutils-debuginfo-0:2.30-93.el8_4.2.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-93.el8_4.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.aarch64" }, "product_reference": "binutils-debugsource-0:2.30-93.el8_4.2.aarch64", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-93.el8_4.2.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.i686" }, "product_reference": "binutils-debugsource-0:2.30-93.el8_4.2.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-93.el8_4.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.ppc64le" }, "product_reference": "binutils-debugsource-0:2.30-93.el8_4.2.ppc64le", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-93.el8_4.2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.s390x" }, "product_reference": "binutils-debugsource-0:2.30-93.el8_4.2.s390x", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-93.el8_4.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.x86_64" }, "product_reference": "binutils-debugsource-0:2.30-93.el8_4.2.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-93.el8_4.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.aarch64" }, "product_reference": "binutils-devel-0:2.30-93.el8_4.2.aarch64", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-93.el8_4.2.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.i686" }, "product_reference": "binutils-devel-0:2.30-93.el8_4.2.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-93.el8_4.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.ppc64le" }, "product_reference": "binutils-devel-0:2.30-93.el8_4.2.ppc64le", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-93.el8_4.2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.s390x" }, "product_reference": "binutils-devel-0:2.30-93.el8_4.2.s390x", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-93.el8_4.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.x86_64" }, "product_reference": "binutils-devel-0:2.30-93.el8_4.2.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "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.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.aarch64", "AppStream-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.ppc64le", "AppStream-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.s390x", "AppStream-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.src", "AppStream-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.x86_64", "AppStream-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.aarch64", "AppStream-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.i686", "AppStream-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.ppc64le", "AppStream-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.s390x", "AppStream-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.x86_64", "AppStream-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.aarch64", "AppStream-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.i686", "AppStream-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.ppc64le", "AppStream-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.s390x", "AppStream-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.x86_64", "AppStream-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.aarch64", "AppStream-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.i686", "AppStream-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.ppc64le", "AppStream-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.s390x", "AppStream-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.x86_64", "BaseOS-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.aarch64", "BaseOS-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.ppc64le", "BaseOS-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.s390x", "BaseOS-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.src", "BaseOS-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.x86_64", "BaseOS-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.aarch64", "BaseOS-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.i686", "BaseOS-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.ppc64le", "BaseOS-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.s390x", "BaseOS-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.x86_64", "BaseOS-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.aarch64", "BaseOS-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.i686", "BaseOS-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.ppc64le", "BaseOS-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.s390x", "BaseOS-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.x86_64", "BaseOS-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.aarch64", "BaseOS-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.i686", "BaseOS-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.ppc64le", "BaseOS-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.s390x", "BaseOS-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-10T10:46:37+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.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.aarch64", "AppStream-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.ppc64le", "AppStream-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.s390x", "AppStream-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.src", "AppStream-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.x86_64", "AppStream-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.aarch64", "AppStream-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.i686", "AppStream-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.ppc64le", "AppStream-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.s390x", "AppStream-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.x86_64", "AppStream-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.aarch64", "AppStream-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.i686", "AppStream-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.ppc64le", "AppStream-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.s390x", "AppStream-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.x86_64", "AppStream-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.aarch64", "AppStream-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.i686", "AppStream-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.ppc64le", "AppStream-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.s390x", "AppStream-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.x86_64", "BaseOS-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.aarch64", "BaseOS-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.ppc64le", "BaseOS-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.s390x", "BaseOS-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.src", "BaseOS-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.x86_64", "BaseOS-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.aarch64", "BaseOS-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.i686", "BaseOS-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.ppc64le", "BaseOS-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.s390x", "BaseOS-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.x86_64", "BaseOS-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.aarch64", "BaseOS-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.i686", "BaseOS-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.ppc64le", "BaseOS-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.s390x", "BaseOS-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.x86_64", "BaseOS-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.aarch64", "BaseOS-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.i686", "BaseOS-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.ppc64le", "BaseOS-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.s390x", "BaseOS-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4596" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "AppStream-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.aarch64", "AppStream-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.ppc64le", "AppStream-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.s390x", "AppStream-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.src", "AppStream-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.x86_64", "AppStream-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.aarch64", "AppStream-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.i686", "AppStream-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.ppc64le", "AppStream-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.s390x", "AppStream-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.x86_64", "AppStream-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.aarch64", "AppStream-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.i686", "AppStream-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.ppc64le", "AppStream-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.s390x", "AppStream-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.x86_64", "AppStream-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.aarch64", "AppStream-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.i686", "AppStream-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.ppc64le", "AppStream-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.s390x", "AppStream-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.x86_64", "BaseOS-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.aarch64", "BaseOS-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.ppc64le", "BaseOS-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.s390x", "BaseOS-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.src", "BaseOS-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.x86_64", "BaseOS-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.aarch64", "BaseOS-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.i686", "BaseOS-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.ppc64le", "BaseOS-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.s390x", "BaseOS-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.x86_64", "BaseOS-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.aarch64", "BaseOS-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.i686", "BaseOS-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.ppc64le", "BaseOS-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.s390x", "BaseOS-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.x86_64", "BaseOS-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.aarch64", "BaseOS-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.i686", "BaseOS-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.ppc64le", "BaseOS-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.s390x", "BaseOS-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.aarch64", "AppStream-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.ppc64le", "AppStream-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.s390x", "AppStream-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.src", "AppStream-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.x86_64", "AppStream-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.aarch64", "AppStream-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.i686", "AppStream-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.ppc64le", "AppStream-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.s390x", "AppStream-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.x86_64", "AppStream-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.aarch64", "AppStream-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.i686", "AppStream-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.ppc64le", "AppStream-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.s390x", "AppStream-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.x86_64", "AppStream-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.aarch64", "AppStream-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.i686", "AppStream-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.ppc64le", "AppStream-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.s390x", "AppStream-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.x86_64", "BaseOS-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.aarch64", "BaseOS-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.ppc64le", "BaseOS-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.s390x", "BaseOS-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.src", "BaseOS-8.4.0.Z.EUS:binutils-0:2.30-93.el8_4.2.x86_64", "BaseOS-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.aarch64", "BaseOS-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.i686", "BaseOS-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.ppc64le", "BaseOS-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.s390x", "BaseOS-8.4.0.Z.EUS:binutils-debuginfo-0:2.30-93.el8_4.2.x86_64", "BaseOS-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.aarch64", "BaseOS-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.i686", "BaseOS-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.ppc64le", "BaseOS-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.s390x", "BaseOS-8.4.0.Z.EUS:binutils-debugsource-0:2.30-93.el8_4.2.x86_64", "BaseOS-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.aarch64", "BaseOS-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.i686", "BaseOS-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.ppc64le", "BaseOS-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.s390x", "BaseOS-8.4.0.Z.EUS:binutils-devel-0:2.30-93.el8_4.2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
RHSA-2021:4589
Vulnerability from csaf_redhat
Notes
{ "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 gcc-toolset-10-annobin is now available for Red Hat Enterprise Linux 8.4 Extended Update Support.\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": "Annobin provides a compiler plugin to annotate and tools to examine compiled binary files.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in annobin in order to facilitate detection of BiDi Unicode characters:\n\nThis update of annobin adds a new annocheck test to detect the presence of multibyte characters in symbol names.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4589", "url": "https://access.redhat.com/errata/RHSA-2021:4589" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4589.json" } ], "title": "Red Hat Security Advisory: gcc-toolset-10-annobin security update", "tracking": { "current_release_date": "2025-09-25T12:35:45+00:00", "generator": { "date": "2025-09-25T12:35:45+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.8" } }, "id": "RHSA-2021:4589", "initial_release_date": "2021-11-10T09:15:38+00:00", "revision_history": [ { "date": "2021-11-10T09:15:38+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-10T09:15:38+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-25T12:35:45+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:8.4::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-annobin-0:9.29-1.el8_4.1.src", "product": { "name": "gcc-toolset-10-annobin-0:9.29-1.el8_4.1.src", "product_id": "gcc-toolset-10-annobin-0:9.29-1.el8_4.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin@9.29-1.el8_4.1?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-annobin-0:9.29-1.el8_4.1.aarch64", "product": { "name": "gcc-toolset-10-annobin-0:9.29-1.el8_4.1.aarch64", "product_id": "gcc-toolset-10-annobin-0:9.29-1.el8_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin@9.29-1.el8_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.aarch64", "product": { "name": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.aarch64", "product_id": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin-annocheck-debuginfo@9.29-1.el8_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.aarch64", "product": { "name": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.aarch64", "product_id": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin-debuginfo@9.29-1.el8_4.1?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-annobin-0:9.29-1.el8_4.1.ppc64le", "product": { "name": "gcc-toolset-10-annobin-0:9.29-1.el8_4.1.ppc64le", "product_id": "gcc-toolset-10-annobin-0:9.29-1.el8_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin@9.29-1.el8_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.ppc64le", "product": { "name": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.ppc64le", "product_id": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin-annocheck-debuginfo@9.29-1.el8_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.ppc64le", "product": { "name": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.ppc64le", "product_id": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin-debuginfo@9.29-1.el8_4.1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-annobin-0:9.29-1.el8_4.1.x86_64", "product": { "name": "gcc-toolset-10-annobin-0:9.29-1.el8_4.1.x86_64", "product_id": "gcc-toolset-10-annobin-0:9.29-1.el8_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin@9.29-1.el8_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.x86_64", "product": { "name": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.x86_64", "product_id": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin-annocheck-debuginfo@9.29-1.el8_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.x86_64", "product": { "name": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.x86_64", "product_id": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin-debuginfo@9.29-1.el8_4.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-annobin-0:9.29-1.el8_4.1.s390x", "product": { "name": "gcc-toolset-10-annobin-0:9.29-1.el8_4.1.s390x", "product_id": "gcc-toolset-10-annobin-0:9.29-1.el8_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin@9.29-1.el8_4.1?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.s390x", "product": { "name": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.s390x", "product_id": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin-annocheck-debuginfo@9.29-1.el8_4.1?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.s390x", "product": { "name": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.s390x", "product_id": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin-debuginfo@9.29-1.el8_4.1?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-0:9.29-1.el8_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-0:9.29-1.el8_4.1.aarch64" }, "product_reference": "gcc-toolset-10-annobin-0:9.29-1.el8_4.1.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-0:9.29-1.el8_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-0:9.29-1.el8_4.1.ppc64le" }, "product_reference": "gcc-toolset-10-annobin-0:9.29-1.el8_4.1.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-0:9.29-1.el8_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-0:9.29-1.el8_4.1.s390x" }, "product_reference": "gcc-toolset-10-annobin-0:9.29-1.el8_4.1.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-0:9.29-1.el8_4.1.src as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-0:9.29-1.el8_4.1.src" }, "product_reference": "gcc-toolset-10-annobin-0:9.29-1.el8_4.1.src", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-0:9.29-1.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-0:9.29-1.el8_4.1.x86_64" }, "product_reference": "gcc-toolset-10-annobin-0:9.29-1.el8_4.1.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.aarch64" }, "product_reference": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.ppc64le" }, "product_reference": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.s390x" }, "product_reference": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.x86_64" }, "product_reference": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.aarch64" }, "product_reference": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.ppc64le" }, "product_reference": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.s390x" }, "product_reference": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.x86_64" }, "product_reference": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "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.4.0.Z.EUS:gcc-toolset-10-annobin-0:9.29-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-0:9.29-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-0:9.29-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-0:9.29-1.el8_4.1.src", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-0:9.29-1.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-10T09:15: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.4.0.Z.EUS:gcc-toolset-10-annobin-0:9.29-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-0:9.29-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-0:9.29-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-0:9.29-1.el8_4.1.src", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-0:9.29-1.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4589" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-0:9.29-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-0:9.29-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-0:9.29-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-0:9.29-1.el8_4.1.src", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-0:9.29-1.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-0:9.29-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-0:9.29-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-0:9.29-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-0:9.29-1.el8_4.1.src", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-0:9.29-1.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
RHSA-2021:4723
Vulnerability from csaf_redhat
Notes
{ "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 devtoolset-10-binutils is now available for Red Hat Software Collections.\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": "The binutils packages provide a collection of binary utilities for the manipulation of object code in various object file formats. It includes the ar, as, gprof, ld, nm, objcopy, objdump, ranlib, readelf, size, strings, strip, and addr2line utilities.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in binutils in order to facilitate detection of BiDi Unicode characters:\n\nTools which display names or strings (readelf, strings, nm, objdump) have a new command line option --unicode / -U which controls how Unicode characters are handled.\n\nUsing \"--unicode=default\" will treat them as normal for the tool. This is the default behaviour when --unicode option is not used.\nUsing \"--unicode=locale\" will display them according to the current locale.\nUsing \"--unicode=hex\" will display them as hex byte values.\nUsing \"--unicode=escape\" will display them as Unicode escape sequences.\nUsing \"--unicode=highlight\" will display them as Unicode escape sequences highlighted in red, if supported by the output device.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4723", "url": "https://access.redhat.com/errata/RHSA-2021:4723" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4723.json" } ], "title": "Red Hat Security Advisory: devtoolset-10-binutils security update", "tracking": { "current_release_date": "2025-09-25T12:36:00+00:00", "generator": { "date": "2025-09-25T12:36:00+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.8" } }, "id": "RHSA-2021:4723", "initial_release_date": "2021-11-17T16:22:57+00:00", "revision_history": [ { "date": "2021-11-17T16:22:57+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-17T16:22:57+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-25T12:36:00+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } } ], "category": "product_family", "name": "Red Hat Software Collections" }, { "branches": [ { "category": "product_version", "name": "devtoolset-10-binutils-0:2.35-5.el7.3.src", "product": { "name": "devtoolset-10-binutils-0:2.35-5.el7.3.src", "product_id": "devtoolset-10-binutils-0:2.35-5.el7.3.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-binutils@2.35-5.el7.3?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "devtoolset-10-binutils-0:2.35-5.el7.3.x86_64", "product": { "name": "devtoolset-10-binutils-0:2.35-5.el7.3.x86_64", "product_id": "devtoolset-10-binutils-0:2.35-5.el7.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-binutils@2.35-5.el7.3?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.x86_64", "product": { "name": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.x86_64", "product_id": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-binutils-devel@2.35-5.el7.3?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.x86_64", "product": { "name": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.x86_64", "product_id": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-binutils-debuginfo@2.35-5.el7.3?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.i686", "product": { "name": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.i686", "product_id": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-binutils-devel@2.35-5.el7.3?arch=i686" } } }, { "category": "product_version", "name": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.i686", "product": { "name": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.i686", "product_id": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-binutils-debuginfo@2.35-5.el7.3?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "devtoolset-10-binutils-0:2.35-5.el7.3.ppc64le", "product": { "name": "devtoolset-10-binutils-0:2.35-5.el7.3.ppc64le", "product_id": "devtoolset-10-binutils-0:2.35-5.el7.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-binutils@2.35-5.el7.3?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64le", "product": { "name": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64le", "product_id": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-binutils-devel@2.35-5.el7.3?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64le", "product": { "name": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64le", "product_id": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-binutils-debuginfo@2.35-5.el7.3?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "devtoolset-10-binutils-0:2.35-5.el7.3.ppc64", "product": { "name": "devtoolset-10-binutils-0:2.35-5.el7.3.ppc64", "product_id": "devtoolset-10-binutils-0:2.35-5.el7.3.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-binutils@2.35-5.el7.3?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64", "product": { "name": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64", "product_id": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-binutils-devel@2.35-5.el7.3?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64", "product": { "name": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64", "product_id": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-binutils-debuginfo@2.35-5.el7.3?arch=ppc64" } } } ], "category": "architecture", "name": "ppc64" }, { "branches": [ { "category": "product_version", "name": "devtoolset-10-binutils-0:2.35-5.el7.3.s390x", "product": { "name": "devtoolset-10-binutils-0:2.35-5.el7.3.s390x", "product_id": "devtoolset-10-binutils-0:2.35-5.el7.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-binutils@2.35-5.el7.3?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.s390x", "product": { "name": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.s390x", "product_id": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-binutils-devel@2.35-5.el7.3?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.s390x", "product": { "name": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.s390x", "product_id": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-binutils-debuginfo@2.35-5.el7.3?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-0:2.35-5.el7.3.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64" }, "product_reference": "devtoolset-10-binutils-0:2.35-5.el7.3.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-0:2.35-5.el7.3.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64le" }, "product_reference": "devtoolset-10-binutils-0:2.35-5.el7.3.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-0:2.35-5.el7.3.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-0:2.35-5.el7.3.s390x" }, "product_reference": "devtoolset-10-binutils-0:2.35-5.el7.3.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-0:2.35-5.el7.3.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-0:2.35-5.el7.3.src" }, "product_reference": "devtoolset-10-binutils-0:2.35-5.el7.3.src", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-0:2.35-5.el7.3.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-0:2.35-5.el7.3.x86_64" }, "product_reference": "devtoolset-10-binutils-0:2.35-5.el7.3.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.i686" }, "product_reference": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.i686", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64" }, "product_reference": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64le" }, "product_reference": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.s390x" }, "product_reference": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.x86_64" }, "product_reference": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-devel-0:2.35-5.el7.3.i686" }, "product_reference": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.i686", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64" }, "product_reference": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64le" }, "product_reference": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-devel-0:2.35-5.el7.3.s390x" }, "product_reference": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-devel-0:2.35-5.el7.3.x86_64" }, "product_reference": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-0:2.35-5.el7.3.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64" }, "product_reference": "devtoolset-10-binutils-0:2.35-5.el7.3.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-0:2.35-5.el7.3.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64le" }, "product_reference": "devtoolset-10-binutils-0:2.35-5.el7.3.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-0:2.35-5.el7.3.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.s390x" }, "product_reference": "devtoolset-10-binutils-0:2.35-5.el7.3.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-0:2.35-5.el7.3.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.src" }, "product_reference": "devtoolset-10-binutils-0:2.35-5.el7.3.src", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-0:2.35-5.el7.3.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.x86_64" }, "product_reference": "devtoolset-10-binutils-0:2.35-5.el7.3.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.i686" }, "product_reference": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.i686", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64" }, "product_reference": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64le" }, "product_reference": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.s390x" }, "product_reference": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.x86_64" }, "product_reference": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.i686" }, "product_reference": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.i686", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64" }, "product_reference": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64le" }, "product_reference": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.s390x" }, "product_reference": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.x86_64" }, "product_reference": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-0:2.35-5.el7.3.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64" }, "product_reference": "devtoolset-10-binutils-0:2.35-5.el7.3.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-0:2.35-5.el7.3.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64le" }, "product_reference": "devtoolset-10-binutils-0:2.35-5.el7.3.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-0:2.35-5.el7.3.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.s390x" }, "product_reference": "devtoolset-10-binutils-0:2.35-5.el7.3.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-0:2.35-5.el7.3.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.src" }, "product_reference": "devtoolset-10-binutils-0:2.35-5.el7.3.src", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-0:2.35-5.el7.3.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.x86_64" }, "product_reference": "devtoolset-10-binutils-0:2.35-5.el7.3.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.i686" }, "product_reference": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64" }, "product_reference": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64le" }, "product_reference": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.s390x" }, "product_reference": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.x86_64" }, "product_reference": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.i686" }, "product_reference": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64" }, "product_reference": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64le" }, "product_reference": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.s390x" }, "product_reference": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.x86_64" }, "product_reference": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-0:2.35-5.el7.3.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-0:2.35-5.el7.3.src", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-0:2.35-5.el7.3.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-devel-0:2.35-5.el7.3.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-devel-0:2.35-5.el7.3.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-devel-0:2.35-5.el7.3.x86_64", "7Server-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64", "7Server-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.s390x", "7Server-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.src", "7Server-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.x86_64", "7Server-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.i686", "7Server-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64", "7Server-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.s390x", "7Server-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.x86_64", "7Server-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.i686", "7Server-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64", "7Server-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.s390x", "7Server-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.src", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.i686", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.i686", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-17T16:22:57+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-0:2.35-5.el7.3.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-0:2.35-5.el7.3.src", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-0:2.35-5.el7.3.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-devel-0:2.35-5.el7.3.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-devel-0:2.35-5.el7.3.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-devel-0:2.35-5.el7.3.x86_64", "7Server-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64", "7Server-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.s390x", "7Server-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.src", "7Server-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.x86_64", "7Server-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.i686", "7Server-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64", "7Server-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.s390x", "7Server-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.x86_64", "7Server-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.i686", "7Server-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64", "7Server-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.s390x", "7Server-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.src", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.i686", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.i686", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4723" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-0:2.35-5.el7.3.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-0:2.35-5.el7.3.src", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-0:2.35-5.el7.3.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-devel-0:2.35-5.el7.3.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-devel-0:2.35-5.el7.3.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-devel-0:2.35-5.el7.3.x86_64", "7Server-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64", "7Server-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.s390x", "7Server-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.src", "7Server-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.x86_64", "7Server-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.i686", "7Server-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64", "7Server-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.s390x", "7Server-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.x86_64", "7Server-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.i686", "7Server-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64", "7Server-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.s390x", "7Server-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.src", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.i686", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.i686", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-0:2.35-5.el7.3.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-0:2.35-5.el7.3.src", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-0:2.35-5.el7.3.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-devel-0:2.35-5.el7.3.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-devel-0:2.35-5.el7.3.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-devel-0:2.35-5.el7.3.x86_64", "7Server-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64", "7Server-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.s390x", "7Server-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.src", "7Server-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.x86_64", "7Server-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.i686", "7Server-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64", "7Server-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.s390x", "7Server-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.x86_64", "7Server-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.i686", "7Server-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64", "7Server-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.s390x", "7Server-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.src", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.i686", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.i686", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
rhsa-2021_4585
Vulnerability from csaf_redhat
Notes
{ "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 gcc-toolset-10-gcc 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": "The gcc packages provide compilers for C, C++, Java, Fortran, Objective C, and Ada 95 GNU, as well as related support libraries.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in gcc in order to facilitate detection of BiDi Unicode characters:\n\nThis update implements a new warning option -Wbidirectional to warn about possibly dangerous bidirectional characters.\n\nThere are three levels of warning supported by gcc:\n\"-Wbidirectional=unpaired\", which warns about improperly terminated BiDi contexts. (This is the default.)\n\"-Wbidirectional=none\", which turns the warning off.\n\"-Wbidirectional=any\", which warns about any use of bidirectional characters.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4585", "url": "https://access.redhat.com/errata/RHSA-2021:4585" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4585.json" } ], "title": "Red Hat Security Advisory: gcc-toolset-10-gcc security update", "tracking": { "current_release_date": "2024-11-13T23:34:22+00:00", "generator": { "date": "2024-11-13T23:34:22+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2021:4585", "initial_release_date": "2021-11-10T09:07:10+00:00", "revision_history": [ { "date": "2021-11-10T09:07:10+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-10T09:07:10+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T23:34:22+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.5.0.Z.MAIN", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } }, { "category": "product_name", "name": "Red Hat CodeReady Linux Builder (v. 8)", "product": { "name": "Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::crb" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.src", "product": { "name": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.src", "product_id": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc@10.3.1-1.2.el8_5?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc@10.3.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-c%2B%2B@10.3.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-gdb-plugin@10.3.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-gfortran@10.3.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libasan-devel@10.3.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libatomic-devel@10.3.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libitm-devel@10.3.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-liblsan-devel@10.3.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libstdc%2B%2B-devel@10.3.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libstdc%2B%2B-docs@10.3.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libtsan-devel@10.3.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libubsan-devel@10.3.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libasan6-0:10.3.1-1.2.el8_5.aarch64", "product": { "name": "libasan6-0:10.3.1-1.2.el8_5.aarch64", "product_id": "libasan6-0:10.3.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6@10.3.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-c%2B%2B-debuginfo@10.3.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-debuginfo@10.3.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-gdb-plugin-debuginfo@10.3.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-gfortran-debuginfo@10.3.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-plugin-devel-debuginfo@10.3.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libgccjit-debuginfo@10.3.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "product": { "name": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "product_id": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6-debuginfo@10.3.1-1.2.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.aarch64", "product": { "name": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.aarch64", "product_id": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-plugin-devel@10.3.1-1.2.el8_5?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc@10.3.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-c%2B%2B@10.3.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-gdb-plugin@10.3.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-gfortran@10.3.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libasan-devel@10.3.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libatomic-devel@10.3.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libitm-devel@10.3.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-liblsan-devel@10.3.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libquadmath-devel@10.3.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libstdc%2B%2B-devel@10.3.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libstdc%2B%2B-docs@10.3.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libtsan-devel@10.3.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libubsan-devel@10.3.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libasan6-0:10.3.1-1.2.el8_5.ppc64le", "product": { "name": "libasan6-0:10.3.1-1.2.el8_5.ppc64le", "product_id": "libasan6-0:10.3.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6@10.3.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-c%2B%2B-debuginfo@10.3.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-debuginfo@10.3.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-gdb-plugin-debuginfo@10.3.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-gfortran-debuginfo@10.3.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-plugin-devel-debuginfo@10.3.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libgccjit-debuginfo@10.3.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-offload-nvptx-debuginfo@10.3.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "product": { "name": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "product_id": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6-debuginfo@10.3.1-1.2.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.ppc64le", "product": { "name": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.ppc64le", "product_id": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-plugin-devel@10.3.1-1.2.el8_5?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc@10.3.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-c%2B%2B@10.3.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-gdb-plugin@10.3.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-gfortran@10.3.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libasan-devel@10.3.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libatomic-devel@10.3.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libitm-devel@10.3.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-liblsan-devel@10.3.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libquadmath-devel@10.3.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libstdc%2B%2B-devel@10.3.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libstdc%2B%2B-docs@10.3.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libtsan-devel@10.3.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libubsan-devel@10.3.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libasan6-0:10.3.1-1.2.el8_5.x86_64", "product": { "name": "libasan6-0:10.3.1-1.2.el8_5.x86_64", "product_id": "libasan6-0:10.3.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6@10.3.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-c%2B%2B-debuginfo@10.3.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-debuginfo@10.3.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-gdb-plugin-debuginfo@10.3.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-gfortran-debuginfo@10.3.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-plugin-devel-debuginfo@10.3.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libgccjit-debuginfo@10.3.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-offload-nvptx-debuginfo@10.3.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "product": { "name": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "product_id": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6-debuginfo@10.3.1-1.2.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.x86_64", "product": { "name": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.x86_64", "product_id": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-plugin-devel@10.3.1-1.2.el8_5?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.i686", "product_id": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libasan-devel@10.3.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.i686", "product_id": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libatomic-devel@10.3.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.i686", "product_id": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libitm-devel@10.3.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.i686", "product_id": "gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libquadmath-devel@10.3.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.i686", "product_id": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libstdc%2B%2B-devel@10.3.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.i686", "product_id": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libubsan-devel@10.3.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libasan6-0:10.3.1-1.2.el8_5.i686", "product": { "name": "libasan6-0:10.3.1-1.2.el8_5.i686", "product_id": "libasan6-0:10.3.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6@10.3.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.i686", "product_id": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-c%2B%2B-debuginfo@10.3.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.i686", "product_id": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-debuginfo@10.3.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.i686", "product_id": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-gdb-plugin-debuginfo@10.3.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.i686", "product_id": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-gfortran-debuginfo@10.3.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.i686", "product_id": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-plugin-devel-debuginfo@10.3.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.i686", "product_id": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libgccjit-debuginfo@10.3.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.i686", "product": { "name": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.i686", "product_id": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6-debuginfo@10.3.1-1.2.el8_5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.i686", "product": { "name": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.i686", "product_id": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-plugin-devel@10.3.1-1.2.el8_5?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc@10.3.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-c%2B%2B@10.3.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-gdb-plugin@10.3.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-gfortran@10.3.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libasan-devel@10.3.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libatomic-devel@10.3.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libitm-devel@10.3.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libstdc%2B%2B-devel@10.3.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libstdc%2B%2B-docs@10.3.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libubsan-devel@10.3.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "libasan6-0:10.3.1-1.2.el8_5.s390x", "product": { "name": "libasan6-0:10.3.1-1.2.el8_5.s390x", "product_id": "libasan6-0:10.3.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6@10.3.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-c%2B%2B-debuginfo@10.3.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-debuginfo@10.3.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-gdb-plugin-debuginfo@10.3.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-gfortran-debuginfo@10.3.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-plugin-devel-debuginfo@10.3.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-libgccjit-debuginfo@10.3.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.s390x", "product": { "name": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.s390x", "product_id": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6-debuginfo@10.3.1-1.2.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.s390x", "product": { "name": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.s390x", "product_id": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-gcc-plugin-devel@10.3.1-1.2.el8_5?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.src as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.src" }, "product_reference": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.src", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "libasan6-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "libasan6-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "libasan6-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "libasan6-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "libasan6-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.src as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.src" }, "product_reference": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.src", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "libasan6-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "libasan6-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "libasan6-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "libasan6-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "libasan6-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.aarch64" }, "product_reference": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.i686" }, "product_reference": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.i686", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.ppc64le" }, "product_reference": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.s390x" }, "product_reference": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.s390x", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.x86_64" }, "product_reference": "libasan6-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "relates_to_product_reference": "CRB-8.5.0.Z.MAIN" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "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.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.src", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.src", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-10T09:07:10+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.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.src", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.src", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4585" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.src", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.src", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.src", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.i686", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.src", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-c++-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gdb-plugin-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-gfortran-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-gcc-plugin-devel-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libasan-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libatomic-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libgccjit-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libitm-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-liblsan-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libquadmath-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libstdc++-docs-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libtsan-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-libubsan-devel-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:gcc-toolset-10-offload-nvptx-debuginfo-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libasan6-0:10.3.1-1.2.el8_5.x86_64", "CRB-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.aarch64", "CRB-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.i686", "CRB-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.ppc64le", "CRB-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.s390x", "CRB-8.5.0.Z.MAIN:libasan6-debuginfo-0:10.3.1-1.2.el8_5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
rhsa-2021:4588
Vulnerability from csaf_redhat
Notes
{ "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 gcc-toolset-10-binutils is now available for Red Hat Enterprise Linux 8.4 Extended Update Support.\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": "The binutils packages provide a collection of binary utilities for the manipulation of object code in various object file formats. It includes the ar, as, gprof, ld, nm, objcopy, objdump, ranlib, readelf, size, strings, strip, and addr2line utilities.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in binutils in order to facilitate detection of BiDi Unicode characters:\n\nTools which display names or strings (readelf, strings, nm, objdump) have a new command line option --unicode / -U which controls how Unicode characters are handled.\n\nUsing \"--unicode=default\" will treat them as normal for the tool. This is the default behaviour when --unicode option is not used.\nUsing \"--unicode=locale\" will display them according to the current locale.\nUsing \"--unicode=hex\" will display them as hex byte values.\nUsing \"--unicode=escape\" will display them as Unicode escape sequences.\nUsing \"--unicode=highlight\" will display them as Unicode escape sequences highlighted in red, if supported by the output device.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4588", "url": "https://access.redhat.com/errata/RHSA-2021:4588" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4588.json" } ], "title": "Red Hat Security Advisory: gcc-toolset-10-binutils security update", "tracking": { "current_release_date": "2025-09-25T12:35:44+00:00", "generator": { "date": "2025-09-25T12:35:44+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.8" } }, "id": "RHSA-2021:4588", "initial_release_date": "2021-11-10T09:04:42+00:00", "revision_history": [ { "date": "2021-11-10T09:04:42+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-10T09:04:42+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-25T12:35: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 EUS (v.8.4)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:8.4::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-binutils-0:2.35-8.el8_4.5.src", "product": { "name": "gcc-toolset-10-binutils-0:2.35-8.el8_4.5.src", "product_id": "gcc-toolset-10-binutils-0:2.35-8.el8_4.5.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils@2.35-8.el8_4.5?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-binutils-0:2.35-8.el8_4.5.aarch64", "product": { "name": "gcc-toolset-10-binutils-0:2.35-8.el8_4.5.aarch64", "product_id": "gcc-toolset-10-binutils-0:2.35-8.el8_4.5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils@2.35-8.el8_4.5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.aarch64", "product": { "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.aarch64", "product_id": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils-devel@2.35-8.el8_4.5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.aarch64", "product": { "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.aarch64", "product_id": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils-debuginfo@2.35-8.el8_4.5?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-binutils-0:2.35-8.el8_4.5.ppc64le", "product": { "name": "gcc-toolset-10-binutils-0:2.35-8.el8_4.5.ppc64le", "product_id": "gcc-toolset-10-binutils-0:2.35-8.el8_4.5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils@2.35-8.el8_4.5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.ppc64le", "product": { "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.ppc64le", "product_id": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils-devel@2.35-8.el8_4.5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.ppc64le", "product": { "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.ppc64le", "product_id": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils-debuginfo@2.35-8.el8_4.5?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-binutils-0:2.35-8.el8_4.5.x86_64", "product": { "name": "gcc-toolset-10-binutils-0:2.35-8.el8_4.5.x86_64", "product_id": "gcc-toolset-10-binutils-0:2.35-8.el8_4.5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils@2.35-8.el8_4.5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.x86_64", "product": { "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.x86_64", "product_id": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils-devel@2.35-8.el8_4.5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.x86_64", "product": { "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.x86_64", "product_id": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils-debuginfo@2.35-8.el8_4.5?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.i686", "product": { "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.i686", "product_id": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils-devel@2.35-8.el8_4.5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.i686", "product": { "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.i686", "product_id": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils-debuginfo@2.35-8.el8_4.5?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-binutils-0:2.35-8.el8_4.5.s390x", "product": { "name": "gcc-toolset-10-binutils-0:2.35-8.el8_4.5.s390x", "product_id": "gcc-toolset-10-binutils-0:2.35-8.el8_4.5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils@2.35-8.el8_4.5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.s390x", "product": { "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.s390x", "product_id": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils-devel@2.35-8.el8_4.5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.s390x", "product": { "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.s390x", "product_id": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils-debuginfo@2.35-8.el8_4.5?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-0:2.35-8.el8_4.5.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-0:2.35-8.el8_4.5.aarch64" }, "product_reference": "gcc-toolset-10-binutils-0:2.35-8.el8_4.5.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-0:2.35-8.el8_4.5.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-0:2.35-8.el8_4.5.ppc64le" }, "product_reference": "gcc-toolset-10-binutils-0:2.35-8.el8_4.5.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-0:2.35-8.el8_4.5.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-0:2.35-8.el8_4.5.s390x" }, "product_reference": "gcc-toolset-10-binutils-0:2.35-8.el8_4.5.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-0:2.35-8.el8_4.5.src as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-0:2.35-8.el8_4.5.src" }, "product_reference": "gcc-toolset-10-binutils-0:2.35-8.el8_4.5.src", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-0:2.35-8.el8_4.5.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-0:2.35-8.el8_4.5.x86_64" }, "product_reference": "gcc-toolset-10-binutils-0:2.35-8.el8_4.5.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.aarch64" }, "product_reference": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.i686" }, "product_reference": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.ppc64le" }, "product_reference": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.s390x" }, "product_reference": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.x86_64" }, "product_reference": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.aarch64" }, "product_reference": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.i686" }, "product_reference": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.ppc64le" }, "product_reference": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.s390x" }, "product_reference": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.x86_64" }, "product_reference": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "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.4.0.Z.EUS:gcc-toolset-10-binutils-0:2.35-8.el8_4.5.aarch64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-0:2.35-8.el8_4.5.ppc64le", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-0:2.35-8.el8_4.5.s390x", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-0:2.35-8.el8_4.5.src", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-0:2.35-8.el8_4.5.x86_64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.aarch64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.i686", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.ppc64le", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.s390x", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.x86_64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.aarch64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.i686", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.ppc64le", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.s390x", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-10T09:04:42+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-0:2.35-8.el8_4.5.aarch64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-0:2.35-8.el8_4.5.ppc64le", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-0:2.35-8.el8_4.5.s390x", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-0:2.35-8.el8_4.5.src", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-0:2.35-8.el8_4.5.x86_64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.aarch64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.i686", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.ppc64le", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.s390x", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.x86_64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.aarch64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.i686", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.ppc64le", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.s390x", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4588" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-0:2.35-8.el8_4.5.aarch64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-0:2.35-8.el8_4.5.ppc64le", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-0:2.35-8.el8_4.5.s390x", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-0:2.35-8.el8_4.5.src", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-0:2.35-8.el8_4.5.x86_64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.aarch64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.i686", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.ppc64le", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.s390x", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.x86_64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.aarch64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.i686", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.ppc64le", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.s390x", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-0:2.35-8.el8_4.5.aarch64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-0:2.35-8.el8_4.5.ppc64le", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-0:2.35-8.el8_4.5.s390x", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-0:2.35-8.el8_4.5.src", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-0:2.35-8.el8_4.5.x86_64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.aarch64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.i686", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.ppc64le", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.s390x", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.x86_64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.aarch64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.i686", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.ppc64le", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.s390x", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
rhsa-2021:4724
Vulnerability from csaf_redhat
Notes
{ "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 devtoolset-10-annobin is now available for Red Hat Software Collections.\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": "Annobin provides a compiler plugin to annotate and tools to examine compiled binary files.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in annobin in order to facilitate detection of BiDi Unicode characters:\n\nThis update of annobin adds a new annocheck test to detect the presence of multibyte characters in symbol names.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4724", "url": "https://access.redhat.com/errata/RHSA-2021:4724" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4724.json" } ], "title": "Red Hat Security Advisory: devtoolset-10-annobin security update", "tracking": { "current_release_date": "2025-09-25T12:36:00+00:00", "generator": { "date": "2025-09-25T12:36:00+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.8" } }, "id": "RHSA-2021:4724", "initial_release_date": "2021-11-17T16:59:19+00:00", "revision_history": [ { "date": "2021-11-17T16:59:19+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-17T16:59:19+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-25T12:36:00+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } } ], "category": "product_family", "name": "Red Hat Software Collections" }, { "branches": [ { "category": "product_version", "name": "devtoolset-10-annobin-0:9.23-4.el7.1.src", "product": { "name": "devtoolset-10-annobin-0:9.23-4.el7.1.src", "product_id": "devtoolset-10-annobin-0:9.23-4.el7.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-annobin@9.23-4.el7.1?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "devtoolset-10-annobin-0:9.23-4.el7.1.x86_64", "product": { "name": "devtoolset-10-annobin-0:9.23-4.el7.1.x86_64", "product_id": "devtoolset-10-annobin-0:9.23-4.el7.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-annobin@9.23-4.el7.1?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.x86_64", "product": { "name": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.x86_64", "product_id": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-annobin-annocheck@9.23-4.el7.1?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.x86_64", "product": { "name": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.x86_64", "product_id": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-annobin-debuginfo@9.23-4.el7.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "devtoolset-10-annobin-0:9.23-4.el7.1.ppc64le", "product": { "name": "devtoolset-10-annobin-0:9.23-4.el7.1.ppc64le", "product_id": "devtoolset-10-annobin-0:9.23-4.el7.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-annobin@9.23-4.el7.1?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64le", "product": { "name": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64le", "product_id": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-annobin-annocheck@9.23-4.el7.1?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64le", "product": { "name": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64le", "product_id": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-annobin-debuginfo@9.23-4.el7.1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "devtoolset-10-annobin-0:9.23-4.el7.1.ppc64", "product": { "name": "devtoolset-10-annobin-0:9.23-4.el7.1.ppc64", "product_id": "devtoolset-10-annobin-0:9.23-4.el7.1.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-annobin@9.23-4.el7.1?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64", "product": { "name": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64", "product_id": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-annobin-annocheck@9.23-4.el7.1?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64", "product": { "name": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64", "product_id": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-annobin-debuginfo@9.23-4.el7.1?arch=ppc64" } } } ], "category": "architecture", "name": "ppc64" }, { "branches": [ { "category": "product_version", "name": "devtoolset-10-annobin-0:9.23-4.el7.1.s390x", "product": { "name": "devtoolset-10-annobin-0:9.23-4.el7.1.s390x", "product_id": "devtoolset-10-annobin-0:9.23-4.el7.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-annobin@9.23-4.el7.1?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.s390x", "product": { "name": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.s390x", "product_id": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-annobin-annocheck@9.23-4.el7.1?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.s390x", "product": { "name": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.s390x", "product_id": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-annobin-debuginfo@9.23-4.el7.1?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-0:9.23-4.el7.1.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64" }, "product_reference": "devtoolset-10-annobin-0:9.23-4.el7.1.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-0:9.23-4.el7.1.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64le" }, "product_reference": "devtoolset-10-annobin-0:9.23-4.el7.1.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-0:9.23-4.el7.1.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-0:9.23-4.el7.1.s390x" }, "product_reference": "devtoolset-10-annobin-0:9.23-4.el7.1.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-0:9.23-4.el7.1.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-0:9.23-4.el7.1.src" }, "product_reference": "devtoolset-10-annobin-0:9.23-4.el7.1.src", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-0:9.23-4.el7.1.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-0:9.23-4.el7.1.x86_64" }, "product_reference": "devtoolset-10-annobin-0:9.23-4.el7.1.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64" }, "product_reference": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64le" }, "product_reference": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.s390x" }, "product_reference": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.x86_64" }, "product_reference": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64" }, "product_reference": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64le" }, "product_reference": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.s390x" }, "product_reference": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.x86_64" }, "product_reference": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-0:9.23-4.el7.1.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64" }, "product_reference": "devtoolset-10-annobin-0:9.23-4.el7.1.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-0:9.23-4.el7.1.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64le" }, "product_reference": "devtoolset-10-annobin-0:9.23-4.el7.1.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-0:9.23-4.el7.1.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.s390x" }, "product_reference": "devtoolset-10-annobin-0:9.23-4.el7.1.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-0:9.23-4.el7.1.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.src" }, "product_reference": "devtoolset-10-annobin-0:9.23-4.el7.1.src", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-0:9.23-4.el7.1.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.x86_64" }, "product_reference": "devtoolset-10-annobin-0:9.23-4.el7.1.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64" }, "product_reference": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64le" }, "product_reference": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.s390x" }, "product_reference": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.x86_64" }, "product_reference": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64" }, "product_reference": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64le" }, "product_reference": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.s390x" }, "product_reference": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.x86_64" }, "product_reference": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-0:9.23-4.el7.1.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64" }, "product_reference": "devtoolset-10-annobin-0:9.23-4.el7.1.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-0:9.23-4.el7.1.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64le" }, "product_reference": "devtoolset-10-annobin-0:9.23-4.el7.1.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-0:9.23-4.el7.1.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.s390x" }, "product_reference": "devtoolset-10-annobin-0:9.23-4.el7.1.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-0:9.23-4.el7.1.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.src" }, "product_reference": "devtoolset-10-annobin-0:9.23-4.el7.1.src", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-0:9.23-4.el7.1.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.x86_64" }, "product_reference": "devtoolset-10-annobin-0:9.23-4.el7.1.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64" }, "product_reference": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64le" }, "product_reference": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.s390x" }, "product_reference": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.x86_64" }, "product_reference": "devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64" }, "product_reference": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64le" }, "product_reference": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.s390x" }, "product_reference": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.x86_64" }, "product_reference": "devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-0:9.23-4.el7.1.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-0:9.23-4.el7.1.src", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-0:9.23-4.el7.1.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.x86_64", "7Server-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64", "7Server-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.s390x", "7Server-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.src", "7Server-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.x86_64", "7Server-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64", "7Server-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.s390x", "7Server-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.x86_64", "7Server-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64", "7Server-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.s390x", "7Server-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.src", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-17T16:59:19+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-0:9.23-4.el7.1.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-0:9.23-4.el7.1.src", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-0:9.23-4.el7.1.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.x86_64", "7Server-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64", "7Server-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.s390x", "7Server-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.src", "7Server-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.x86_64", "7Server-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64", "7Server-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.s390x", "7Server-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.x86_64", "7Server-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64", "7Server-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.s390x", "7Server-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.src", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4724" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-0:9.23-4.el7.1.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-0:9.23-4.el7.1.src", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-0:9.23-4.el7.1.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.x86_64", "7Server-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64", "7Server-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.s390x", "7Server-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.src", "7Server-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.x86_64", "7Server-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64", "7Server-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.s390x", "7Server-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.x86_64", "7Server-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64", "7Server-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.s390x", "7Server-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.src", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-0:9.23-4.el7.1.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-0:9.23-4.el7.1.src", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-0:9.23-4.el7.1.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.x86_64", "7Server-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64", "7Server-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.s390x", "7Server-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.src", "7Server-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.x86_64", "7Server-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64", "7Server-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.s390x", "7Server-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.x86_64", "7Server-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64", "7Server-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.s390x", "7Server-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.src", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-0:9.23-4.el7.1.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-annocheck-0:9.23-4.el7.1.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-annobin-debuginfo-0:9.23-4.el7.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
rhsa-2021_4598
Vulnerability from csaf_redhat
Notes
{ "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 annobin is now available for Red Hat Enterprise Linux 8.4 Extended Update Support.\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": "Annobin provides a compiler plugin to annotate and tools to examine compiled binary files.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in annobin in order to facilitate detection of BiDi Unicode characters:\n\nThis update of annobin adds a new annocheck test to detect the presence of multibyte characters in symbol names.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4598", "url": "https://access.redhat.com/errata/RHSA-2021:4598" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4598.json" } ], "title": "Red Hat Security Advisory: annobin security update", "tracking": { "current_release_date": "2024-11-13T23:35:08+00:00", "generator": { "date": "2024-11-13T23:35:08+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2021:4598", "initial_release_date": "2021-11-10T10:26:15+00:00", "revision_history": [ { "date": "2021-11-10T10:26:15+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-10T10:26:15+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T23:35:08+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:8.4::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "annobin-0:9.50-1.el8_4.1.src", "product": { "name": "annobin-0:9.50-1.el8_4.1.src", "product_id": "annobin-0:9.50-1.el8_4.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin@9.50-1.el8_4.1?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "annobin-0:9.50-1.el8_4.1.aarch64", "product": { "name": "annobin-0:9.50-1.el8_4.1.aarch64", "product_id": "annobin-0:9.50-1.el8_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin@9.50-1.el8_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "annobin-annocheck-0:9.50-1.el8_4.1.aarch64", "product": { "name": "annobin-annocheck-0:9.50-1.el8_4.1.aarch64", "product_id": "annobin-annocheck-0:9.50-1.el8_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-annocheck@9.50-1.el8_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "annobin-debugsource-0:9.50-1.el8_4.1.aarch64", "product": { "name": "annobin-debugsource-0:9.50-1.el8_4.1.aarch64", "product_id": "annobin-debugsource-0:9.50-1.el8_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debugsource@9.50-1.el8_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.aarch64", "product": { "name": "annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.aarch64", "product_id": "annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-annocheck-debuginfo@9.50-1.el8_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "annobin-debuginfo-0:9.50-1.el8_4.1.aarch64", "product": { "name": "annobin-debuginfo-0:9.50-1.el8_4.1.aarch64", "product_id": "annobin-debuginfo-0:9.50-1.el8_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debuginfo@9.50-1.el8_4.1?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "annobin-0:9.50-1.el8_4.1.ppc64le", "product": { "name": "annobin-0:9.50-1.el8_4.1.ppc64le", "product_id": "annobin-0:9.50-1.el8_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin@9.50-1.el8_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "annobin-annocheck-0:9.50-1.el8_4.1.ppc64le", "product": { "name": "annobin-annocheck-0:9.50-1.el8_4.1.ppc64le", "product_id": "annobin-annocheck-0:9.50-1.el8_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-annocheck@9.50-1.el8_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "annobin-debugsource-0:9.50-1.el8_4.1.ppc64le", "product": { "name": "annobin-debugsource-0:9.50-1.el8_4.1.ppc64le", "product_id": "annobin-debugsource-0:9.50-1.el8_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debugsource@9.50-1.el8_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.ppc64le", "product": { "name": "annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.ppc64le", "product_id": "annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-annocheck-debuginfo@9.50-1.el8_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "annobin-debuginfo-0:9.50-1.el8_4.1.ppc64le", "product": { "name": "annobin-debuginfo-0:9.50-1.el8_4.1.ppc64le", "product_id": "annobin-debuginfo-0:9.50-1.el8_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debuginfo@9.50-1.el8_4.1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "annobin-0:9.50-1.el8_4.1.x86_64", "product": { "name": "annobin-0:9.50-1.el8_4.1.x86_64", "product_id": "annobin-0:9.50-1.el8_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin@9.50-1.el8_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "annobin-annocheck-0:9.50-1.el8_4.1.x86_64", "product": { "name": "annobin-annocheck-0:9.50-1.el8_4.1.x86_64", "product_id": "annobin-annocheck-0:9.50-1.el8_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-annocheck@9.50-1.el8_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "annobin-debugsource-0:9.50-1.el8_4.1.x86_64", "product": { "name": "annobin-debugsource-0:9.50-1.el8_4.1.x86_64", "product_id": "annobin-debugsource-0:9.50-1.el8_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debugsource@9.50-1.el8_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.x86_64", "product": { "name": "annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.x86_64", "product_id": "annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-annocheck-debuginfo@9.50-1.el8_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "annobin-debuginfo-0:9.50-1.el8_4.1.x86_64", "product": { "name": "annobin-debuginfo-0:9.50-1.el8_4.1.x86_64", "product_id": "annobin-debuginfo-0:9.50-1.el8_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debuginfo@9.50-1.el8_4.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "annobin-0:9.50-1.el8_4.1.s390x", "product": { "name": "annobin-0:9.50-1.el8_4.1.s390x", "product_id": "annobin-0:9.50-1.el8_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin@9.50-1.el8_4.1?arch=s390x" } } }, { "category": "product_version", "name": "annobin-annocheck-0:9.50-1.el8_4.1.s390x", "product": { "name": "annobin-annocheck-0:9.50-1.el8_4.1.s390x", "product_id": "annobin-annocheck-0:9.50-1.el8_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-annocheck@9.50-1.el8_4.1?arch=s390x" } } }, { "category": "product_version", "name": "annobin-debugsource-0:9.50-1.el8_4.1.s390x", "product": { "name": "annobin-debugsource-0:9.50-1.el8_4.1.s390x", "product_id": "annobin-debugsource-0:9.50-1.el8_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debugsource@9.50-1.el8_4.1?arch=s390x" } } }, { "category": "product_version", "name": "annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.s390x", "product": { "name": "annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.s390x", "product_id": "annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-annocheck-debuginfo@9.50-1.el8_4.1?arch=s390x" } } }, { "category": "product_version", "name": "annobin-debuginfo-0:9.50-1.el8_4.1.s390x", "product": { "name": "annobin-debuginfo-0:9.50-1.el8_4.1.s390x", "product_id": "annobin-debuginfo-0:9.50-1.el8_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debuginfo@9.50-1.el8_4.1?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "annobin-0:9.50-1.el8_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:annobin-0:9.50-1.el8_4.1.aarch64" }, "product_reference": "annobin-0:9.50-1.el8_4.1.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-0:9.50-1.el8_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:annobin-0:9.50-1.el8_4.1.ppc64le" }, "product_reference": "annobin-0:9.50-1.el8_4.1.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-0:9.50-1.el8_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:annobin-0:9.50-1.el8_4.1.s390x" }, "product_reference": "annobin-0:9.50-1.el8_4.1.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-0:9.50-1.el8_4.1.src as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:annobin-0:9.50-1.el8_4.1.src" }, "product_reference": "annobin-0:9.50-1.el8_4.1.src", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-0:9.50-1.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:annobin-0:9.50-1.el8_4.1.x86_64" }, "product_reference": "annobin-0:9.50-1.el8_4.1.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-annocheck-0:9.50-1.el8_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:annobin-annocheck-0:9.50-1.el8_4.1.aarch64" }, "product_reference": "annobin-annocheck-0:9.50-1.el8_4.1.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-annocheck-0:9.50-1.el8_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:annobin-annocheck-0:9.50-1.el8_4.1.ppc64le" }, "product_reference": "annobin-annocheck-0:9.50-1.el8_4.1.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-annocheck-0:9.50-1.el8_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:annobin-annocheck-0:9.50-1.el8_4.1.s390x" }, "product_reference": "annobin-annocheck-0:9.50-1.el8_4.1.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-annocheck-0:9.50-1.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:annobin-annocheck-0:9.50-1.el8_4.1.x86_64" }, "product_reference": "annobin-annocheck-0:9.50-1.el8_4.1.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.aarch64" }, "product_reference": "annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.ppc64le" }, "product_reference": "annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.s390x" }, "product_reference": "annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.x86_64" }, "product_reference": "annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debuginfo-0:9.50-1.el8_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:annobin-debuginfo-0:9.50-1.el8_4.1.aarch64" }, "product_reference": "annobin-debuginfo-0:9.50-1.el8_4.1.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debuginfo-0:9.50-1.el8_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:annobin-debuginfo-0:9.50-1.el8_4.1.ppc64le" }, "product_reference": "annobin-debuginfo-0:9.50-1.el8_4.1.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debuginfo-0:9.50-1.el8_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:annobin-debuginfo-0:9.50-1.el8_4.1.s390x" }, "product_reference": "annobin-debuginfo-0:9.50-1.el8_4.1.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debuginfo-0:9.50-1.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:annobin-debuginfo-0:9.50-1.el8_4.1.x86_64" }, "product_reference": "annobin-debuginfo-0:9.50-1.el8_4.1.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debugsource-0:9.50-1.el8_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:annobin-debugsource-0:9.50-1.el8_4.1.aarch64" }, "product_reference": "annobin-debugsource-0:9.50-1.el8_4.1.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debugsource-0:9.50-1.el8_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:annobin-debugsource-0:9.50-1.el8_4.1.ppc64le" }, "product_reference": "annobin-debugsource-0:9.50-1.el8_4.1.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debugsource-0:9.50-1.el8_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:annobin-debugsource-0:9.50-1.el8_4.1.s390x" }, "product_reference": "annobin-debugsource-0:9.50-1.el8_4.1.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debugsource-0:9.50-1.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:annobin-debugsource-0:9.50-1.el8_4.1.x86_64" }, "product_reference": "annobin-debugsource-0:9.50-1.el8_4.1.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "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.4.0.Z.EUS:annobin-0:9.50-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:annobin-0:9.50-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:annobin-0:9.50-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:annobin-0:9.50-1.el8_4.1.src", "AppStream-8.4.0.Z.EUS:annobin-0:9.50-1.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:annobin-annocheck-0:9.50-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:annobin-annocheck-0:9.50-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:annobin-annocheck-0:9.50-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:annobin-annocheck-0:9.50-1.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:annobin-debuginfo-0:9.50-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:annobin-debuginfo-0:9.50-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:annobin-debuginfo-0:9.50-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:annobin-debuginfo-0:9.50-1.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:annobin-debugsource-0:9.50-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:annobin-debugsource-0:9.50-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:annobin-debugsource-0:9.50-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:annobin-debugsource-0:9.50-1.el8_4.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-10T10:26:15+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.4.0.Z.EUS:annobin-0:9.50-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:annobin-0:9.50-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:annobin-0:9.50-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:annobin-0:9.50-1.el8_4.1.src", "AppStream-8.4.0.Z.EUS:annobin-0:9.50-1.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:annobin-annocheck-0:9.50-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:annobin-annocheck-0:9.50-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:annobin-annocheck-0:9.50-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:annobin-annocheck-0:9.50-1.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:annobin-debuginfo-0:9.50-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:annobin-debuginfo-0:9.50-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:annobin-debuginfo-0:9.50-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:annobin-debuginfo-0:9.50-1.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:annobin-debugsource-0:9.50-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:annobin-debugsource-0:9.50-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:annobin-debugsource-0:9.50-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:annobin-debugsource-0:9.50-1.el8_4.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4598" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "AppStream-8.4.0.Z.EUS:annobin-0:9.50-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:annobin-0:9.50-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:annobin-0:9.50-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:annobin-0:9.50-1.el8_4.1.src", "AppStream-8.4.0.Z.EUS:annobin-0:9.50-1.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:annobin-annocheck-0:9.50-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:annobin-annocheck-0:9.50-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:annobin-annocheck-0:9.50-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:annobin-annocheck-0:9.50-1.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:annobin-debuginfo-0:9.50-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:annobin-debuginfo-0:9.50-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:annobin-debuginfo-0:9.50-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:annobin-debuginfo-0:9.50-1.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:annobin-debugsource-0:9.50-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:annobin-debugsource-0:9.50-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:annobin-debugsource-0:9.50-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:annobin-debugsource-0:9.50-1.el8_4.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.4.0.Z.EUS:annobin-0:9.50-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:annobin-0:9.50-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:annobin-0:9.50-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:annobin-0:9.50-1.el8_4.1.src", "AppStream-8.4.0.Z.EUS:annobin-0:9.50-1.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:annobin-annocheck-0:9.50-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:annobin-annocheck-0:9.50-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:annobin-annocheck-0:9.50-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:annobin-annocheck-0:9.50-1.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:annobin-annocheck-debuginfo-0:9.50-1.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:annobin-debuginfo-0:9.50-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:annobin-debuginfo-0:9.50-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:annobin-debuginfo-0:9.50-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:annobin-debuginfo-0:9.50-1.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:annobin-debugsource-0:9.50-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:annobin-debugsource-0:9.50-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:annobin-debugsource-0:9.50-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:annobin-debugsource-0:9.50-1.el8_4.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
RHSA-2021:4595
Vulnerability from csaf_redhat
Notes
{ "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 binutils 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": "The binutils packages provide a collection of binary utilities for the manipulation of object code in various object file formats. It includes the ar, as, gprof, ld, nm, objcopy, objdump, ranlib, readelf, size, strings, strip, and addr2line utilities.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in binutils in order to facilitate detection of BiDi Unicode characters:\n\nTools which display names or strings (readelf, strings, nm, objdump) have a new command line option --unicode / -U which controls how Unicode characters are handled.\n\nUsing \"--unicode=default\" will treat them as normal for the tool. This is the default behaviour when --unicode option is not used.\nUsing \"--unicode=locale\" will display them according to the current locale.\nUsing \"--unicode=hex\" will display them as hex byte values.\nUsing \"--unicode=escape\" will display them as Unicode escape sequences.\nUsing \"--unicode=highlight\" will display them as Unicode escape sequences highlighted in red, if supported by the output device.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4595", "url": "https://access.redhat.com/errata/RHSA-2021:4595" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4595.json" } ], "title": "Red Hat Security Advisory: binutils security update", "tracking": { "current_release_date": "2025-09-25T12:35:46+00:00", "generator": { "date": "2025-09-25T12:35:46+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.8" } }, "id": "RHSA-2021:4595", "initial_release_date": "2021-11-10T09:58:49+00:00", "revision_history": [ { "date": "2021-11-10T09:58:49+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-10T09:58:49+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-25T12:35:46+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.5.0.Z.MAIN", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux BaseOS (v. 8)", "product": { "name": "Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:8::baseos" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.30-108.el8_5.1.aarch64", "product": { "name": "binutils-devel-0:2.30-108.el8_5.1.aarch64", "product_id": "binutils-devel-0:2.30-108.el8_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.30-108.el8_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "binutils-debugsource-0:2.30-108.el8_5.1.aarch64", "product": { "name": "binutils-debugsource-0:2.30-108.el8_5.1.aarch64", "product_id": "binutils-debugsource-0:2.30-108.el8_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debugsource@2.30-108.el8_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.30-108.el8_5.1.aarch64", "product": { "name": "binutils-debuginfo-0:2.30-108.el8_5.1.aarch64", "product_id": "binutils-debuginfo-0:2.30-108.el8_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.30-108.el8_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "binutils-0:2.30-108.el8_5.1.aarch64", "product": { "name": "binutils-0:2.30-108.el8_5.1.aarch64", "product_id": "binutils-0:2.30-108.el8_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.30-108.el8_5.1?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.30-108.el8_5.1.ppc64le", "product": { "name": "binutils-devel-0:2.30-108.el8_5.1.ppc64le", "product_id": "binutils-devel-0:2.30-108.el8_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.30-108.el8_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "binutils-debugsource-0:2.30-108.el8_5.1.ppc64le", "product": { "name": "binutils-debugsource-0:2.30-108.el8_5.1.ppc64le", "product_id": "binutils-debugsource-0:2.30-108.el8_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debugsource@2.30-108.el8_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.30-108.el8_5.1.ppc64le", "product": { "name": "binutils-debuginfo-0:2.30-108.el8_5.1.ppc64le", "product_id": "binutils-debuginfo-0:2.30-108.el8_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.30-108.el8_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "binutils-0:2.30-108.el8_5.1.ppc64le", "product": { "name": "binutils-0:2.30-108.el8_5.1.ppc64le", "product_id": "binutils-0:2.30-108.el8_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.30-108.el8_5.1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.30-108.el8_5.1.i686", "product": { "name": "binutils-devel-0:2.30-108.el8_5.1.i686", "product_id": "binutils-devel-0:2.30-108.el8_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.30-108.el8_5.1?arch=i686" } } }, { "category": "product_version", "name": "binutils-debugsource-0:2.30-108.el8_5.1.i686", "product": { "name": "binutils-debugsource-0:2.30-108.el8_5.1.i686", "product_id": "binutils-debugsource-0:2.30-108.el8_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debugsource@2.30-108.el8_5.1?arch=i686" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.30-108.el8_5.1.i686", "product": { "name": "binutils-debuginfo-0:2.30-108.el8_5.1.i686", "product_id": "binutils-debuginfo-0:2.30-108.el8_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.30-108.el8_5.1?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.30-108.el8_5.1.x86_64", "product": { "name": "binutils-devel-0:2.30-108.el8_5.1.x86_64", "product_id": "binutils-devel-0:2.30-108.el8_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.30-108.el8_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "binutils-debugsource-0:2.30-108.el8_5.1.x86_64", "product": { "name": "binutils-debugsource-0:2.30-108.el8_5.1.x86_64", "product_id": "binutils-debugsource-0:2.30-108.el8_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debugsource@2.30-108.el8_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.30-108.el8_5.1.x86_64", "product": { "name": "binutils-debuginfo-0:2.30-108.el8_5.1.x86_64", "product_id": "binutils-debuginfo-0:2.30-108.el8_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.30-108.el8_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "binutils-0:2.30-108.el8_5.1.x86_64", "product": { "name": "binutils-0:2.30-108.el8_5.1.x86_64", "product_id": "binutils-0:2.30-108.el8_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.30-108.el8_5.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.30-108.el8_5.1.s390x", "product": { "name": "binutils-devel-0:2.30-108.el8_5.1.s390x", "product_id": "binutils-devel-0:2.30-108.el8_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.30-108.el8_5.1?arch=s390x" } } }, { "category": "product_version", "name": "binutils-debugsource-0:2.30-108.el8_5.1.s390x", "product": { "name": "binutils-debugsource-0:2.30-108.el8_5.1.s390x", "product_id": "binutils-debugsource-0:2.30-108.el8_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debugsource@2.30-108.el8_5.1?arch=s390x" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.30-108.el8_5.1.s390x", "product": { "name": "binutils-debuginfo-0:2.30-108.el8_5.1.s390x", "product_id": "binutils-debuginfo-0:2.30-108.el8_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.30-108.el8_5.1?arch=s390x" } } }, { "category": "product_version", "name": "binutils-0:2.30-108.el8_5.1.s390x", "product": { "name": "binutils-0:2.30-108.el8_5.1.s390x", "product_id": "binutils-0:2.30-108.el8_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.30-108.el8_5.1?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "binutils-0:2.30-108.el8_5.1.src", "product": { "name": "binutils-0:2.30-108.el8_5.1.src", "product_id": "binutils-0:2.30-108.el8_5.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.30-108.el8_5.1?arch=src" } } } ], "category": "architecture", "name": "src" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-108.el8_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.aarch64" }, "product_reference": "binutils-0:2.30-108.el8_5.1.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-108.el8_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.ppc64le" }, "product_reference": "binutils-0:2.30-108.el8_5.1.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-108.el8_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.s390x" }, "product_reference": "binutils-0:2.30-108.el8_5.1.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-108.el8_5.1.src as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.src" }, "product_reference": "binutils-0:2.30-108.el8_5.1.src", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-108.el8_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.x86_64" }, "product_reference": "binutils-0:2.30-108.el8_5.1.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-108.el8_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.aarch64" }, "product_reference": "binutils-debuginfo-0:2.30-108.el8_5.1.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-108.el8_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.i686" }, "product_reference": "binutils-debuginfo-0:2.30-108.el8_5.1.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-108.el8_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.ppc64le" }, "product_reference": "binutils-debuginfo-0:2.30-108.el8_5.1.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-108.el8_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.s390x" }, "product_reference": "binutils-debuginfo-0:2.30-108.el8_5.1.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-108.el8_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.x86_64" }, "product_reference": "binutils-debuginfo-0:2.30-108.el8_5.1.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-108.el8_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.aarch64" }, "product_reference": "binutils-debugsource-0:2.30-108.el8_5.1.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-108.el8_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.i686" }, "product_reference": "binutils-debugsource-0:2.30-108.el8_5.1.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-108.el8_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.ppc64le" }, "product_reference": "binutils-debugsource-0:2.30-108.el8_5.1.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-108.el8_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.s390x" }, "product_reference": "binutils-debugsource-0:2.30-108.el8_5.1.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-108.el8_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.x86_64" }, "product_reference": "binutils-debugsource-0:2.30-108.el8_5.1.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-108.el8_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.aarch64" }, "product_reference": "binutils-devel-0:2.30-108.el8_5.1.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-108.el8_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.i686" }, "product_reference": "binutils-devel-0:2.30-108.el8_5.1.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-108.el8_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.ppc64le" }, "product_reference": "binutils-devel-0:2.30-108.el8_5.1.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-108.el8_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.s390x" }, "product_reference": "binutils-devel-0:2.30-108.el8_5.1.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-108.el8_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.x86_64" }, "product_reference": "binutils-devel-0:2.30-108.el8_5.1.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-108.el8_5.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.aarch64" }, "product_reference": "binutils-0:2.30-108.el8_5.1.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-108.el8_5.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.ppc64le" }, "product_reference": "binutils-0:2.30-108.el8_5.1.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-108.el8_5.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.s390x" }, "product_reference": "binutils-0:2.30-108.el8_5.1.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-108.el8_5.1.src as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.src" }, "product_reference": "binutils-0:2.30-108.el8_5.1.src", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.30-108.el8_5.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.x86_64" }, "product_reference": "binutils-0:2.30-108.el8_5.1.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-108.el8_5.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.aarch64" }, "product_reference": "binutils-debuginfo-0:2.30-108.el8_5.1.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-108.el8_5.1.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.i686" }, "product_reference": "binutils-debuginfo-0:2.30-108.el8_5.1.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-108.el8_5.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.ppc64le" }, "product_reference": "binutils-debuginfo-0:2.30-108.el8_5.1.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-108.el8_5.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.s390x" }, "product_reference": "binutils-debuginfo-0:2.30-108.el8_5.1.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.30-108.el8_5.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.x86_64" }, "product_reference": "binutils-debuginfo-0:2.30-108.el8_5.1.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-108.el8_5.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.aarch64" }, "product_reference": "binutils-debugsource-0:2.30-108.el8_5.1.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-108.el8_5.1.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.i686" }, "product_reference": "binutils-debugsource-0:2.30-108.el8_5.1.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-108.el8_5.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.ppc64le" }, "product_reference": "binutils-debugsource-0:2.30-108.el8_5.1.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-108.el8_5.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.s390x" }, "product_reference": "binutils-debugsource-0:2.30-108.el8_5.1.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debugsource-0:2.30-108.el8_5.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.x86_64" }, "product_reference": "binutils-debugsource-0:2.30-108.el8_5.1.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-108.el8_5.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.aarch64" }, "product_reference": "binutils-devel-0:2.30-108.el8_5.1.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-108.el8_5.1.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.i686" }, "product_reference": "binutils-devel-0:2.30-108.el8_5.1.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-108.el8_5.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.ppc64le" }, "product_reference": "binutils-devel-0:2.30-108.el8_5.1.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-108.el8_5.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.s390x" }, "product_reference": "binutils-devel-0:2.30-108.el8_5.1.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.30-108.el8_5.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.x86_64" }, "product_reference": "binutils-devel-0:2.30-108.el8_5.1.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "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.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.src", "AppStream-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.i686", "AppStream-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.i686", "AppStream-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.i686", "AppStream-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.x86_64", "BaseOS-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.aarch64", "BaseOS-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.ppc64le", "BaseOS-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.s390x", "BaseOS-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.src", "BaseOS-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.x86_64", "BaseOS-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.aarch64", "BaseOS-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.i686", "BaseOS-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.ppc64le", "BaseOS-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.s390x", "BaseOS-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.x86_64", "BaseOS-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.aarch64", "BaseOS-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.i686", "BaseOS-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.ppc64le", "BaseOS-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.s390x", "BaseOS-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.x86_64", "BaseOS-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.aarch64", "BaseOS-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.i686", "BaseOS-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.ppc64le", "BaseOS-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.s390x", "BaseOS-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-10T09:58:49+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.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.src", "AppStream-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.i686", "AppStream-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.i686", "AppStream-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.i686", "AppStream-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.x86_64", "BaseOS-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.aarch64", "BaseOS-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.ppc64le", "BaseOS-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.s390x", "BaseOS-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.src", "BaseOS-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.x86_64", "BaseOS-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.aarch64", "BaseOS-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.i686", "BaseOS-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.ppc64le", "BaseOS-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.s390x", "BaseOS-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.x86_64", "BaseOS-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.aarch64", "BaseOS-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.i686", "BaseOS-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.ppc64le", "BaseOS-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.s390x", "BaseOS-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.x86_64", "BaseOS-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.aarch64", "BaseOS-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.i686", "BaseOS-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.ppc64le", "BaseOS-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.s390x", "BaseOS-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4595" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "AppStream-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.src", "AppStream-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.i686", "AppStream-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.i686", "AppStream-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.i686", "AppStream-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.x86_64", "BaseOS-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.aarch64", "BaseOS-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.ppc64le", "BaseOS-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.s390x", "BaseOS-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.src", "BaseOS-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.x86_64", "BaseOS-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.aarch64", "BaseOS-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.i686", "BaseOS-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.ppc64le", "BaseOS-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.s390x", "BaseOS-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.x86_64", "BaseOS-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.aarch64", "BaseOS-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.i686", "BaseOS-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.ppc64le", "BaseOS-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.s390x", "BaseOS-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.x86_64", "BaseOS-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.aarch64", "BaseOS-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.i686", "BaseOS-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.ppc64le", "BaseOS-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.s390x", "BaseOS-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.src", "AppStream-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.i686", "AppStream-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.i686", "AppStream-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.i686", "AppStream-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.x86_64", "BaseOS-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.aarch64", "BaseOS-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.ppc64le", "BaseOS-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.s390x", "BaseOS-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.src", "BaseOS-8.5.0.Z.MAIN:binutils-0:2.30-108.el8_5.1.x86_64", "BaseOS-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.aarch64", "BaseOS-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.i686", "BaseOS-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.ppc64le", "BaseOS-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.s390x", "BaseOS-8.5.0.Z.MAIN:binutils-debuginfo-0:2.30-108.el8_5.1.x86_64", "BaseOS-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.aarch64", "BaseOS-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.i686", "BaseOS-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.ppc64le", "BaseOS-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.s390x", "BaseOS-8.5.0.Z.MAIN:binutils-debugsource-0:2.30-108.el8_5.1.x86_64", "BaseOS-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.aarch64", "BaseOS-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.i686", "BaseOS-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.ppc64le", "BaseOS-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.s390x", "BaseOS-8.5.0.Z.MAIN:binutils-devel-0:2.30-108.el8_5.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
rhsa-2021_4591
Vulnerability from csaf_redhat
Notes
{ "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 gcc-toolset-11-annobin 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": "Annobin provides a compiler plugin to annotate and tools to examine compiled binary files.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in annobin in order to facilitate detection of BiDi Unicode characters:\n\nThis update of annobin adds a new annocheck test to detect the presence of multibyte characters in symbol names.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4591", "url": "https://access.redhat.com/errata/RHSA-2021:4591" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4591.json" } ], "title": "Red Hat Security Advisory: gcc-toolset-11-annobin security update", "tracking": { "current_release_date": "2024-11-13T23:34:45+00:00", "generator": { "date": "2024-11-13T23:34:45+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2021:4591", "initial_release_date": "2021-11-10T09:52:57+00:00", "revision_history": [ { "date": "2021-11-10T09:52:57+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-10T09:52:57+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T23:34:45+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.5.0.Z.MAIN", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-11-annobin-0:9.85-1.el8_5.1.src", "product": { "name": "gcc-toolset-11-annobin-0:9.85-1.el8_5.1.src", "product_id": "gcc-toolset-11-annobin-0:9.85-1.el8_5.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-annobin@9.85-1.el8_5.1?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.aarch64", "product": { "name": "gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.aarch64", "product_id": "gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-annobin-annocheck@9.85-1.el8_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.aarch64", "product": { "name": "gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.aarch64", "product_id": "gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-annobin-plugin-gcc@9.85-1.el8_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.aarch64", "product": { "name": "gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.aarch64", "product_id": "gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-annobin-annocheck-debuginfo@9.85-1.el8_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.aarch64", "product": { "name": "gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.aarch64", "product_id": "gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-annobin-debuginfo@9.85-1.el8_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.aarch64", "product": { "name": "gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.aarch64", "product_id": "gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-annobin-plugin-gcc-debuginfo@9.85-1.el8_5.1?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.ppc64le", "product": { "name": "gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.ppc64le", "product_id": "gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-annobin-annocheck@9.85-1.el8_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.ppc64le", "product": { "name": "gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.ppc64le", "product_id": "gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-annobin-plugin-gcc@9.85-1.el8_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.ppc64le", "product": { "name": "gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.ppc64le", "product_id": "gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-annobin-annocheck-debuginfo@9.85-1.el8_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.ppc64le", "product": { "name": "gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.ppc64le", "product_id": "gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-annobin-debuginfo@9.85-1.el8_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.ppc64le", "product": { "name": "gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.ppc64le", "product_id": "gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-annobin-plugin-gcc-debuginfo@9.85-1.el8_5.1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.x86_64", "product": { "name": "gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.x86_64", "product_id": "gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-annobin-annocheck@9.85-1.el8_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.x86_64", "product": { "name": "gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.x86_64", "product_id": "gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-annobin-plugin-gcc@9.85-1.el8_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.x86_64", "product": { "name": "gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.x86_64", "product_id": "gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-annobin-annocheck-debuginfo@9.85-1.el8_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.x86_64", "product": { "name": "gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.x86_64", "product_id": "gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-annobin-debuginfo@9.85-1.el8_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.x86_64", "product": { "name": "gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.x86_64", "product_id": "gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-annobin-plugin-gcc-debuginfo@9.85-1.el8_5.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.s390x", "product": { "name": "gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.s390x", "product_id": "gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-annobin-annocheck@9.85-1.el8_5.1?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.s390x", "product": { "name": "gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.s390x", "product_id": "gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-annobin-plugin-gcc@9.85-1.el8_5.1?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.s390x", "product": { "name": "gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.s390x", "product_id": "gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-annobin-annocheck-debuginfo@9.85-1.el8_5.1?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.s390x", "product": { "name": "gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.s390x", "product_id": "gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-annobin-debuginfo@9.85-1.el8_5.1?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.s390x", "product": { "name": "gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.s390x", "product_id": "gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-annobin-plugin-gcc-debuginfo@9.85-1.el8_5.1?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-11-annobin-docs-0:9.85-1.el8_5.1.noarch", "product": { "name": "gcc-toolset-11-annobin-docs-0:9.85-1.el8_5.1.noarch", "product_id": "gcc-toolset-11-annobin-docs-0:9.85-1.el8_5.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-11-annobin-docs@9.85-1.el8_5.1?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-annobin-0:9.85-1.el8_5.1.src as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-0:9.85-1.el8_5.1.src" }, "product_reference": "gcc-toolset-11-annobin-0:9.85-1.el8_5.1.src", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.aarch64" }, "product_reference": "gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.ppc64le" }, "product_reference": "gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.s390x" }, "product_reference": "gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.x86_64" }, "product_reference": "gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.aarch64" }, "product_reference": "gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.ppc64le" }, "product_reference": "gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.s390x" }, "product_reference": "gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.x86_64" }, "product_reference": "gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.aarch64" }, "product_reference": "gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.ppc64le" }, "product_reference": "gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.s390x" }, "product_reference": "gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.x86_64" }, "product_reference": "gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-annobin-docs-0:9.85-1.el8_5.1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-docs-0:9.85-1.el8_5.1.noarch" }, "product_reference": "gcc-toolset-11-annobin-docs-0:9.85-1.el8_5.1.noarch", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.aarch64" }, "product_reference": "gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.ppc64le" }, "product_reference": "gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.s390x" }, "product_reference": "gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.x86_64" }, "product_reference": "gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.aarch64" }, "product_reference": "gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.ppc64le" }, "product_reference": "gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.s390x" }, "product_reference": "gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.x86_64" }, "product_reference": "gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "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.5.0.Z.MAIN:gcc-toolset-11-annobin-0:9.85-1.el8_5.1.src", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-docs-0:9.85-1.el8_5.1.noarch", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-10T09:52:57+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.5.0.Z.MAIN:gcc-toolset-11-annobin-0:9.85-1.el8_5.1.src", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-docs-0:9.85-1.el8_5.1.noarch", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4591" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-0:9.85-1.el8_5.1.src", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-docs-0:9.85-1.el8_5.1.noarch", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-0:9.85-1.el8_5.1.src", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-0:9.85-1.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-annocheck-debuginfo-0:9.85-1.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-debuginfo-0:9.85-1.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-docs-0:9.85-1.el8_5.1.noarch", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-0:9.85-1.el8_5.1.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-11-annobin-plugin-gcc-debuginfo-0:9.85-1.el8_5.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
rhsa-2021_4730
Vulnerability from csaf_redhat
Notes
{ "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 devtoolset-11-binutils is now available for Red Hat Software Collections.\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": "The binutils packages provide a collection of binary utilities for the manipulation of object code in various object file formats. It includes the ar, as, gprof, ld, nm, objcopy, objdump, ranlib, readelf, size, strings, strip, and addr2line utilities.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in binutils in order to facilitate detection of BiDi Unicode characters:\n\nTools which display names or strings (readelf, strings, nm, objdump) have a new command line option --unicode / -U which controls how Unicode characters are handled.\n\nUsing \"--unicode=default\" will treat them as normal for the tool. This is the default behaviour when --unicode option is not used.\nUsing \"--unicode=locale\" will display them according to the current locale.\nUsing \"--unicode=hex\" will display them as hex byte values.\nUsing \"--unicode=escape\" will display them as Unicode escape sequences.\nUsing \"--unicode=highlight\" will display them as Unicode escape sequences highlighted in red, if supported by the output device.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4730", "url": "https://access.redhat.com/errata/RHSA-2021:4730" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4730.json" } ], "title": "Red Hat Security Advisory: devtoolset-11-binutils security update", "tracking": { "current_release_date": "2024-11-13T23:36:39+00:00", "generator": { "date": "2024-11-13T23:36:39+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2021:4730", "initial_release_date": "2021-11-18T10:09:52+00:00", "revision_history": [ { "date": "2021-11-18T10:09:52+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-18T10:09:52+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T23:36:39+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Software Collections for RHEL Workstation(v. 7)", "product": { "name": "Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for RHEL(v. 7)", "product": { "name": "Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } } ], "category": "product_family", "name": "Red Hat Software Collections" }, { "branches": [ { "category": "product_version", "name": "devtoolset-11-binutils-0:2.36.1-1.el7.1.src", "product": { "name": "devtoolset-11-binutils-0:2.36.1-1.el7.1.src", "product_id": "devtoolset-11-binutils-0:2.36.1-1.el7.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-binutils@2.36.1-1.el7.1?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "devtoolset-11-binutils-0:2.36.1-1.el7.1.x86_64", "product": { "name": "devtoolset-11-binutils-0:2.36.1-1.el7.1.x86_64", "product_id": "devtoolset-11-binutils-0:2.36.1-1.el7.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-binutils@2.36.1-1.el7.1?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.x86_64", "product": { "name": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.x86_64", "product_id": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-binutils-devel@2.36.1-1.el7.1?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.x86_64", "product": { "name": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.x86_64", "product_id": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-binutils-debuginfo@2.36.1-1.el7.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.i686", "product": { "name": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.i686", "product_id": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-binutils-devel@2.36.1-1.el7.1?arch=i686" } } }, { "category": "product_version", "name": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.i686", "product": { "name": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.i686", "product_id": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-binutils-debuginfo@2.36.1-1.el7.1?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64le", "product": { "name": "devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64le", "product_id": "devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-binutils@2.36.1-1.el7.1?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64le", "product": { "name": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64le", "product_id": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-binutils-devel@2.36.1-1.el7.1?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64le", "product": { "name": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64le", "product_id": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-binutils-debuginfo@2.36.1-1.el7.1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64", "product": { "name": "devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64", "product_id": "devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-binutils@2.36.1-1.el7.1?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64", "product": { "name": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64", "product_id": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-binutils-devel@2.36.1-1.el7.1?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64", "product": { "name": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64", "product_id": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-binutils-debuginfo@2.36.1-1.el7.1?arch=ppc64" } } } ], "category": "architecture", "name": "ppc64" }, { "branches": [ { "category": "product_version", "name": "devtoolset-11-binutils-0:2.36.1-1.el7.1.s390x", "product": { "name": "devtoolset-11-binutils-0:2.36.1-1.el7.1.s390x", "product_id": "devtoolset-11-binutils-0:2.36.1-1.el7.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-binutils@2.36.1-1.el7.1?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.s390x", "product": { "name": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.s390x", "product_id": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-binutils-devel@2.36.1-1.el7.1?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.s390x", "product": { "name": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.s390x", "product_id": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-binutils-debuginfo@2.36.1-1.el7.1?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64" }, "product_reference": "devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64le" }, "product_reference": "devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-0:2.36.1-1.el7.1.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-0:2.36.1-1.el7.1.s390x" }, "product_reference": "devtoolset-11-binutils-0:2.36.1-1.el7.1.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-0:2.36.1-1.el7.1.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-0:2.36.1-1.el7.1.src" }, "product_reference": "devtoolset-11-binutils-0:2.36.1-1.el7.1.src", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-0:2.36.1-1.el7.1.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-0:2.36.1-1.el7.1.x86_64" }, "product_reference": "devtoolset-11-binutils-0:2.36.1-1.el7.1.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.i686" }, "product_reference": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.i686", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64" }, "product_reference": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64le" }, "product_reference": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.s390x" }, "product_reference": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.x86_64" }, "product_reference": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.i686" }, "product_reference": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.i686", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64" }, "product_reference": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64le" }, "product_reference": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.s390x" }, "product_reference": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.x86_64" }, "product_reference": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64" }, "product_reference": "devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64le" }, "product_reference": "devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-0:2.36.1-1.el7.1.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.s390x" }, "product_reference": "devtoolset-11-binutils-0:2.36.1-1.el7.1.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-0:2.36.1-1.el7.1.src as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.src" }, "product_reference": "devtoolset-11-binutils-0:2.36.1-1.el7.1.src", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-0:2.36.1-1.el7.1.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.x86_64" }, "product_reference": "devtoolset-11-binutils-0:2.36.1-1.el7.1.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.i686 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.i686" }, "product_reference": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.i686", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64" }, "product_reference": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64le" }, "product_reference": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.s390x" }, "product_reference": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.x86_64" }, "product_reference": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.i686 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.i686" }, "product_reference": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.i686", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64" }, "product_reference": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64le" }, "product_reference": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.s390x" }, "product_reference": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.x86_64" }, "product_reference": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64" }, "product_reference": "devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64le" }, "product_reference": "devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-0:2.36.1-1.el7.1.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.s390x" }, "product_reference": "devtoolset-11-binutils-0:2.36.1-1.el7.1.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-0:2.36.1-1.el7.1.src as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.src" }, "product_reference": "devtoolset-11-binutils-0:2.36.1-1.el7.1.src", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-0:2.36.1-1.el7.1.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.x86_64" }, "product_reference": "devtoolset-11-binutils-0:2.36.1-1.el7.1.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.i686 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.i686" }, "product_reference": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64" }, "product_reference": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64le" }, "product_reference": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.s390x" }, "product_reference": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.x86_64" }, "product_reference": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.i686 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.i686" }, "product_reference": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64" }, "product_reference": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64le" }, "product_reference": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.s390x" }, "product_reference": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.x86_64" }, "product_reference": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-0:2.36.1-1.el7.1.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-0:2.36.1-1.el7.1.src", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-0:2.36.1-1.el7.1.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.x86_64", "7Server-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64", "7Server-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.s390x", "7Server-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.src", "7Server-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.x86_64", "7Server-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.i686", "7Server-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64", "7Server-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.s390x", "7Server-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.x86_64", "7Server-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.i686", "7Server-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64", "7Server-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.s390x", "7Server-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.src", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.i686", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.i686", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-18T10:09:52+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-0:2.36.1-1.el7.1.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-0:2.36.1-1.el7.1.src", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-0:2.36.1-1.el7.1.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.x86_64", "7Server-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64", "7Server-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.s390x", "7Server-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.src", "7Server-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.x86_64", "7Server-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.i686", "7Server-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64", "7Server-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.s390x", "7Server-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.x86_64", "7Server-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.i686", "7Server-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64", "7Server-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.s390x", "7Server-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.src", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.i686", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.i686", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4730" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-0:2.36.1-1.el7.1.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-0:2.36.1-1.el7.1.src", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-0:2.36.1-1.el7.1.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.x86_64", "7Server-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64", "7Server-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.s390x", "7Server-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.src", "7Server-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.x86_64", "7Server-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.i686", "7Server-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64", "7Server-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.s390x", "7Server-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.x86_64", "7Server-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.i686", "7Server-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64", "7Server-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.s390x", "7Server-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.src", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.i686", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.i686", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-0:2.36.1-1.el7.1.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-0:2.36.1-1.el7.1.src", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-0:2.36.1-1.el7.1.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.x86_64", "7Server-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64", "7Server-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.s390x", "7Server-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.src", "7Server-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.x86_64", "7Server-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.i686", "7Server-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64", "7Server-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.s390x", "7Server-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.x86_64", "7Server-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.i686", "7Server-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64", "7Server-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.s390x", "7Server-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.src", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.i686", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.i686", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
rhsa-2021_4588
Vulnerability from csaf_redhat
Notes
{ "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 gcc-toolset-10-binutils is now available for Red Hat Enterprise Linux 8.4 Extended Update Support.\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": "The binutils packages provide a collection of binary utilities for the manipulation of object code in various object file formats. It includes the ar, as, gprof, ld, nm, objcopy, objdump, ranlib, readelf, size, strings, strip, and addr2line utilities.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in binutils in order to facilitate detection of BiDi Unicode characters:\n\nTools which display names or strings (readelf, strings, nm, objdump) have a new command line option --unicode / -U which controls how Unicode characters are handled.\n\nUsing \"--unicode=default\" will treat them as normal for the tool. This is the default behaviour when --unicode option is not used.\nUsing \"--unicode=locale\" will display them according to the current locale.\nUsing \"--unicode=hex\" will display them as hex byte values.\nUsing \"--unicode=escape\" will display them as Unicode escape sequences.\nUsing \"--unicode=highlight\" will display them as Unicode escape sequences highlighted in red, if supported by the output device.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4588", "url": "https://access.redhat.com/errata/RHSA-2021:4588" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4588.json" } ], "title": "Red Hat Security Advisory: gcc-toolset-10-binutils security update", "tracking": { "current_release_date": "2024-11-13T23:35:12+00:00", "generator": { "date": "2024-11-13T23:35:12+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2021:4588", "initial_release_date": "2021-11-10T09:04:42+00:00", "revision_history": [ { "date": "2021-11-10T09:04:42+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-10T09:04:42+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T23:35:12+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:8.4::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-binutils-0:2.35-8.el8_4.5.src", "product": { "name": "gcc-toolset-10-binutils-0:2.35-8.el8_4.5.src", "product_id": "gcc-toolset-10-binutils-0:2.35-8.el8_4.5.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils@2.35-8.el8_4.5?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-binutils-0:2.35-8.el8_4.5.aarch64", "product": { "name": "gcc-toolset-10-binutils-0:2.35-8.el8_4.5.aarch64", "product_id": "gcc-toolset-10-binutils-0:2.35-8.el8_4.5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils@2.35-8.el8_4.5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.aarch64", "product": { "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.aarch64", "product_id": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils-devel@2.35-8.el8_4.5?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.aarch64", "product": { "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.aarch64", "product_id": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils-debuginfo@2.35-8.el8_4.5?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-binutils-0:2.35-8.el8_4.5.ppc64le", "product": { "name": "gcc-toolset-10-binutils-0:2.35-8.el8_4.5.ppc64le", "product_id": "gcc-toolset-10-binutils-0:2.35-8.el8_4.5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils@2.35-8.el8_4.5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.ppc64le", "product": { "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.ppc64le", "product_id": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils-devel@2.35-8.el8_4.5?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.ppc64le", "product": { "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.ppc64le", "product_id": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils-debuginfo@2.35-8.el8_4.5?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-binutils-0:2.35-8.el8_4.5.x86_64", "product": { "name": "gcc-toolset-10-binutils-0:2.35-8.el8_4.5.x86_64", "product_id": "gcc-toolset-10-binutils-0:2.35-8.el8_4.5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils@2.35-8.el8_4.5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.x86_64", "product": { "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.x86_64", "product_id": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils-devel@2.35-8.el8_4.5?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.x86_64", "product": { "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.x86_64", "product_id": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils-debuginfo@2.35-8.el8_4.5?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.i686", "product": { "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.i686", "product_id": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils-devel@2.35-8.el8_4.5?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.i686", "product": { "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.i686", "product_id": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils-debuginfo@2.35-8.el8_4.5?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-binutils-0:2.35-8.el8_4.5.s390x", "product": { "name": "gcc-toolset-10-binutils-0:2.35-8.el8_4.5.s390x", "product_id": "gcc-toolset-10-binutils-0:2.35-8.el8_4.5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils@2.35-8.el8_4.5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.s390x", "product": { "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.s390x", "product_id": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils-devel@2.35-8.el8_4.5?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.s390x", "product": { "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.s390x", "product_id": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils-debuginfo@2.35-8.el8_4.5?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-0:2.35-8.el8_4.5.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-0:2.35-8.el8_4.5.aarch64" }, "product_reference": "gcc-toolset-10-binutils-0:2.35-8.el8_4.5.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-0:2.35-8.el8_4.5.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-0:2.35-8.el8_4.5.ppc64le" }, "product_reference": "gcc-toolset-10-binutils-0:2.35-8.el8_4.5.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-0:2.35-8.el8_4.5.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-0:2.35-8.el8_4.5.s390x" }, "product_reference": "gcc-toolset-10-binutils-0:2.35-8.el8_4.5.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-0:2.35-8.el8_4.5.src as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-0:2.35-8.el8_4.5.src" }, "product_reference": "gcc-toolset-10-binutils-0:2.35-8.el8_4.5.src", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-0:2.35-8.el8_4.5.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-0:2.35-8.el8_4.5.x86_64" }, "product_reference": "gcc-toolset-10-binutils-0:2.35-8.el8_4.5.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.aarch64" }, "product_reference": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.i686" }, "product_reference": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.ppc64le" }, "product_reference": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.s390x" }, "product_reference": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.x86_64" }, "product_reference": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.aarch64" }, "product_reference": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.i686" }, "product_reference": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.ppc64le" }, "product_reference": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.s390x" }, "product_reference": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.x86_64" }, "product_reference": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "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.4.0.Z.EUS:gcc-toolset-10-binutils-0:2.35-8.el8_4.5.aarch64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-0:2.35-8.el8_4.5.ppc64le", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-0:2.35-8.el8_4.5.s390x", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-0:2.35-8.el8_4.5.src", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-0:2.35-8.el8_4.5.x86_64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.aarch64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.i686", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.ppc64le", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.s390x", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.x86_64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.aarch64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.i686", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.ppc64le", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.s390x", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-10T09:04:42+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-0:2.35-8.el8_4.5.aarch64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-0:2.35-8.el8_4.5.ppc64le", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-0:2.35-8.el8_4.5.s390x", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-0:2.35-8.el8_4.5.src", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-0:2.35-8.el8_4.5.x86_64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.aarch64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.i686", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.ppc64le", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.s390x", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.x86_64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.aarch64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.i686", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.ppc64le", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.s390x", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4588" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-0:2.35-8.el8_4.5.aarch64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-0:2.35-8.el8_4.5.ppc64le", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-0:2.35-8.el8_4.5.s390x", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-0:2.35-8.el8_4.5.src", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-0:2.35-8.el8_4.5.x86_64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.aarch64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.i686", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.ppc64le", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.s390x", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.x86_64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.aarch64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.i686", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.ppc64le", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.s390x", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-0:2.35-8.el8_4.5.aarch64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-0:2.35-8.el8_4.5.ppc64le", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-0:2.35-8.el8_4.5.s390x", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-0:2.35-8.el8_4.5.src", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-0:2.35-8.el8_4.5.x86_64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.aarch64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.i686", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.ppc64le", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.s390x", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_4.5.x86_64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.aarch64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.i686", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.ppc64le", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.s390x", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-binutils-devel-0:2.35-8.el8_4.5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
rhsa-2021_4600
Vulnerability from csaf_redhat
Notes
{ "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 annobin is now available for Red Hat Enterprise Linux 8.2 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of 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": "Annobin provides a compiler plugin to annotate and tools to examine compiled binary files.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in annobin in order to facilitate detection of BiDi Unicode characters:\n\nThis update of annobin adds a new annocheck test to detect the presence of multibyte characters in symbol names.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4600", "url": "https://access.redhat.com/errata/RHSA-2021:4600" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4600.json" } ], "title": "Red Hat Security Advisory: annobin security update", "tracking": { "current_release_date": "2024-11-13T23:35:14+00:00", "generator": { "date": "2024-11-13T23:35:14+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2021:4600", "initial_release_date": "2021-11-10T09:40:26+00:00", "revision_history": [ { "date": "2021-11-10T09:40:26+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-10T09:40:26+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T23:35: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 EUS (v. 8.2)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:8.2::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "annobin-0:8.90-1.el8_2.1.src", "product": { "name": "annobin-0:8.90-1.el8_2.1.src", "product_id": "annobin-0:8.90-1.el8_2.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin@8.90-1.el8_2.1?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "annobin-0:8.90-1.el8_2.1.aarch64", "product": { "name": "annobin-0:8.90-1.el8_2.1.aarch64", "product_id": "annobin-0:8.90-1.el8_2.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin@8.90-1.el8_2.1?arch=aarch64" } } }, { "category": "product_version", "name": "annobin-debugsource-0:8.90-1.el8_2.1.aarch64", "product": { "name": "annobin-debugsource-0:8.90-1.el8_2.1.aarch64", "product_id": "annobin-debugsource-0:8.90-1.el8_2.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debugsource@8.90-1.el8_2.1?arch=aarch64" } } }, { "category": "product_version", "name": "annobin-debuginfo-0:8.90-1.el8_2.1.aarch64", "product": { "name": "annobin-debuginfo-0:8.90-1.el8_2.1.aarch64", "product_id": "annobin-debuginfo-0:8.90-1.el8_2.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debuginfo@8.90-1.el8_2.1?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "annobin-0:8.90-1.el8_2.1.ppc64le", "product": { "name": "annobin-0:8.90-1.el8_2.1.ppc64le", "product_id": "annobin-0:8.90-1.el8_2.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin@8.90-1.el8_2.1?arch=ppc64le" } } }, { "category": "product_version", "name": "annobin-debugsource-0:8.90-1.el8_2.1.ppc64le", "product": { "name": "annobin-debugsource-0:8.90-1.el8_2.1.ppc64le", "product_id": "annobin-debugsource-0:8.90-1.el8_2.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debugsource@8.90-1.el8_2.1?arch=ppc64le" } } }, { "category": "product_version", "name": "annobin-debuginfo-0:8.90-1.el8_2.1.ppc64le", "product": { "name": "annobin-debuginfo-0:8.90-1.el8_2.1.ppc64le", "product_id": "annobin-debuginfo-0:8.90-1.el8_2.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debuginfo@8.90-1.el8_2.1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "annobin-0:8.90-1.el8_2.1.x86_64", "product": { "name": "annobin-0:8.90-1.el8_2.1.x86_64", "product_id": "annobin-0:8.90-1.el8_2.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin@8.90-1.el8_2.1?arch=x86_64" } } }, { "category": "product_version", "name": "annobin-debugsource-0:8.90-1.el8_2.1.x86_64", "product": { "name": "annobin-debugsource-0:8.90-1.el8_2.1.x86_64", "product_id": "annobin-debugsource-0:8.90-1.el8_2.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debugsource@8.90-1.el8_2.1?arch=x86_64" } } }, { "category": "product_version", "name": "annobin-debuginfo-0:8.90-1.el8_2.1.x86_64", "product": { "name": "annobin-debuginfo-0:8.90-1.el8_2.1.x86_64", "product_id": "annobin-debuginfo-0:8.90-1.el8_2.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debuginfo@8.90-1.el8_2.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "annobin-0:8.90-1.el8_2.1.s390x", "product": { "name": "annobin-0:8.90-1.el8_2.1.s390x", "product_id": "annobin-0:8.90-1.el8_2.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin@8.90-1.el8_2.1?arch=s390x" } } }, { "category": "product_version", "name": "annobin-debugsource-0:8.90-1.el8_2.1.s390x", "product": { "name": "annobin-debugsource-0:8.90-1.el8_2.1.s390x", "product_id": "annobin-debugsource-0:8.90-1.el8_2.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debugsource@8.90-1.el8_2.1?arch=s390x" } } }, { "category": "product_version", "name": "annobin-debuginfo-0:8.90-1.el8_2.1.s390x", "product": { "name": "annobin-debuginfo-0:8.90-1.el8_2.1.s390x", "product_id": "annobin-debuginfo-0:8.90-1.el8_2.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debuginfo@8.90-1.el8_2.1?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "annobin-0:8.90-1.el8_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:annobin-0:8.90-1.el8_2.1.aarch64" }, "product_reference": "annobin-0:8.90-1.el8_2.1.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-0:8.90-1.el8_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:annobin-0:8.90-1.el8_2.1.ppc64le" }, "product_reference": "annobin-0:8.90-1.el8_2.1.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-0:8.90-1.el8_2.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:annobin-0:8.90-1.el8_2.1.s390x" }, "product_reference": "annobin-0:8.90-1.el8_2.1.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-0:8.90-1.el8_2.1.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:annobin-0:8.90-1.el8_2.1.src" }, "product_reference": "annobin-0:8.90-1.el8_2.1.src", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-0:8.90-1.el8_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:annobin-0:8.90-1.el8_2.1.x86_64" }, "product_reference": "annobin-0:8.90-1.el8_2.1.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debuginfo-0:8.90-1.el8_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:annobin-debuginfo-0:8.90-1.el8_2.1.aarch64" }, "product_reference": "annobin-debuginfo-0:8.90-1.el8_2.1.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debuginfo-0:8.90-1.el8_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:annobin-debuginfo-0:8.90-1.el8_2.1.ppc64le" }, "product_reference": "annobin-debuginfo-0:8.90-1.el8_2.1.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debuginfo-0:8.90-1.el8_2.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:annobin-debuginfo-0:8.90-1.el8_2.1.s390x" }, "product_reference": "annobin-debuginfo-0:8.90-1.el8_2.1.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debuginfo-0:8.90-1.el8_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:annobin-debuginfo-0:8.90-1.el8_2.1.x86_64" }, "product_reference": "annobin-debuginfo-0:8.90-1.el8_2.1.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debugsource-0:8.90-1.el8_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:annobin-debugsource-0:8.90-1.el8_2.1.aarch64" }, "product_reference": "annobin-debugsource-0:8.90-1.el8_2.1.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debugsource-0:8.90-1.el8_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:annobin-debugsource-0:8.90-1.el8_2.1.ppc64le" }, "product_reference": "annobin-debugsource-0:8.90-1.el8_2.1.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debugsource-0:8.90-1.el8_2.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:annobin-debugsource-0:8.90-1.el8_2.1.s390x" }, "product_reference": "annobin-debugsource-0:8.90-1.el8_2.1.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debugsource-0:8.90-1.el8_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:annobin-debugsource-0:8.90-1.el8_2.1.x86_64" }, "product_reference": "annobin-debugsource-0:8.90-1.el8_2.1.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "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.2.0.Z.EUS:annobin-0:8.90-1.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:annobin-0:8.90-1.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:annobin-0:8.90-1.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:annobin-0:8.90-1.el8_2.1.src", "AppStream-8.2.0.Z.EUS:annobin-0:8.90-1.el8_2.1.x86_64", "AppStream-8.2.0.Z.EUS:annobin-debuginfo-0:8.90-1.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:annobin-debuginfo-0:8.90-1.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:annobin-debuginfo-0:8.90-1.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:annobin-debuginfo-0:8.90-1.el8_2.1.x86_64", "AppStream-8.2.0.Z.EUS:annobin-debugsource-0:8.90-1.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:annobin-debugsource-0:8.90-1.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:annobin-debugsource-0:8.90-1.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:annobin-debugsource-0:8.90-1.el8_2.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-10T09:40:26+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.2.0.Z.EUS:annobin-0:8.90-1.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:annobin-0:8.90-1.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:annobin-0:8.90-1.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:annobin-0:8.90-1.el8_2.1.src", "AppStream-8.2.0.Z.EUS:annobin-0:8.90-1.el8_2.1.x86_64", "AppStream-8.2.0.Z.EUS:annobin-debuginfo-0:8.90-1.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:annobin-debuginfo-0:8.90-1.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:annobin-debuginfo-0:8.90-1.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:annobin-debuginfo-0:8.90-1.el8_2.1.x86_64", "AppStream-8.2.0.Z.EUS:annobin-debugsource-0:8.90-1.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:annobin-debugsource-0:8.90-1.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:annobin-debugsource-0:8.90-1.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:annobin-debugsource-0:8.90-1.el8_2.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4600" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "AppStream-8.2.0.Z.EUS:annobin-0:8.90-1.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:annobin-0:8.90-1.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:annobin-0:8.90-1.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:annobin-0:8.90-1.el8_2.1.src", "AppStream-8.2.0.Z.EUS:annobin-0:8.90-1.el8_2.1.x86_64", "AppStream-8.2.0.Z.EUS:annobin-debuginfo-0:8.90-1.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:annobin-debuginfo-0:8.90-1.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:annobin-debuginfo-0:8.90-1.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:annobin-debuginfo-0:8.90-1.el8_2.1.x86_64", "AppStream-8.2.0.Z.EUS:annobin-debugsource-0:8.90-1.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:annobin-debugsource-0:8.90-1.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:annobin-debugsource-0:8.90-1.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:annobin-debugsource-0:8.90-1.el8_2.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.2.0.Z.EUS:annobin-0:8.90-1.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:annobin-0:8.90-1.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:annobin-0:8.90-1.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:annobin-0:8.90-1.el8_2.1.src", "AppStream-8.2.0.Z.EUS:annobin-0:8.90-1.el8_2.1.x86_64", "AppStream-8.2.0.Z.EUS:annobin-debuginfo-0:8.90-1.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:annobin-debuginfo-0:8.90-1.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:annobin-debuginfo-0:8.90-1.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:annobin-debuginfo-0:8.90-1.el8_2.1.x86_64", "AppStream-8.2.0.Z.EUS:annobin-debugsource-0:8.90-1.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:annobin-debugsource-0:8.90-1.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:annobin-debugsource-0:8.90-1.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:annobin-debugsource-0:8.90-1.el8_2.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
rhsa-2021:4649
Vulnerability from csaf_redhat
Notes
{ "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 gcc-toolset-10-binutils 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": "The binutils packages provide a collection of binary utilities for the manipulation of object code in various object file formats. It includes the ar, as, gprof, ld, nm, objcopy, objdump, ranlib, readelf, size, strings, strip, and addr2line utilities.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in binutils in order to facilitate detection of BiDi Unicode characters:\n\nTools which display names or strings (readelf, strings, nm, objdump) have a new command line option --unicode / -U which controls how Unicode characters are handled.\n\nUsing \"--unicode=default\" will treat them as normal for the tool. This is the default behaviour when --unicode option is not used.\nUsing \"--unicode=locale\" will display them according to the current locale.\nUsing \"--unicode=hex\" will display them as hex byte values.\nUsing \"--unicode=escape\" will display them as Unicode escape sequences.\nUsing \"--unicode=highlight\" will display them as Unicode escape sequences highlighted in red, if supported by the output device.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4649", "url": "https://access.redhat.com/errata/RHSA-2021:4649" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4649.json" } ], "title": "Red Hat Security Advisory: gcc-toolset-10-binutils security update", "tracking": { "current_release_date": "2025-09-25T12:35:55+00:00", "generator": { "date": "2025-09-25T12:35:55+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.8" } }, "id": "RHSA-2021:4649", "initial_release_date": "2021-11-15T10:29:26+00:00", "revision_history": [ { "date": "2021-11-15T10:29:26+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-15T10:29:26+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-25T12:35:55+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.5.0.Z.MAIN", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-binutils-0:2.35-8.el8_5.6.src", "product": { "name": "gcc-toolset-10-binutils-0:2.35-8.el8_5.6.src", "product_id": "gcc-toolset-10-binutils-0:2.35-8.el8_5.6.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils@2.35-8.el8_5.6?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-binutils-0:2.35-8.el8_5.6.aarch64", "product": { "name": "gcc-toolset-10-binutils-0:2.35-8.el8_5.6.aarch64", "product_id": "gcc-toolset-10-binutils-0:2.35-8.el8_5.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils@2.35-8.el8_5.6?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.aarch64", "product": { "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.aarch64", "product_id": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils-devel@2.35-8.el8_5.6?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.aarch64", "product": { "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.aarch64", "product_id": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils-debuginfo@2.35-8.el8_5.6?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-binutils-0:2.35-8.el8_5.6.ppc64le", "product": { "name": "gcc-toolset-10-binutils-0:2.35-8.el8_5.6.ppc64le", "product_id": "gcc-toolset-10-binutils-0:2.35-8.el8_5.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils@2.35-8.el8_5.6?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.ppc64le", "product": { "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.ppc64le", "product_id": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils-devel@2.35-8.el8_5.6?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.ppc64le", "product": { "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.ppc64le", "product_id": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils-debuginfo@2.35-8.el8_5.6?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-binutils-0:2.35-8.el8_5.6.x86_64", "product": { "name": "gcc-toolset-10-binutils-0:2.35-8.el8_5.6.x86_64", "product_id": "gcc-toolset-10-binutils-0:2.35-8.el8_5.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils@2.35-8.el8_5.6?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.x86_64", "product": { "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.x86_64", "product_id": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils-devel@2.35-8.el8_5.6?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.x86_64", "product": { "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.x86_64", "product_id": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils-debuginfo@2.35-8.el8_5.6?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.i686", "product": { "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.i686", "product_id": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils-devel@2.35-8.el8_5.6?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.i686", "product": { "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.i686", "product_id": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils-debuginfo@2.35-8.el8_5.6?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-binutils-0:2.35-8.el8_5.6.s390x", "product": { "name": "gcc-toolset-10-binutils-0:2.35-8.el8_5.6.s390x", "product_id": "gcc-toolset-10-binutils-0:2.35-8.el8_5.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils@2.35-8.el8_5.6?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.s390x", "product": { "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.s390x", "product_id": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils-devel@2.35-8.el8_5.6?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.s390x", "product": { "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.s390x", "product_id": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils-debuginfo@2.35-8.el8_5.6?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-0:2.35-8.el8_5.6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-0:2.35-8.el8_5.6.aarch64" }, "product_reference": "gcc-toolset-10-binutils-0:2.35-8.el8_5.6.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-0:2.35-8.el8_5.6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-0:2.35-8.el8_5.6.ppc64le" }, "product_reference": "gcc-toolset-10-binutils-0:2.35-8.el8_5.6.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-0:2.35-8.el8_5.6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-0:2.35-8.el8_5.6.s390x" }, "product_reference": "gcc-toolset-10-binutils-0:2.35-8.el8_5.6.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-0:2.35-8.el8_5.6.src as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-0:2.35-8.el8_5.6.src" }, "product_reference": "gcc-toolset-10-binutils-0:2.35-8.el8_5.6.src", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-0:2.35-8.el8_5.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-0:2.35-8.el8_5.6.x86_64" }, "product_reference": "gcc-toolset-10-binutils-0:2.35-8.el8_5.6.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.aarch64" }, "product_reference": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.i686" }, "product_reference": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.ppc64le" }, "product_reference": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.s390x" }, "product_reference": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.x86_64" }, "product_reference": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.aarch64" }, "product_reference": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.i686" }, "product_reference": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.ppc64le" }, "product_reference": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.s390x" }, "product_reference": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.x86_64" }, "product_reference": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "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.5.0.Z.MAIN:gcc-toolset-10-binutils-0:2.35-8.el8_5.6.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-0:2.35-8.el8_5.6.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-0:2.35-8.el8_5.6.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-0:2.35-8.el8_5.6.src", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-0:2.35-8.el8_5.6.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-15T10:29:26+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.5.0.Z.MAIN:gcc-toolset-10-binutils-0:2.35-8.el8_5.6.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-0:2.35-8.el8_5.6.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-0:2.35-8.el8_5.6.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-0:2.35-8.el8_5.6.src", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-0:2.35-8.el8_5.6.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4649" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-0:2.35-8.el8_5.6.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-0:2.35-8.el8_5.6.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-0:2.35-8.el8_5.6.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-0:2.35-8.el8_5.6.src", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-0:2.35-8.el8_5.6.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-0:2.35-8.el8_5.6.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-0:2.35-8.el8_5.6.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-0:2.35-8.el8_5.6.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-0:2.35-8.el8_5.6.src", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-0:2.35-8.el8_5.6.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
RHSA-2021:4669
Vulnerability from csaf_redhat
Notes
{ "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 devtoolset-11-gcc is now available for Red Hat Software Collections.\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": "The GNU Compiler Collection (GCC) is a portable compiler suite with support for various programming languages, including C, C++, and Fortran. The devtoolset-11-gcc packages provide the Red Hat Developer Toolset version of GCC, as well as related libraries.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in gcc in order to facilitate detection of BiDi Unicode characters:\n\nThis update implements a new warning option -Wbidirectional to warn about possibly dangerous bidirectional characters.\n\nThere are three levels of warning supported by gcc:\n\"-Wbidirectional=unpaired\", which warns about improperly terminated BiDi contexts. (This is the default.)\n\"-Wbidirectional=none\", which turns the warning off.\n\"-Wbidirectional=any\", which warns about any use of bidirectional characters.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4669", "url": "https://access.redhat.com/errata/RHSA-2021:4669" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4669.json" } ], "title": "Red Hat Security Advisory: devtoolset-11-gcc security update", "tracking": { "current_release_date": "2025-09-25T12:35:55+00:00", "generator": { "date": "2025-09-25T12:35:55+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.8" } }, "id": "RHSA-2021:4669", "initial_release_date": "2021-11-15T11:50:46+00:00", "revision_history": [ { "date": "2021-11-15T11:50:46+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-15T11:50:46+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-25T12:35:55+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Software Collections for RHEL Workstation(v. 7)", "product": { "name": "Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for RHEL(v. 7)", "product": { "name": "Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } } ], "category": "product_family", "name": "Red Hat Software Collections" }, { "branches": [ { "category": "product_version", "name": "devtoolset-11-gcc-0:11.2.1-1.2.el7.src", "product": { "name": "devtoolset-11-gcc-0:11.2.1-1.2.el7.src", "product_id": "devtoolset-11-gcc-0:11.2.1-1.2.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc@11.2.1-1.2.el7?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "devtoolset-11-gcc-0:11.2.1-1.2.el7.x86_64", "product": { "name": "devtoolset-11-gcc-0:11.2.1-1.2.el7.x86_64", "product_id": "devtoolset-11-gcc-0:11.2.1-1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc@11.2.1-1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.x86_64", "product": { "name": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.x86_64", "product_id": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc-c%2B%2B@11.2.1-1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.x86_64", "product": { "name": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.x86_64", "product_id": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc-gdb-plugin@11.2.1-1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.x86_64", "product": { "name": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.x86_64", "product_id": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc-gfortran@11.2.1-1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.x86_64", "product": { "name": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.x86_64", "product_id": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc-plugin-devel@11.2.1-1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.x86_64", "product": { "name": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.x86_64", "product_id": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libasan-devel@11.2.1-1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.x86_64", "product": { "name": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.x86_64", "product_id": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libatomic-devel@11.2.1-1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.x86_64", "product": { "name": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.x86_64", "product_id": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libgccjit@11.2.1-1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.x86_64", "product": { "name": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.x86_64", "product_id": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libgccjit-devel@11.2.1-1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.x86_64", "product": { "name": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.x86_64", "product_id": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libgccjit-docs@11.2.1-1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.x86_64", "product": { "name": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.x86_64", "product_id": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libitm-devel@11.2.1-1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.x86_64", "product": { "name": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.x86_64", "product_id": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-liblsan-devel@11.2.1-1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.x86_64", "product": { "name": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.x86_64", "product_id": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libquadmath-devel@11.2.1-1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.x86_64", "product": { "name": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.x86_64", "product_id": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libstdc%2B%2B-devel@11.2.1-1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.x86_64", "product": { "name": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.x86_64", "product_id": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libstdc%2B%2B-docs@11.2.1-1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.x86_64", "product": { "name": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.x86_64", "product_id": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libtsan-devel@11.2.1-1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.x86_64", "product": { "name": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.x86_64", "product_id": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libubsan-devel@11.2.1-1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "libasan6-0:11.2.1-1.2.el7.x86_64", "product": { "name": "libasan6-0:11.2.1-1.2.el7.x86_64", "product_id": "libasan6-0:11.2.1-1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6@11.2.1-1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "liblsan-0:11.2.1-1.2.el7.x86_64", "product": { "name": "liblsan-0:11.2.1-1.2.el7.x86_64", "product_id": "liblsan-0:11.2.1-1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/liblsan@11.2.1-1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "libtsan-0:11.2.1-1.2.el7.x86_64", "product": { "name": "libtsan-0:11.2.1-1.2.el7.x86_64", "product_id": "libtsan-0:11.2.1-1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libtsan@11.2.1-1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "libubsan1-0:11.2.1-1.2.el7.x86_64", "product": { "name": "libubsan1-0:11.2.1-1.2.el7.x86_64", "product_id": "libubsan1-0:11.2.1-1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libubsan1@11.2.1-1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.x86_64", "product": { "name": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.x86_64", "product_id": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc-debuginfo@11.2.1-1.2.el7?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.i686", "product": { "name": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.i686", "product_id": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libasan-devel@11.2.1-1.2.el7?arch=i686" } } }, { "category": "product_version", "name": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.i686", "product": { "name": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.i686", "product_id": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libatomic-devel@11.2.1-1.2.el7?arch=i686" } } }, { "category": "product_version", "name": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.i686", "product": { "name": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.i686", "product_id": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libgccjit@11.2.1-1.2.el7?arch=i686" } } }, { "category": "product_version", "name": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.i686", "product": { "name": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.i686", "product_id": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libgccjit-devel@11.2.1-1.2.el7?arch=i686" } } }, { "category": "product_version", "name": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.i686", "product": { "name": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.i686", "product_id": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libitm-devel@11.2.1-1.2.el7?arch=i686" } } }, { "category": "product_version", "name": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.i686", "product": { "name": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.i686", "product_id": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libquadmath-devel@11.2.1-1.2.el7?arch=i686" } } }, { "category": "product_version", "name": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.i686", "product": { "name": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.i686", "product_id": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libstdc%2B%2B-devel@11.2.1-1.2.el7?arch=i686" } } }, { "category": "product_version", "name": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.i686", "product": { "name": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.i686", "product_id": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libubsan-devel@11.2.1-1.2.el7?arch=i686" } } }, { "category": "product_version", "name": "libasan6-0:11.2.1-1.2.el7.i686", "product": { "name": "libasan6-0:11.2.1-1.2.el7.i686", "product_id": "libasan6-0:11.2.1-1.2.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6@11.2.1-1.2.el7?arch=i686" } } }, { "category": "product_version", "name": "libubsan1-0:11.2.1-1.2.el7.i686", "product": { "name": "libubsan1-0:11.2.1-1.2.el7.i686", "product_id": "libubsan1-0:11.2.1-1.2.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libubsan1@11.2.1-1.2.el7?arch=i686" } } }, { "category": "product_version", "name": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.i686", "product": { "name": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.i686", "product_id": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc-debuginfo@11.2.1-1.2.el7?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "devtoolset-11-gcc-0:11.2.1-1.2.el7.s390x", "product": { "name": "devtoolset-11-gcc-0:11.2.1-1.2.el7.s390x", "product_id": "devtoolset-11-gcc-0:11.2.1-1.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc@11.2.1-1.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.s390x", "product": { "name": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.s390x", "product_id": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc-c%2B%2B@11.2.1-1.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.s390x", "product": { "name": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.s390x", "product_id": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc-gdb-plugin@11.2.1-1.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.s390x", "product": { "name": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.s390x", "product_id": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc-gfortran@11.2.1-1.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.s390x", "product": { "name": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.s390x", "product_id": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc-plugin-devel@11.2.1-1.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.s390x", "product": { "name": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.s390x", "product_id": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libasan-devel@11.2.1-1.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.s390x", "product": { "name": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.s390x", "product_id": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libatomic-devel@11.2.1-1.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.s390x", "product": { "name": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.s390x", "product_id": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libgccjit@11.2.1-1.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.s390x", "product": { "name": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.s390x", "product_id": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libgccjit-devel@11.2.1-1.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.s390x", "product": { "name": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.s390x", "product_id": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libgccjit-docs@11.2.1-1.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.s390x", "product": { "name": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.s390x", "product_id": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libitm-devel@11.2.1-1.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.s390x", "product": { "name": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.s390x", "product_id": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libstdc%2B%2B-devel@11.2.1-1.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.s390x", "product": { "name": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.s390x", "product_id": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libstdc%2B%2B-docs@11.2.1-1.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.s390x", "product": { "name": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.s390x", "product_id": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libubsan-devel@11.2.1-1.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "libasan6-0:11.2.1-1.2.el7.s390x", "product": { "name": "libasan6-0:11.2.1-1.2.el7.s390x", "product_id": "libasan6-0:11.2.1-1.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6@11.2.1-1.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "libubsan1-0:11.2.1-1.2.el7.s390x", "product": { "name": "libubsan1-0:11.2.1-1.2.el7.s390x", "product_id": "libubsan1-0:11.2.1-1.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libubsan1@11.2.1-1.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.s390x", "product": { "name": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.s390x", "product_id": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc-debuginfo@11.2.1-1.2.el7?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64", "product": { "name": "devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64", "product_id": "devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc@11.2.1-1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64", "product": { "name": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64", "product_id": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc-c%2B%2B@11.2.1-1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64", "product": { "name": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64", "product_id": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc-gdb-plugin@11.2.1-1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64", "product": { "name": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64", "product_id": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc-gfortran@11.2.1-1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64", "product": { "name": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64", "product_id": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc-plugin-devel@11.2.1-1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64", "product": { "name": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64", "product_id": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libasan-devel@11.2.1-1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64", "product": { "name": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64", "product_id": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libatomic-devel@11.2.1-1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64", "product": { "name": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64", "product_id": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libgccjit@11.2.1-1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64", "product": { "name": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64", "product_id": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libgccjit-devel@11.2.1-1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64", "product": { "name": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64", "product_id": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libgccjit-docs@11.2.1-1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64", "product": { "name": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64", "product_id": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libitm-devel@11.2.1-1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64", "product": { "name": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64", "product_id": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-liblsan-devel@11.2.1-1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64", "product": { "name": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64", "product_id": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libquadmath-devel@11.2.1-1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64", "product": { "name": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64", "product_id": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libstdc%2B%2B-devel@11.2.1-1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64", "product": { "name": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64", "product_id": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libstdc%2B%2B-docs@11.2.1-1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64", "product": { "name": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64", "product_id": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libtsan-devel@11.2.1-1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64", "product": { "name": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64", "product_id": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libubsan-devel@11.2.1-1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "libasan6-0:11.2.1-1.2.el7.ppc64", "product": { "name": "libasan6-0:11.2.1-1.2.el7.ppc64", "product_id": "libasan6-0:11.2.1-1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6@11.2.1-1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "liblsan-0:11.2.1-1.2.el7.ppc64", "product": { "name": "liblsan-0:11.2.1-1.2.el7.ppc64", "product_id": "liblsan-0:11.2.1-1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/liblsan@11.2.1-1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "libtsan-0:11.2.1-1.2.el7.ppc64", "product": { "name": "libtsan-0:11.2.1-1.2.el7.ppc64", "product_id": "libtsan-0:11.2.1-1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libtsan@11.2.1-1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "libubsan1-0:11.2.1-1.2.el7.ppc64", "product": { "name": "libubsan1-0:11.2.1-1.2.el7.ppc64", "product_id": "libubsan1-0:11.2.1-1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libubsan1@11.2.1-1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64", "product": { "name": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64", "product_id": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc-debuginfo@11.2.1-1.2.el7?arch=ppc64" } } } ], "category": "architecture", "name": "ppc64" }, { "branches": [ { "category": "product_version", "name": "devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64le", "product": { "name": "devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64le", "product_id": "devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc@11.2.1-1.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64le", "product": { "name": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64le", "product_id": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc-c%2B%2B@11.2.1-1.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64le", "product": { "name": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64le", "product_id": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc-gdb-plugin@11.2.1-1.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64le", "product": { "name": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64le", "product_id": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc-gfortran@11.2.1-1.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64le", "product": { "name": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64le", "product_id": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc-plugin-devel@11.2.1-1.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64le", "product": { "name": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64le", "product_id": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libasan-devel@11.2.1-1.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64le", "product": { "name": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64le", "product_id": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libatomic-devel@11.2.1-1.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64le", "product": { "name": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64le", "product_id": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libgccjit@11.2.1-1.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64le", "product": { "name": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64le", "product_id": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libgccjit-devel@11.2.1-1.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64le", "product": { "name": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64le", "product_id": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libgccjit-docs@11.2.1-1.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64le", "product": { "name": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64le", "product_id": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libitm-devel@11.2.1-1.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64le", "product": { "name": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64le", "product_id": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-liblsan-devel@11.2.1-1.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64le", "product": { "name": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64le", "product_id": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libquadmath-devel@11.2.1-1.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64le", "product": { "name": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64le", "product_id": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libstdc%2B%2B-devel@11.2.1-1.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64le", "product": { "name": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64le", "product_id": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libstdc%2B%2B-docs@11.2.1-1.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64le", "product": { "name": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64le", "product_id": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libtsan-devel@11.2.1-1.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64le", "product": { "name": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64le", "product_id": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-libubsan-devel@11.2.1-1.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "libasan6-0:11.2.1-1.2.el7.ppc64le", "product": { "name": "libasan6-0:11.2.1-1.2.el7.ppc64le", "product_id": "libasan6-0:11.2.1-1.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libasan6@11.2.1-1.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "liblsan-0:11.2.1-1.2.el7.ppc64le", "product": { "name": "liblsan-0:11.2.1-1.2.el7.ppc64le", "product_id": "liblsan-0:11.2.1-1.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/liblsan@11.2.1-1.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "libtsan-0:11.2.1-1.2.el7.ppc64le", "product": { "name": "libtsan-0:11.2.1-1.2.el7.ppc64le", "product_id": "libtsan-0:11.2.1-1.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libtsan@11.2.1-1.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "libubsan1-0:11.2.1-1.2.el7.ppc64le", "product": { "name": "libubsan1-0:11.2.1-1.2.el7.ppc64le", "product_id": "libubsan1-0:11.2.1-1.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libubsan1@11.2.1-1.2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64le", "product": { "name": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64le", "product_id": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-gcc-debuginfo@11.2.1-1.2.el7?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-gcc-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-0:11.2.1-1.2.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-0:11.2.1-1.2.el7.src" }, "product_reference": "devtoolset-11-gcc-0:11.2.1-1.2.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-gcc-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:libasan6-0:11.2.1-1.2.el7.i686" }, "product_reference": "libasan6-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:libasan6-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "libasan6-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:libasan6-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "libasan6-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:libasan6-0:11.2.1-1.2.el7.s390x" }, "product_reference": "libasan6-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:libasan6-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "libasan6-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:liblsan-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "liblsan-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:liblsan-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "liblsan-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:liblsan-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "liblsan-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:libtsan-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "libtsan-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:libtsan-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "libtsan-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:libtsan-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "libtsan-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:libubsan1-0:11.2.1-1.2.el7.i686" }, "product_reference": "libubsan1-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:libubsan1-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "libubsan1-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:libubsan1-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "libubsan1-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:libubsan1-0:11.2.1-1.2.el7.s390x" }, "product_reference": "libubsan1-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:libubsan1-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "libubsan1-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-gcc-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-0:11.2.1-1.2.el7.src as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.src" }, "product_reference": "devtoolset-11-gcc-0:11.2.1-1.2.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-gcc-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.i686" }, "product_reference": "libasan6-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "libasan6-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "libasan6-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.s390x" }, "product_reference": "libasan6-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "libasan6-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "liblsan-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "liblsan-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "liblsan-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "libtsan-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "libtsan-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "libtsan-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.i686" }, "product_reference": "libubsan1-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "libubsan1-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "libubsan1-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.s390x" }, "product_reference": "libubsan1-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "libubsan1-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-gcc-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-0:11.2.1-1.2.el7.src as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.src" }, "product_reference": "devtoolset-11-gcc-0:11.2.1-1.2.el7.src", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-gcc-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libgccjit-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.i686" }, "product_reference": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.s390x" }, "product_reference": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.i686" }, "product_reference": "libasan6-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "libasan6-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "libasan6-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.s390x" }, "product_reference": "libasan6-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libasan6-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "libasan6-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "liblsan-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "liblsan-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "liblsan-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "liblsan-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "libtsan-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "libtsan-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libtsan-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "libtsan-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:11.2.1-1.2.el7.i686 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.i686" }, "product_reference": "libubsan1-0:11.2.1-1.2.el7.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:11.2.1-1.2.el7.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.ppc64" }, "product_reference": "libubsan1-0:11.2.1-1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:11.2.1-1.2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.ppc64le" }, "product_reference": "libubsan1-0:11.2.1-1.2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:11.2.1-1.2.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.s390x" }, "product_reference": "libubsan1-0:11.2.1-1.2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "libubsan1-0:11.2.1-1.2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.x86_64" }, "product_reference": "libubsan1-0:11.2.1-1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-0:11.2.1-1.2.el7.src", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:libasan6-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:libasan6-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:libasan6-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:libasan6-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:libasan6-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:liblsan-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:liblsan-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:liblsan-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:libtsan-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:libtsan-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:libtsan-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:libubsan1-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:libubsan1-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:libubsan1-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:libubsan1-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:libubsan1-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.src", "7Server-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.src", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-15T11:50:46+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-0:11.2.1-1.2.el7.src", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:libasan6-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:libasan6-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:libasan6-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:libasan6-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:libasan6-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:liblsan-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:liblsan-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:liblsan-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:libtsan-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:libtsan-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:libtsan-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:libubsan1-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:libubsan1-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:libubsan1-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:libubsan1-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:libubsan1-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.src", "7Server-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.src", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4669" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-0:11.2.1-1.2.el7.src", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:libasan6-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:libasan6-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:libasan6-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:libasan6-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:libasan6-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:liblsan-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:liblsan-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:liblsan-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:libtsan-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:libtsan-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:libtsan-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:libubsan1-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:libubsan1-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:libubsan1-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:libubsan1-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:libubsan1-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.src", "7Server-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.src", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-0:11.2.1-1.2.el7.src", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:libasan6-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:libasan6-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:libasan6-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:libasan6-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:libasan6-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:liblsan-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:liblsan-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:liblsan-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:libtsan-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:libtsan-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:libtsan-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8-7.7.Z:libubsan1-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8-7.7.Z:libubsan1-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8-7.7.Z:libubsan1-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8-7.7.Z:libubsan1-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8-7.7.Z:libubsan1-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.src", "7Server-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.x86_64", "7Server-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.i686", "7Server-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.ppc64", "7Server-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.ppc64le", "7Server-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.s390x", "7Server-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.src", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-c++-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-debuginfo-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gdb-plugin-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-gfortran-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-gcc-plugin-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libasan-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libatomic-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libgccjit-docs-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libitm-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-liblsan-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libquadmath-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libstdc++-docs-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libtsan-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-libubsan-devel-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:libasan6-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:liblsan-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:libtsan-0:11.2.1-1.2.el7.x86_64", "7Workstation-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.i686", "7Workstation-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.ppc64", "7Workstation-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.ppc64le", "7Workstation-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.s390x", "7Workstation-RHSCL-3.8:libubsan1-0:11.2.1-1.2.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
RHSA-2021:4599
Vulnerability from csaf_redhat
Notes
{ "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 annobin is now available for Red Hat Enterprise Linux 8.1 Extended Update Support.\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": "Annobin provides a compiler plugin to annotate and tools to examine compiled binary files.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in annobin in order to facilitate detection of BiDi Unicode characters:\n\nThis update of annobin adds a new annocheck test to detect the presence of multibyte characters in symbol names.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4599", "url": "https://access.redhat.com/errata/RHSA-2021:4599" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4599.json" } ], "title": "Red Hat Security Advisory: annobin security update", "tracking": { "current_release_date": "2025-09-25T12:35:48+00:00", "generator": { "date": "2025-09-25T12:35:48+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.8" } }, "id": "RHSA-2021:4599", "initial_release_date": "2021-11-10T09:15:36+00:00", "revision_history": [ { "date": "2021-11-10T09:15:36+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-10T09:15:36+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-25T12:35:48+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:8.1::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "annobin-0:8.78-1.el8_1.1.src", "product": { "name": "annobin-0:8.78-1.el8_1.1.src", "product_id": "annobin-0:8.78-1.el8_1.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin@8.78-1.el8_1.1?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "annobin-0:8.78-1.el8_1.1.aarch64", "product": { "name": "annobin-0:8.78-1.el8_1.1.aarch64", "product_id": "annobin-0:8.78-1.el8_1.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin@8.78-1.el8_1.1?arch=aarch64" } } }, { "category": "product_version", "name": "annobin-debugsource-0:8.78-1.el8_1.1.aarch64", "product": { "name": "annobin-debugsource-0:8.78-1.el8_1.1.aarch64", "product_id": "annobin-debugsource-0:8.78-1.el8_1.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debugsource@8.78-1.el8_1.1?arch=aarch64" } } }, { "category": "product_version", "name": "annobin-debuginfo-0:8.78-1.el8_1.1.aarch64", "product": { "name": "annobin-debuginfo-0:8.78-1.el8_1.1.aarch64", "product_id": "annobin-debuginfo-0:8.78-1.el8_1.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debuginfo@8.78-1.el8_1.1?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "annobin-0:8.78-1.el8_1.1.ppc64le", "product": { "name": "annobin-0:8.78-1.el8_1.1.ppc64le", "product_id": "annobin-0:8.78-1.el8_1.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin@8.78-1.el8_1.1?arch=ppc64le" } } }, { "category": "product_version", "name": "annobin-debugsource-0:8.78-1.el8_1.1.ppc64le", "product": { "name": "annobin-debugsource-0:8.78-1.el8_1.1.ppc64le", "product_id": "annobin-debugsource-0:8.78-1.el8_1.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debugsource@8.78-1.el8_1.1?arch=ppc64le" } } }, { "category": "product_version", "name": "annobin-debuginfo-0:8.78-1.el8_1.1.ppc64le", "product": { "name": "annobin-debuginfo-0:8.78-1.el8_1.1.ppc64le", "product_id": "annobin-debuginfo-0:8.78-1.el8_1.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debuginfo@8.78-1.el8_1.1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "annobin-0:8.78-1.el8_1.1.x86_64", "product": { "name": "annobin-0:8.78-1.el8_1.1.x86_64", "product_id": "annobin-0:8.78-1.el8_1.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin@8.78-1.el8_1.1?arch=x86_64" } } }, { "category": "product_version", "name": "annobin-debugsource-0:8.78-1.el8_1.1.x86_64", "product": { "name": "annobin-debugsource-0:8.78-1.el8_1.1.x86_64", "product_id": "annobin-debugsource-0:8.78-1.el8_1.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debugsource@8.78-1.el8_1.1?arch=x86_64" } } }, { "category": "product_version", "name": "annobin-debuginfo-0:8.78-1.el8_1.1.x86_64", "product": { "name": "annobin-debuginfo-0:8.78-1.el8_1.1.x86_64", "product_id": "annobin-debuginfo-0:8.78-1.el8_1.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debuginfo@8.78-1.el8_1.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "annobin-0:8.78-1.el8_1.1.s390x", "product": { "name": "annobin-0:8.78-1.el8_1.1.s390x", "product_id": "annobin-0:8.78-1.el8_1.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin@8.78-1.el8_1.1?arch=s390x" } } }, { "category": "product_version", "name": "annobin-debugsource-0:8.78-1.el8_1.1.s390x", "product": { "name": "annobin-debugsource-0:8.78-1.el8_1.1.s390x", "product_id": "annobin-debugsource-0:8.78-1.el8_1.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debugsource@8.78-1.el8_1.1?arch=s390x" } } }, { "category": "product_version", "name": "annobin-debuginfo-0:8.78-1.el8_1.1.s390x", "product": { "name": "annobin-debuginfo-0:8.78-1.el8_1.1.s390x", "product_id": "annobin-debuginfo-0:8.78-1.el8_1.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debuginfo@8.78-1.el8_1.1?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "annobin-0:8.78-1.el8_1.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:annobin-0:8.78-1.el8_1.1.aarch64" }, "product_reference": "annobin-0:8.78-1.el8_1.1.aarch64", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-0:8.78-1.el8_1.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:annobin-0:8.78-1.el8_1.1.ppc64le" }, "product_reference": "annobin-0:8.78-1.el8_1.1.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-0:8.78-1.el8_1.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:annobin-0:8.78-1.el8_1.1.s390x" }, "product_reference": "annobin-0:8.78-1.el8_1.1.s390x", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-0:8.78-1.el8_1.1.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:annobin-0:8.78-1.el8_1.1.src" }, "product_reference": "annobin-0:8.78-1.el8_1.1.src", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-0:8.78-1.el8_1.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:annobin-0:8.78-1.el8_1.1.x86_64" }, "product_reference": "annobin-0:8.78-1.el8_1.1.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debuginfo-0:8.78-1.el8_1.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:annobin-debuginfo-0:8.78-1.el8_1.1.aarch64" }, "product_reference": "annobin-debuginfo-0:8.78-1.el8_1.1.aarch64", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debuginfo-0:8.78-1.el8_1.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:annobin-debuginfo-0:8.78-1.el8_1.1.ppc64le" }, "product_reference": "annobin-debuginfo-0:8.78-1.el8_1.1.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debuginfo-0:8.78-1.el8_1.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:annobin-debuginfo-0:8.78-1.el8_1.1.s390x" }, "product_reference": "annobin-debuginfo-0:8.78-1.el8_1.1.s390x", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debuginfo-0:8.78-1.el8_1.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:annobin-debuginfo-0:8.78-1.el8_1.1.x86_64" }, "product_reference": "annobin-debuginfo-0:8.78-1.el8_1.1.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debugsource-0:8.78-1.el8_1.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:annobin-debugsource-0:8.78-1.el8_1.1.aarch64" }, "product_reference": "annobin-debugsource-0:8.78-1.el8_1.1.aarch64", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debugsource-0:8.78-1.el8_1.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:annobin-debugsource-0:8.78-1.el8_1.1.ppc64le" }, "product_reference": "annobin-debugsource-0:8.78-1.el8_1.1.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debugsource-0:8.78-1.el8_1.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:annobin-debugsource-0:8.78-1.el8_1.1.s390x" }, "product_reference": "annobin-debugsource-0:8.78-1.el8_1.1.s390x", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debugsource-0:8.78-1.el8_1.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:annobin-debugsource-0:8.78-1.el8_1.1.x86_64" }, "product_reference": "annobin-debugsource-0:8.78-1.el8_1.1.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.1.0.Z.EUS:annobin-0:8.78-1.el8_1.1.aarch64", "AppStream-8.1.0.Z.EUS:annobin-0:8.78-1.el8_1.1.ppc64le", "AppStream-8.1.0.Z.EUS:annobin-0:8.78-1.el8_1.1.s390x", "AppStream-8.1.0.Z.EUS:annobin-0:8.78-1.el8_1.1.src", "AppStream-8.1.0.Z.EUS:annobin-0:8.78-1.el8_1.1.x86_64", "AppStream-8.1.0.Z.EUS:annobin-debuginfo-0:8.78-1.el8_1.1.aarch64", "AppStream-8.1.0.Z.EUS:annobin-debuginfo-0:8.78-1.el8_1.1.ppc64le", "AppStream-8.1.0.Z.EUS:annobin-debuginfo-0:8.78-1.el8_1.1.s390x", "AppStream-8.1.0.Z.EUS:annobin-debuginfo-0:8.78-1.el8_1.1.x86_64", "AppStream-8.1.0.Z.EUS:annobin-debugsource-0:8.78-1.el8_1.1.aarch64", "AppStream-8.1.0.Z.EUS:annobin-debugsource-0:8.78-1.el8_1.1.ppc64le", "AppStream-8.1.0.Z.EUS:annobin-debugsource-0:8.78-1.el8_1.1.s390x", "AppStream-8.1.0.Z.EUS:annobin-debugsource-0:8.78-1.el8_1.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-10T09:15:36+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.1.0.Z.EUS:annobin-0:8.78-1.el8_1.1.aarch64", "AppStream-8.1.0.Z.EUS:annobin-0:8.78-1.el8_1.1.ppc64le", "AppStream-8.1.0.Z.EUS:annobin-0:8.78-1.el8_1.1.s390x", "AppStream-8.1.0.Z.EUS:annobin-0:8.78-1.el8_1.1.src", "AppStream-8.1.0.Z.EUS:annobin-0:8.78-1.el8_1.1.x86_64", "AppStream-8.1.0.Z.EUS:annobin-debuginfo-0:8.78-1.el8_1.1.aarch64", "AppStream-8.1.0.Z.EUS:annobin-debuginfo-0:8.78-1.el8_1.1.ppc64le", "AppStream-8.1.0.Z.EUS:annobin-debuginfo-0:8.78-1.el8_1.1.s390x", "AppStream-8.1.0.Z.EUS:annobin-debuginfo-0:8.78-1.el8_1.1.x86_64", "AppStream-8.1.0.Z.EUS:annobin-debugsource-0:8.78-1.el8_1.1.aarch64", "AppStream-8.1.0.Z.EUS:annobin-debugsource-0:8.78-1.el8_1.1.ppc64le", "AppStream-8.1.0.Z.EUS:annobin-debugsource-0:8.78-1.el8_1.1.s390x", "AppStream-8.1.0.Z.EUS:annobin-debugsource-0:8.78-1.el8_1.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4599" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "AppStream-8.1.0.Z.EUS:annobin-0:8.78-1.el8_1.1.aarch64", "AppStream-8.1.0.Z.EUS:annobin-0:8.78-1.el8_1.1.ppc64le", "AppStream-8.1.0.Z.EUS:annobin-0:8.78-1.el8_1.1.s390x", "AppStream-8.1.0.Z.EUS:annobin-0:8.78-1.el8_1.1.src", "AppStream-8.1.0.Z.EUS:annobin-0:8.78-1.el8_1.1.x86_64", "AppStream-8.1.0.Z.EUS:annobin-debuginfo-0:8.78-1.el8_1.1.aarch64", "AppStream-8.1.0.Z.EUS:annobin-debuginfo-0:8.78-1.el8_1.1.ppc64le", "AppStream-8.1.0.Z.EUS:annobin-debuginfo-0:8.78-1.el8_1.1.s390x", "AppStream-8.1.0.Z.EUS:annobin-debuginfo-0:8.78-1.el8_1.1.x86_64", "AppStream-8.1.0.Z.EUS:annobin-debugsource-0:8.78-1.el8_1.1.aarch64", "AppStream-8.1.0.Z.EUS:annobin-debugsource-0:8.78-1.el8_1.1.ppc64le", "AppStream-8.1.0.Z.EUS:annobin-debugsource-0:8.78-1.el8_1.1.s390x", "AppStream-8.1.0.Z.EUS:annobin-debugsource-0:8.78-1.el8_1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.1.0.Z.EUS:annobin-0:8.78-1.el8_1.1.aarch64", "AppStream-8.1.0.Z.EUS:annobin-0:8.78-1.el8_1.1.ppc64le", "AppStream-8.1.0.Z.EUS:annobin-0:8.78-1.el8_1.1.s390x", "AppStream-8.1.0.Z.EUS:annobin-0:8.78-1.el8_1.1.src", "AppStream-8.1.0.Z.EUS:annobin-0:8.78-1.el8_1.1.x86_64", "AppStream-8.1.0.Z.EUS:annobin-debuginfo-0:8.78-1.el8_1.1.aarch64", "AppStream-8.1.0.Z.EUS:annobin-debuginfo-0:8.78-1.el8_1.1.ppc64le", "AppStream-8.1.0.Z.EUS:annobin-debuginfo-0:8.78-1.el8_1.1.s390x", "AppStream-8.1.0.Z.EUS:annobin-debuginfo-0:8.78-1.el8_1.1.x86_64", "AppStream-8.1.0.Z.EUS:annobin-debugsource-0:8.78-1.el8_1.1.aarch64", "AppStream-8.1.0.Z.EUS:annobin-debugsource-0:8.78-1.el8_1.1.ppc64le", "AppStream-8.1.0.Z.EUS:annobin-debugsource-0:8.78-1.el8_1.1.s390x", "AppStream-8.1.0.Z.EUS:annobin-debugsource-0:8.78-1.el8_1.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
RHSA-2021:4033
Vulnerability from csaf_redhat
Notes
{ "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 binutils is now available for Red Hat Enterprise Linux 7.\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": "The binutils packages provide a collection of binary utilities for the manipulation of object code in various object file formats. It includes the ar, as, gprof, ld, nm, objcopy, objdump, ranlib, readelf, size, strings, strip, and addr2line utilities.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in binutils in order to facilitate detection of BiDi Unicode characters:\n\nTools which display names or strings (readelf, strings, nm, objdump) have a new command line option --unicode / -U which controls how Unicode characters are handled.\n\nUsing \"--unicode=default\" will treat them as normal for the tool. This is the default behaviour when --unicode option is not used.\nUsing \"--unicode=locale\" will display them according to the current locale.\nUsing \"--unicode=hex\" will display them as hex byte values.\nUsing \"--unicode=escape\" will display them as Unicode escape sequences. \nUsing \"--unicode=highlight\" will display them as Unicode escape sequences highlighted in red, if supported by the output device.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4033", "url": "https://access.redhat.com/errata/RHSA-2021:4033" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4033.json" } ], "title": "Red Hat Security Advisory: binutils security update", "tracking": { "current_release_date": "2025-09-25T12:34:58+00:00", "generator": { "date": "2025-09-25T12:34:58+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.8" } }, "id": "RHSA-2021:4033", "initial_release_date": "2021-11-01T08:22:15+00:00", "revision_history": [ { "date": "2021-11-01T08:22:15+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-01T08:22:15+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-25T12:34:58+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 Client (v. 7)", "product": { "name": "Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::client" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Client Optional (v. 7)", "product": { "name": "Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::client" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product": { "name": "Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::computenode" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Server (v. 7)", "product": { "name": "Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::server" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Workstation (v. 7)", "product": { "name": "Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::workstation" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "binutils-0:2.27-44.base.el7_9.1.src", "product": { "name": "binutils-0:2.27-44.base.el7_9.1.src", "product_id": "binutils-0:2.27-44.base.el7_9.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.27-44.base.el7_9.1?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "binutils-0:2.27-44.base.el7_9.1.x86_64", "product": { "name": "binutils-0:2.27-44.base.el7_9.1.x86_64", "product_id": "binutils-0:2.27-44.base.el7_9.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.27-44.base.el7_9.1?arch=x86_64" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "product": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "product_id": "binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.27-44.base.el7_9.1?arch=x86_64" } } }, { "category": "product_version", "name": "binutils-devel-0:2.27-44.base.el7_9.1.x86_64", "product": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.x86_64", "product_id": "binutils-devel-0:2.27-44.base.el7_9.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.27-44.base.el7_9.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.27-44.base.el7_9.1.i686", "product": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.i686", "product_id": "binutils-devel-0:2.27-44.base.el7_9.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.27-44.base.el7_9.1?arch=i686" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "product": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "product_id": "binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.27-44.base.el7_9.1?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "binutils-0:2.27-44.base.el7_9.1.ppc64le", "product": { "name": "binutils-0:2.27-44.base.el7_9.1.ppc64le", "product_id": "binutils-0:2.27-44.base.el7_9.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.27-44.base.el7_9.1?arch=ppc64le" } } }, { "category": "product_version", "name": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "product": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "product_id": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.27-44.base.el7_9.1?arch=ppc64le" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "product": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "product_id": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.27-44.base.el7_9.1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "binutils-0:2.27-44.base.el7_9.1.ppc64", "product": { "name": "binutils-0:2.27-44.base.el7_9.1.ppc64", "product_id": "binutils-0:2.27-44.base.el7_9.1.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.27-44.base.el7_9.1?arch=ppc64" } } }, { "category": "product_version", "name": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "product": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "product_id": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.27-44.base.el7_9.1?arch=ppc64" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "product": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "product_id": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.27-44.base.el7_9.1?arch=ppc64" } } } ], "category": "architecture", "name": "ppc64" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.27-44.base.el7_9.1.ppc", "product": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.ppc", "product_id": "binutils-devel-0:2.27-44.base.el7_9.1.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.27-44.base.el7_9.1?arch=ppc" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "product": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "product_id": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.27-44.base.el7_9.1?arch=ppc" } } } ], "category": "architecture", "name": "ppc" }, { "branches": [ { "category": "product_version", "name": "binutils-0:2.27-44.base.el7_9.1.s390x", "product": { "name": "binutils-0:2.27-44.base.el7_9.1.s390x", "product_id": "binutils-0:2.27-44.base.el7_9.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.27-44.base.el7_9.1?arch=s390x" } } }, { "category": "product_version", "name": "binutils-devel-0:2.27-44.base.el7_9.1.s390x", "product": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.s390x", "product_id": "binutils-devel-0:2.27-44.base.el7_9.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.27-44.base.el7_9.1?arch=s390x" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "product": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "product_id": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.27-44.base.el7_9.1?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.27-44.base.el7_9.1.s390", "product": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.s390", "product_id": "binutils-devel-0:2.27-44.base.el7_9.1.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.27-44.base.el7_9.1?arch=s390" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "product": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "product_id": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.27-44.base.el7_9.1?arch=s390" } } } ], "category": "architecture", "name": "s390" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-44.base.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64" }, "product_reference": "binutils-0:2.27-44.base.el7_9.1.ppc64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-44.base.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64le" }, "product_reference": "binutils-0:2.27-44.base.el7_9.1.ppc64le", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-44.base.el7_9.1.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:binutils-0:2.27-44.base.el7_9.1.s390x" }, "product_reference": "binutils-0:2.27-44.base.el7_9.1.s390x", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-44.base.el7_9.1.src as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:binutils-0:2.27-44.base.el7_9.1.src" }, "product_reference": "binutils-0:2.27-44.base.el7_9.1.src", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-44.base.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:binutils-0:2.27-44.base.el7_9.1.x86_64" }, "product_reference": "binutils-0:2.27-44.base.el7_9.1.x86_64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.i686 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.i686" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.i686 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.i686" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.i686", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.ppc as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.ppc", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64le" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.s390 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.s390", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390x" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.s390x", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.x86_64" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.x86_64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-44.base.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64" }, "product_reference": "binutils-0:2.27-44.base.el7_9.1.ppc64", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-44.base.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64le" }, "product_reference": "binutils-0:2.27-44.base.el7_9.1.ppc64le", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-44.base.el7_9.1.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.s390x" }, "product_reference": "binutils-0:2.27-44.base.el7_9.1.s390x", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-44.base.el7_9.1.src as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.src" }, "product_reference": "binutils-0:2.27-44.base.el7_9.1.src", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-44.base.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.x86_64" }, "product_reference": "binutils-0:2.27-44.base.el7_9.1.x86_64", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.i686" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.i686" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.i686", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.ppc as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.ppc", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64le" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.s390 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.s390", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390x" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.s390x", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.x86_64" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.x86_64", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-44.base.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64" }, "product_reference": "binutils-0:2.27-44.base.el7_9.1.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-44.base.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64le" }, "product_reference": "binutils-0:2.27-44.base.el7_9.1.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-44.base.el7_9.1.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.s390x" }, "product_reference": "binutils-0:2.27-44.base.el7_9.1.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-44.base.el7_9.1.src as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.src" }, "product_reference": "binutils-0:2.27-44.base.el7_9.1.src", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-44.base.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.x86_64" }, "product_reference": "binutils-0:2.27-44.base.el7_9.1.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.i686" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.i686" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.i686", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.ppc", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64le" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.s390", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390x" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.x86_64" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-44.base.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64" }, "product_reference": "binutils-0:2.27-44.base.el7_9.1.ppc64", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-44.base.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64le" }, "product_reference": "binutils-0:2.27-44.base.el7_9.1.ppc64le", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-44.base.el7_9.1.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:binutils-0:2.27-44.base.el7_9.1.s390x" }, "product_reference": "binutils-0:2.27-44.base.el7_9.1.s390x", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-44.base.el7_9.1.src as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:binutils-0:2.27-44.base.el7_9.1.src" }, "product_reference": "binutils-0:2.27-44.base.el7_9.1.src", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-44.base.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:binutils-0:2.27-44.base.el7_9.1.x86_64" }, "product_reference": "binutils-0:2.27-44.base.el7_9.1.x86_64", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.i686 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.i686" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.i686 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.i686" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.i686", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.ppc as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.ppc", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64le" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.s390 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.s390", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390x" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.s390x", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.x86_64" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.x86_64", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-44.base.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64" }, "product_reference": "binutils-0:2.27-44.base.el7_9.1.ppc64", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-44.base.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64le" }, "product_reference": "binutils-0:2.27-44.base.el7_9.1.ppc64le", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-44.base.el7_9.1.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:binutils-0:2.27-44.base.el7_9.1.s390x" }, "product_reference": "binutils-0:2.27-44.base.el7_9.1.s390x", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-44.base.el7_9.1.src as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:binutils-0:2.27-44.base.el7_9.1.src" }, "product_reference": "binutils-0:2.27-44.base.el7_9.1.src", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-44.base.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:binutils-0:2.27-44.base.el7_9.1.x86_64" }, "product_reference": "binutils-0:2.27-44.base.el7_9.1.x86_64", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.i686" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.i686" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.i686", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.ppc", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64le" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.s390", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390x" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.s390x", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.x86_64" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.x86_64", "relates_to_product_reference": "7Workstation-7.9.Z" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "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": [ "7Client-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64", "7Client-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64le", "7Client-7.9.Z:binutils-0:2.27-44.base.el7_9.1.s390x", "7Client-7.9.Z:binutils-0:2.27-44.base.el7_9.1.src", "7Client-7.9.Z:binutils-0:2.27-44.base.el7_9.1.x86_64", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.i686", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390x", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.x86_64", "7Client-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64", "7Client-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64le", "7Client-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.s390x", "7Client-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.src", "7Client-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.x86_64", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.i686", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390x", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.x86_64", "7ComputeNode-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64", "7ComputeNode-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64le", "7ComputeNode-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.s390x", "7ComputeNode-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.src", "7ComputeNode-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.x86_64", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.i686", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390x", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.x86_64", "7Server-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64", "7Server-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64le", "7Server-7.9.Z:binutils-0:2.27-44.base.el7_9.1.s390x", "7Server-7.9.Z:binutils-0:2.27-44.base.el7_9.1.src", "7Server-7.9.Z:binutils-0:2.27-44.base.el7_9.1.x86_64", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.i686", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390x", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.x86_64", "7Workstation-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64", "7Workstation-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64le", "7Workstation-7.9.Z:binutils-0:2.27-44.base.el7_9.1.s390x", "7Workstation-7.9.Z:binutils-0:2.27-44.base.el7_9.1.src", "7Workstation-7.9.Z:binutils-0:2.27-44.base.el7_9.1.x86_64", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.i686", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390x", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-01T08:22:15+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": [ "7Client-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64", "7Client-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64le", "7Client-7.9.Z:binutils-0:2.27-44.base.el7_9.1.s390x", "7Client-7.9.Z:binutils-0:2.27-44.base.el7_9.1.src", "7Client-7.9.Z:binutils-0:2.27-44.base.el7_9.1.x86_64", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.i686", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390x", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.x86_64", "7Client-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64", "7Client-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64le", "7Client-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.s390x", "7Client-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.src", "7Client-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.x86_64", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.i686", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390x", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.x86_64", "7ComputeNode-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64", "7ComputeNode-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64le", "7ComputeNode-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.s390x", "7ComputeNode-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.src", "7ComputeNode-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.x86_64", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.i686", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390x", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.x86_64", "7Server-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64", "7Server-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64le", "7Server-7.9.Z:binutils-0:2.27-44.base.el7_9.1.s390x", "7Server-7.9.Z:binutils-0:2.27-44.base.el7_9.1.src", "7Server-7.9.Z:binutils-0:2.27-44.base.el7_9.1.x86_64", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.i686", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390x", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.x86_64", "7Workstation-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64", "7Workstation-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64le", "7Workstation-7.9.Z:binutils-0:2.27-44.base.el7_9.1.s390x", "7Workstation-7.9.Z:binutils-0:2.27-44.base.el7_9.1.src", "7Workstation-7.9.Z:binutils-0:2.27-44.base.el7_9.1.x86_64", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.i686", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390x", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4033" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "7Client-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64", "7Client-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64le", "7Client-7.9.Z:binutils-0:2.27-44.base.el7_9.1.s390x", "7Client-7.9.Z:binutils-0:2.27-44.base.el7_9.1.src", "7Client-7.9.Z:binutils-0:2.27-44.base.el7_9.1.x86_64", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.i686", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390x", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.x86_64", "7Client-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64", "7Client-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64le", "7Client-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.s390x", "7Client-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.src", "7Client-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.x86_64", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.i686", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390x", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.x86_64", "7ComputeNode-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64", "7ComputeNode-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64le", "7ComputeNode-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.s390x", "7ComputeNode-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.src", "7ComputeNode-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.x86_64", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.i686", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390x", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.x86_64", "7Server-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64", "7Server-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64le", "7Server-7.9.Z:binutils-0:2.27-44.base.el7_9.1.s390x", "7Server-7.9.Z:binutils-0:2.27-44.base.el7_9.1.src", "7Server-7.9.Z:binutils-0:2.27-44.base.el7_9.1.x86_64", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.i686", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390x", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.x86_64", "7Workstation-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64", "7Workstation-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64le", "7Workstation-7.9.Z:binutils-0:2.27-44.base.el7_9.1.s390x", "7Workstation-7.9.Z:binutils-0:2.27-44.base.el7_9.1.src", "7Workstation-7.9.Z:binutils-0:2.27-44.base.el7_9.1.x86_64", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.i686", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390x", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "7Client-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64", "7Client-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64le", "7Client-7.9.Z:binutils-0:2.27-44.base.el7_9.1.s390x", "7Client-7.9.Z:binutils-0:2.27-44.base.el7_9.1.src", "7Client-7.9.Z:binutils-0:2.27-44.base.el7_9.1.x86_64", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.i686", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390x", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.x86_64", "7Client-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64", "7Client-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64le", "7Client-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.s390x", "7Client-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.src", "7Client-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.x86_64", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.i686", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390x", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.x86_64", "7ComputeNode-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64", "7ComputeNode-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64le", "7ComputeNode-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.s390x", "7ComputeNode-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.src", "7ComputeNode-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.x86_64", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.i686", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390x", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.x86_64", "7Server-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64", "7Server-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64le", "7Server-7.9.Z:binutils-0:2.27-44.base.el7_9.1.s390x", "7Server-7.9.Z:binutils-0:2.27-44.base.el7_9.1.src", "7Server-7.9.Z:binutils-0:2.27-44.base.el7_9.1.x86_64", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.i686", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390x", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.x86_64", "7Workstation-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64", "7Workstation-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64le", "7Workstation-7.9.Z:binutils-0:2.27-44.base.el7_9.1.s390x", "7Workstation-7.9.Z:binutils-0:2.27-44.base.el7_9.1.src", "7Workstation-7.9.Z:binutils-0:2.27-44.base.el7_9.1.x86_64", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.i686", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390x", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
rhsa-2021_4590
Vulnerability from csaf_redhat
Notes
{ "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 rust-toolset:rhel8 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": "Rust Toolset provides the Rust programming language compiler rustc, the cargo build tool and dependency manager, and required libraries. \n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in rust in order to facilitate detection of BiDi Unicode characters:\n\nRust introduces two new lints to detect and reject code containing the affected codepoints. These new deny-by-default lints detect affected codepoints in string literals and comments. The lints will prevent source code file containing these codepoints from being compiled. If your code has legitimate uses for the codepoints we recommend replacing them with the related escape sequence. The error messages will suggest the right escapes to use.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4590", "url": "https://access.redhat.com/errata/RHSA-2021:4590" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://blog.rust-lang.org/2021/11/01/cve-2021-42574.html", "url": "https://blog.rust-lang.org/2021/11/01/cve-2021-42574.html" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4590.json" } ], "title": "Red Hat Security Advisory: rust-toolset:rhel8 security update", "tracking": { "current_release_date": "2024-11-13T23:35:05+00:00", "generator": { "date": "2024-11-13T23:35:05+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2021:4590", "initial_release_date": "2021-11-10T11:06:32+00:00", "revision_history": [ { "date": "2021-11-10T11:06:32+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-10T11:06:32+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T23:35:05+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.5.0.Z.MAIN", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "rust-toolset:rhel8:8050020211027231136:5c15747c", "product": { "name": "rust-toolset:rhel8:8050020211027231136:5c15747c", "product_id": "rust-toolset:rhel8:8050020211027231136:5c15747c", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/rust-toolset@rhel8:8050020211027231136:5c15747c" } } }, { "category": "product_version", "name": "cargo-doc-0:1.54.0-3.module+el8.5.0+13074+d655d86c.noarch", "product": { "name": "cargo-doc-0:1.54.0-3.module+el8.5.0+13074+d655d86c.noarch", "product_id": "cargo-doc-0:1.54.0-3.module+el8.5.0+13074+d655d86c.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/cargo-doc@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=noarch" } } }, { "category": "product_version", "name": "rust-debugger-common-0:1.54.0-3.module+el8.5.0+13074+d655d86c.noarch", "product": { "name": "rust-debugger-common-0:1.54.0-3.module+el8.5.0+13074+d655d86c.noarch", "product_id": "rust-debugger-common-0:1.54.0-3.module+el8.5.0+13074+d655d86c.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-debugger-common@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=noarch" } } }, { "category": "product_version", "name": "rust-gdb-0:1.54.0-3.module+el8.5.0+13074+d655d86c.noarch", "product": { "name": "rust-gdb-0:1.54.0-3.module+el8.5.0+13074+d655d86c.noarch", "product_id": "rust-gdb-0:1.54.0-3.module+el8.5.0+13074+d655d86c.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-gdb@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=noarch" } } }, { "category": "product_version", "name": "rust-lldb-0:1.54.0-3.module+el8.5.0+13074+d655d86c.noarch", "product": { "name": "rust-lldb-0:1.54.0-3.module+el8.5.0+13074+d655d86c.noarch", "product_id": "rust-lldb-0:1.54.0-3.module+el8.5.0+13074+d655d86c.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-lldb@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=noarch" } } }, { "category": "product_version", "name": "rust-src-0:1.54.0-3.module+el8.5.0+13074+d655d86c.noarch", "product": { "name": "rust-src-0:1.54.0-3.module+el8.5.0+13074+d655d86c.noarch", "product_id": "rust-src-0:1.54.0-3.module+el8.5.0+13074+d655d86c.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-src@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "cargo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "product": { "name": "cargo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "product_id": "cargo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cargo@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=aarch64" } } }, { "category": "product_version", "name": "cargo-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "product": { "name": "cargo-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "product_id": "cargo-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cargo-debuginfo@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=aarch64" } } }, { "category": "product_version", "name": "clippy-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "product": { "name": "clippy-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "product_id": "clippy-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/clippy@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=aarch64" } } }, { "category": "product_version", "name": "clippy-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "product": { "name": "clippy-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "product_id": "clippy-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/clippy-debuginfo@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=aarch64" } } }, { "category": "product_version", "name": "rls-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "product": { "name": "rls-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "product_id": "rls-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rls@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=aarch64" } } }, { "category": "product_version", "name": "rls-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "product": { "name": "rls-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "product_id": "rls-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rls-debuginfo@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=aarch64" } } }, { "category": "product_version", "name": "rust-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "product": { "name": "rust-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "product_id": "rust-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=aarch64" } } }, { "category": "product_version", "name": "rust-analysis-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "product": { "name": "rust-analysis-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "product_id": "rust-analysis-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-analysis@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=aarch64" } } }, { "category": "product_version", "name": "rust-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "product": { "name": "rust-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "product_id": "rust-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-debuginfo@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=aarch64" } } }, { "category": "product_version", "name": "rust-debugsource-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "product": { "name": "rust-debugsource-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "product_id": "rust-debugsource-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-debugsource@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=aarch64" } } }, { "category": "product_version", "name": "rust-doc-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "product": { "name": "rust-doc-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "product_id": "rust-doc-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-doc@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=aarch64" } } }, { "category": "product_version", "name": "rust-std-static-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "product": { "name": "rust-std-static-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "product_id": "rust-std-static-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-std-static@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=aarch64" } } }, { "category": "product_version", "name": "rust-std-static-wasm32-unknown-unknown-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "product": { "name": "rust-std-static-wasm32-unknown-unknown-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "product_id": "rust-std-static-wasm32-unknown-unknown-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-std-static-wasm32-unknown-unknown@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=aarch64" } } }, { "category": "product_version", "name": "rust-toolset-0:1.54.0-1.module+el8.5.0+12195+effd8a03.aarch64", "product": { "name": "rust-toolset-0:1.54.0-1.module+el8.5.0+12195+effd8a03.aarch64", "product_id": "rust-toolset-0:1.54.0-1.module+el8.5.0+12195+effd8a03.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset@1.54.0-1.module%2Bel8.5.0%2B12195%2Beffd8a03?arch=aarch64" } } }, { "category": "product_version", "name": "rustfmt-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "product": { "name": "rustfmt-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "product_id": "rustfmt-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rustfmt@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=aarch64" } } }, { "category": "product_version", "name": "rustfmt-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "product": { "name": "rustfmt-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "product_id": "rustfmt-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rustfmt-debuginfo@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "rust-0:1.54.0-3.module+el8.5.0+13074+d655d86c.src", "product": { "name": "rust-0:1.54.0-3.module+el8.5.0+13074+d655d86c.src", "product_id": "rust-0:1.54.0-3.module+el8.5.0+13074+d655d86c.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=src" } } }, { "category": "product_version", "name": "rust-toolset-0:1.54.0-1.module+el8.5.0+12195+effd8a03.src", "product": { "name": "rust-toolset-0:1.54.0-1.module+el8.5.0+12195+effd8a03.src", "product_id": "rust-toolset-0:1.54.0-1.module+el8.5.0+12195+effd8a03.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset@1.54.0-1.module%2Bel8.5.0%2B12195%2Beffd8a03?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "cargo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "product": { "name": "cargo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "product_id": "cargo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cargo@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=ppc64le" } } }, { "category": "product_version", "name": "cargo-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "product": { "name": "cargo-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "product_id": "cargo-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cargo-debuginfo@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=ppc64le" } } }, { "category": "product_version", "name": "clippy-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "product": { "name": "clippy-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "product_id": "clippy-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/clippy@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=ppc64le" } } }, { "category": "product_version", "name": "clippy-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "product": { "name": "clippy-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "product_id": "clippy-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/clippy-debuginfo@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=ppc64le" } } }, { "category": "product_version", "name": "rls-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "product": { "name": "rls-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "product_id": "rls-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rls@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=ppc64le" } } }, { "category": "product_version", "name": "rls-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "product": { "name": "rls-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "product_id": "rls-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rls-debuginfo@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "product": { "name": "rust-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "product_id": "rust-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-analysis-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "product": { "name": "rust-analysis-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "product_id": "rust-analysis-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-analysis@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "product": { "name": "rust-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "product_id": "rust-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-debuginfo@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-debugsource-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "product": { "name": "rust-debugsource-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "product_id": "rust-debugsource-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-debugsource@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-doc-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "product": { "name": "rust-doc-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "product_id": "rust-doc-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-doc@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-std-static-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "product": { "name": "rust-std-static-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "product_id": "rust-std-static-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-std-static@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-std-static-wasm32-unknown-unknown-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "product": { "name": "rust-std-static-wasm32-unknown-unknown-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "product_id": "rust-std-static-wasm32-unknown-unknown-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-std-static-wasm32-unknown-unknown@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-toolset-0:1.54.0-1.module+el8.5.0+12195+effd8a03.ppc64le", "product": { "name": "rust-toolset-0:1.54.0-1.module+el8.5.0+12195+effd8a03.ppc64le", "product_id": "rust-toolset-0:1.54.0-1.module+el8.5.0+12195+effd8a03.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset@1.54.0-1.module%2Bel8.5.0%2B12195%2Beffd8a03?arch=ppc64le" } } }, { "category": "product_version", "name": "rustfmt-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "product": { "name": "rustfmt-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "product_id": "rustfmt-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rustfmt@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=ppc64le" } } }, { "category": "product_version", "name": "rustfmt-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "product": { "name": "rustfmt-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "product_id": "rustfmt-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rustfmt-debuginfo@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "cargo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "product": { "name": "cargo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "product_id": "cargo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cargo@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=s390x" } } }, { "category": "product_version", "name": "cargo-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "product": { "name": "cargo-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "product_id": "cargo-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cargo-debuginfo@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=s390x" } } }, { "category": "product_version", "name": "clippy-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "product": { "name": "clippy-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "product_id": "clippy-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/clippy@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=s390x" } } }, { "category": "product_version", "name": "clippy-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "product": { "name": "clippy-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "product_id": "clippy-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/clippy-debuginfo@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=s390x" } } }, { "category": "product_version", "name": "rls-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "product": { "name": "rls-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "product_id": "rls-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rls@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=s390x" } } }, { "category": "product_version", "name": "rls-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "product": { "name": "rls-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "product_id": "rls-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rls-debuginfo@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=s390x" } } }, { "category": "product_version", "name": "rust-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "product": { "name": "rust-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "product_id": "rust-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=s390x" } } }, { "category": "product_version", "name": "rust-analysis-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "product": { "name": "rust-analysis-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "product_id": "rust-analysis-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-analysis@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=s390x" } } }, { "category": "product_version", "name": "rust-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "product": { "name": "rust-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "product_id": "rust-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-debuginfo@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=s390x" } } }, { "category": "product_version", "name": "rust-debugsource-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "product": { "name": "rust-debugsource-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "product_id": "rust-debugsource-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-debugsource@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=s390x" } } }, { "category": "product_version", "name": "rust-doc-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "product": { "name": "rust-doc-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "product_id": "rust-doc-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-doc@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=s390x" } } }, { "category": "product_version", "name": "rust-std-static-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "product": { "name": "rust-std-static-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "product_id": "rust-std-static-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-std-static@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=s390x" } } }, { "category": "product_version", "name": "rust-toolset-0:1.54.0-1.module+el8.5.0+12195+effd8a03.s390x", "product": { "name": "rust-toolset-0:1.54.0-1.module+el8.5.0+12195+effd8a03.s390x", "product_id": "rust-toolset-0:1.54.0-1.module+el8.5.0+12195+effd8a03.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset@1.54.0-1.module%2Bel8.5.0%2B12195%2Beffd8a03?arch=s390x" } } }, { "category": "product_version", "name": "rustfmt-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "product": { "name": "rustfmt-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "product_id": "rustfmt-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rustfmt@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=s390x" } } }, { "category": "product_version", "name": "rustfmt-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "product": { "name": "rustfmt-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "product_id": "rustfmt-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rustfmt-debuginfo@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "cargo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "product": { "name": "cargo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "product_id": "cargo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cargo@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=x86_64" } } }, { "category": "product_version", "name": "cargo-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "product": { "name": "cargo-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "product_id": "cargo-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cargo-debuginfo@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=x86_64" } } }, { "category": "product_version", "name": "clippy-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "product": { "name": "clippy-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "product_id": "clippy-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/clippy@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=x86_64" } } }, { "category": "product_version", "name": "clippy-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "product": { "name": "clippy-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "product_id": "clippy-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/clippy-debuginfo@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=x86_64" } } }, { "category": "product_version", "name": "rls-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "product": { "name": "rls-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "product_id": "rls-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rls@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=x86_64" } } }, { "category": "product_version", "name": "rls-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "product": { "name": "rls-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "product_id": "rls-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rls-debuginfo@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=x86_64" } } }, { "category": "product_version", "name": "rust-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "product": { "name": "rust-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "product_id": "rust-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=x86_64" } } }, { "category": "product_version", "name": "rust-analysis-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "product": { "name": "rust-analysis-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "product_id": "rust-analysis-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-analysis@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=x86_64" } } }, { "category": "product_version", "name": "rust-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "product": { "name": "rust-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "product_id": "rust-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-debuginfo@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=x86_64" } } }, { "category": "product_version", "name": "rust-debugsource-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "product": { "name": "rust-debugsource-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "product_id": "rust-debugsource-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-debugsource@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=x86_64" } } }, { "category": "product_version", "name": "rust-doc-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "product": { "name": "rust-doc-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "product_id": "rust-doc-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-doc@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=x86_64" } } }, { "category": "product_version", "name": "rust-std-static-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "product": { "name": "rust-std-static-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "product_id": "rust-std-static-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-std-static@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=x86_64" } } }, { "category": "product_version", "name": "rust-std-static-wasm32-unknown-unknown-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "product": { "name": "rust-std-static-wasm32-unknown-unknown-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "product_id": "rust-std-static-wasm32-unknown-unknown-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-std-static-wasm32-unknown-unknown@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=x86_64" } } }, { "category": "product_version", "name": "rust-toolset-0:1.54.0-1.module+el8.5.0+12195+effd8a03.x86_64", "product": { "name": "rust-toolset-0:1.54.0-1.module+el8.5.0+12195+effd8a03.x86_64", "product_id": "rust-toolset-0:1.54.0-1.module+el8.5.0+12195+effd8a03.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset@1.54.0-1.module%2Bel8.5.0%2B12195%2Beffd8a03?arch=x86_64" } } }, { "category": "product_version", "name": "rustfmt-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "product": { "name": "rustfmt-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "product_id": "rustfmt-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rustfmt@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=x86_64" } } }, { "category": "product_version", "name": "rustfmt-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "product": { "name": "rustfmt-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "product_id": "rustfmt-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rustfmt-debuginfo@1.54.0-3.module%2Bel8.5.0%2B13074%2Bd655d86c?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "rust-toolset:rhel8:8050020211027231136:5c15747c as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c" }, "product_reference": "rust-toolset:rhel8:8050020211027231136:5c15747c", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "cargo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64 as a component of rust-toolset:rhel8:8050020211027231136:5c15747c as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:cargo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64" }, "product_reference": "cargo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c" }, { "category": "default_component_of", "full_product_name": { "name": "cargo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le as a component of rust-toolset:rhel8:8050020211027231136:5c15747c as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:cargo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le" }, "product_reference": "cargo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c" }, { "category": "default_component_of", "full_product_name": { "name": "cargo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x as a component of rust-toolset:rhel8:8050020211027231136:5c15747c as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:cargo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x" }, "product_reference": "cargo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c" }, { "category": "default_component_of", "full_product_name": { "name": "cargo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64 as a component of rust-toolset:rhel8:8050020211027231136:5c15747c as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:cargo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64" }, "product_reference": "cargo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c" }, { "category": "default_component_of", "full_product_name": { "name": "cargo-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64 as a component of rust-toolset:rhel8:8050020211027231136:5c15747c as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:cargo-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64" }, "product_reference": "cargo-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c" }, { "category": "default_component_of", "full_product_name": { "name": "cargo-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le as a component of rust-toolset:rhel8:8050020211027231136:5c15747c as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:cargo-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le" }, "product_reference": "cargo-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c" }, { "category": "default_component_of", "full_product_name": { "name": "cargo-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x as a component of rust-toolset:rhel8:8050020211027231136:5c15747c as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:cargo-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x" }, "product_reference": "cargo-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c" }, { "category": "default_component_of", "full_product_name": { "name": "cargo-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64 as a component of rust-toolset:rhel8:8050020211027231136:5c15747c as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:cargo-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64" }, "product_reference": "cargo-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c" }, { "category": "default_component_of", "full_product_name": { "name": "cargo-doc-0:1.54.0-3.module+el8.5.0+13074+d655d86c.noarch as a component of rust-toolset:rhel8:8050020211027231136:5c15747c as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:cargo-doc-0:1.54.0-3.module+el8.5.0+13074+d655d86c.noarch" }, "product_reference": "cargo-doc-0:1.54.0-3.module+el8.5.0+13074+d655d86c.noarch", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c" }, { "category": "default_component_of", "full_product_name": { "name": "clippy-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64 as a component of rust-toolset:rhel8:8050020211027231136:5c15747c as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:clippy-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64" }, "product_reference": "clippy-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c" }, { "category": "default_component_of", "full_product_name": { "name": "clippy-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le as a component of rust-toolset:rhel8:8050020211027231136:5c15747c as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:clippy-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le" }, "product_reference": "clippy-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c" }, { "category": "default_component_of", "full_product_name": { "name": "clippy-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x as a component of rust-toolset:rhel8:8050020211027231136:5c15747c as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:clippy-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x" }, "product_reference": "clippy-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c" }, { "category": "default_component_of", "full_product_name": { "name": "clippy-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64 as a component of rust-toolset:rhel8:8050020211027231136:5c15747c as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:clippy-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64" }, "product_reference": "clippy-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c" }, { "category": "default_component_of", "full_product_name": { "name": "clippy-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64 as a component of rust-toolset:rhel8:8050020211027231136:5c15747c as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:clippy-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64" }, "product_reference": "clippy-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c" }, { "category": "default_component_of", "full_product_name": { "name": "clippy-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le as a component of rust-toolset:rhel8:8050020211027231136:5c15747c as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:clippy-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le" }, "product_reference": "clippy-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c" }, { "category": "default_component_of", "full_product_name": { "name": "clippy-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x as a component of rust-toolset:rhel8:8050020211027231136:5c15747c as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:clippy-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x" }, "product_reference": "clippy-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c" }, { "category": "default_component_of", "full_product_name": { "name": "clippy-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64 as a component of rust-toolset:rhel8:8050020211027231136:5c15747c as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:clippy-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64" }, "product_reference": "clippy-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c" }, { "category": "default_component_of", "full_product_name": { "name": "rls-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64 as a component of rust-toolset:rhel8:8050020211027231136:5c15747c as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rls-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64" }, "product_reference": "rls-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c" }, { "category": "default_component_of", "full_product_name": { "name": "rls-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le as a component of rust-toolset:rhel8:8050020211027231136:5c15747c as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rls-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le" }, "product_reference": "rls-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c" }, { "category": "default_component_of", "full_product_name": { "name": "rls-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x as a component of rust-toolset:rhel8:8050020211027231136:5c15747c as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rls-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x" }, "product_reference": "rls-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c" }, { "category": "default_component_of", "full_product_name": { "name": "rls-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64 as a component of rust-toolset:rhel8:8050020211027231136:5c15747c as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rls-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64" }, "product_reference": "rls-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c" }, { "category": "default_component_of", "full_product_name": { "name": "rls-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64 as a component of rust-toolset:rhel8:8050020211027231136:5c15747c as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rls-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64" }, "product_reference": "rls-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c" }, { "category": "default_component_of", "full_product_name": { "name": "rls-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le as a component of rust-toolset:rhel8:8050020211027231136:5c15747c as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rls-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le" }, "product_reference": "rls-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c" }, { "category": "default_component_of", "full_product_name": { "name": "rls-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x as a component of rust-toolset:rhel8:8050020211027231136:5c15747c as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rls-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x" }, "product_reference": "rls-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c" }, { "category": "default_component_of", "full_product_name": { "name": "rls-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64 as a component of rust-toolset:rhel8:8050020211027231136:5c15747c as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rls-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64" }, "product_reference": "rls-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c" }, { "category": "default_component_of", "full_product_name": { "name": "rust-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64 as a component of rust-toolset:rhel8:8050020211027231136:5c15747c as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64" }, "product_reference": "rust-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c" }, { "category": "default_component_of", "full_product_name": { "name": "rust-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le as a component of rust-toolset:rhel8:8050020211027231136:5c15747c as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le" }, "product_reference": "rust-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c" }, { "category": "default_component_of", "full_product_name": { "name": "rust-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x as a component of rust-toolset:rhel8:8050020211027231136:5c15747c as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x" }, "product_reference": "rust-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c" }, { "category": "default_component_of", "full_product_name": { "name": "rust-0:1.54.0-3.module+el8.5.0+13074+d655d86c.src as a component of rust-toolset:rhel8:8050020211027231136:5c15747c as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-0:1.54.0-3.module+el8.5.0+13074+d655d86c.src" }, "product_reference": "rust-0:1.54.0-3.module+el8.5.0+13074+d655d86c.src", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c" }, { "category": "default_component_of", "full_product_name": { "name": "rust-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64 as a component of rust-toolset:rhel8:8050020211027231136:5c15747c as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64" }, "product_reference": "rust-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c" }, { "category": "default_component_of", "full_product_name": { "name": "rust-analysis-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64 as a component of rust-toolset:rhel8:8050020211027231136:5c15747c as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-analysis-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64" }, "product_reference": "rust-analysis-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c" }, { "category": "default_component_of", "full_product_name": { "name": "rust-analysis-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le as a component of rust-toolset:rhel8:8050020211027231136:5c15747c as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-analysis-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le" }, "product_reference": "rust-analysis-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c" }, { "category": "default_component_of", "full_product_name": { "name": "rust-analysis-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x as a component of rust-toolset:rhel8:8050020211027231136:5c15747c as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-analysis-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x" }, "product_reference": "rust-analysis-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c" }, { "category": "default_component_of", "full_product_name": { "name": "rust-analysis-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64 as a component of rust-toolset:rhel8:8050020211027231136:5c15747c as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-analysis-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64" }, "product_reference": "rust-analysis-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c" }, { "category": "default_component_of", "full_product_name": { "name": "rust-debugger-common-0:1.54.0-3.module+el8.5.0+13074+d655d86c.noarch as a component of rust-toolset:rhel8:8050020211027231136:5c15747c as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-debugger-common-0:1.54.0-3.module+el8.5.0+13074+d655d86c.noarch" }, "product_reference": "rust-debugger-common-0:1.54.0-3.module+el8.5.0+13074+d655d86c.noarch", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c" }, { "category": "default_component_of", "full_product_name": { "name": "rust-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64 as a component of rust-toolset:rhel8:8050020211027231136:5c15747c as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64" }, "product_reference": "rust-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c" }, { "category": "default_component_of", "full_product_name": { "name": "rust-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le as a component of rust-toolset:rhel8:8050020211027231136:5c15747c as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le" }, "product_reference": "rust-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c" }, { "category": "default_component_of", "full_product_name": { "name": "rust-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x as a component of rust-toolset:rhel8:8050020211027231136:5c15747c as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x" }, "product_reference": "rust-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c" }, { "category": "default_component_of", "full_product_name": { "name": "rust-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64 as a component of rust-toolset:rhel8:8050020211027231136:5c15747c as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64" }, "product_reference": "rust-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c" }, { "category": "default_component_of", "full_product_name": { "name": "rust-debugsource-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64 as a component of rust-toolset:rhel8:8050020211027231136:5c15747c as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-debugsource-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64" }, "product_reference": "rust-debugsource-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c" }, { "category": "default_component_of", "full_product_name": { "name": "rust-debugsource-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le as a component of rust-toolset:rhel8:8050020211027231136:5c15747c as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-debugsource-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le" }, "product_reference": "rust-debugsource-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c" }, { "category": "default_component_of", "full_product_name": { "name": "rust-debugsource-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x as a component of rust-toolset:rhel8:8050020211027231136:5c15747c as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-debugsource-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x" }, "product_reference": "rust-debugsource-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c" }, { "category": "default_component_of", "full_product_name": { "name": "rust-debugsource-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64 as a component of rust-toolset:rhel8:8050020211027231136:5c15747c as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-debugsource-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64" }, "product_reference": "rust-debugsource-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c" }, { "category": "default_component_of", "full_product_name": { "name": "rust-doc-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64 as a component of rust-toolset:rhel8:8050020211027231136:5c15747c as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-doc-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64" }, "product_reference": "rust-doc-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c" }, { "category": "default_component_of", "full_product_name": { "name": "rust-doc-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le as a component of rust-toolset:rhel8:8050020211027231136:5c15747c as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-doc-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le" }, "product_reference": "rust-doc-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c" }, { "category": "default_component_of", "full_product_name": { "name": "rust-doc-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x as a component of rust-toolset:rhel8:8050020211027231136:5c15747c as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-doc-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x" }, "product_reference": "rust-doc-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c" }, { "category": "default_component_of", "full_product_name": { "name": "rust-doc-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64 as a component of rust-toolset:rhel8:8050020211027231136:5c15747c as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-doc-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64" }, "product_reference": "rust-doc-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c" }, { "category": "default_component_of", "full_product_name": { "name": "rust-gdb-0:1.54.0-3.module+el8.5.0+13074+d655d86c.noarch as a component of rust-toolset:rhel8:8050020211027231136:5c15747c as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-gdb-0:1.54.0-3.module+el8.5.0+13074+d655d86c.noarch" }, "product_reference": "rust-gdb-0:1.54.0-3.module+el8.5.0+13074+d655d86c.noarch", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c" }, { "category": "default_component_of", "full_product_name": { "name": "rust-lldb-0:1.54.0-3.module+el8.5.0+13074+d655d86c.noarch as a component of rust-toolset:rhel8:8050020211027231136:5c15747c as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-lldb-0:1.54.0-3.module+el8.5.0+13074+d655d86c.noarch" }, "product_reference": "rust-lldb-0:1.54.0-3.module+el8.5.0+13074+d655d86c.noarch", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c" }, { "category": "default_component_of", "full_product_name": { "name": "rust-src-0:1.54.0-3.module+el8.5.0+13074+d655d86c.noarch as a component of rust-toolset:rhel8:8050020211027231136:5c15747c as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-src-0:1.54.0-3.module+el8.5.0+13074+d655d86c.noarch" }, "product_reference": "rust-src-0:1.54.0-3.module+el8.5.0+13074+d655d86c.noarch", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c" }, { "category": "default_component_of", "full_product_name": { "name": "rust-std-static-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64 as a component of rust-toolset:rhel8:8050020211027231136:5c15747c as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-std-static-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64" }, "product_reference": "rust-std-static-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c" }, { "category": "default_component_of", "full_product_name": { "name": "rust-std-static-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le as a component of rust-toolset:rhel8:8050020211027231136:5c15747c as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-std-static-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le" }, "product_reference": "rust-std-static-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c" }, { "category": "default_component_of", "full_product_name": { "name": "rust-std-static-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x as a component of rust-toolset:rhel8:8050020211027231136:5c15747c as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-std-static-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x" }, "product_reference": "rust-std-static-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c" }, { "category": "default_component_of", "full_product_name": { "name": "rust-std-static-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64 as a component of rust-toolset:rhel8:8050020211027231136:5c15747c as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-std-static-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64" }, "product_reference": "rust-std-static-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c" }, { "category": "default_component_of", "full_product_name": { "name": "rust-std-static-wasm32-unknown-unknown-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64 as a component of rust-toolset:rhel8:8050020211027231136:5c15747c as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-std-static-wasm32-unknown-unknown-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64" }, "product_reference": "rust-std-static-wasm32-unknown-unknown-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c" }, { "category": "default_component_of", "full_product_name": { "name": "rust-std-static-wasm32-unknown-unknown-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le as a component of rust-toolset:rhel8:8050020211027231136:5c15747c as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-std-static-wasm32-unknown-unknown-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le" }, "product_reference": "rust-std-static-wasm32-unknown-unknown-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c" }, { "category": "default_component_of", "full_product_name": { "name": "rust-std-static-wasm32-unknown-unknown-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64 as a component of rust-toolset:rhel8:8050020211027231136:5c15747c as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-std-static-wasm32-unknown-unknown-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64" }, "product_reference": "rust-std-static-wasm32-unknown-unknown-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-0:1.54.0-1.module+el8.5.0+12195+effd8a03.aarch64 as a component of rust-toolset:rhel8:8050020211027231136:5c15747c as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-toolset-0:1.54.0-1.module+el8.5.0+12195+effd8a03.aarch64" }, "product_reference": "rust-toolset-0:1.54.0-1.module+el8.5.0+12195+effd8a03.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-0:1.54.0-1.module+el8.5.0+12195+effd8a03.ppc64le as a component of rust-toolset:rhel8:8050020211027231136:5c15747c as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-toolset-0:1.54.0-1.module+el8.5.0+12195+effd8a03.ppc64le" }, "product_reference": "rust-toolset-0:1.54.0-1.module+el8.5.0+12195+effd8a03.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-0:1.54.0-1.module+el8.5.0+12195+effd8a03.s390x as a component of rust-toolset:rhel8:8050020211027231136:5c15747c as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-toolset-0:1.54.0-1.module+el8.5.0+12195+effd8a03.s390x" }, "product_reference": "rust-toolset-0:1.54.0-1.module+el8.5.0+12195+effd8a03.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-0:1.54.0-1.module+el8.5.0+12195+effd8a03.src as a component of rust-toolset:rhel8:8050020211027231136:5c15747c as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-toolset-0:1.54.0-1.module+el8.5.0+12195+effd8a03.src" }, "product_reference": "rust-toolset-0:1.54.0-1.module+el8.5.0+12195+effd8a03.src", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-0:1.54.0-1.module+el8.5.0+12195+effd8a03.x86_64 as a component of rust-toolset:rhel8:8050020211027231136:5c15747c as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-toolset-0:1.54.0-1.module+el8.5.0+12195+effd8a03.x86_64" }, "product_reference": "rust-toolset-0:1.54.0-1.module+el8.5.0+12195+effd8a03.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c" }, { "category": "default_component_of", "full_product_name": { "name": "rustfmt-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64 as a component of rust-toolset:rhel8:8050020211027231136:5c15747c as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rustfmt-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64" }, "product_reference": "rustfmt-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c" }, { "category": "default_component_of", "full_product_name": { "name": "rustfmt-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le as a component of rust-toolset:rhel8:8050020211027231136:5c15747c as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rustfmt-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le" }, "product_reference": "rustfmt-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c" }, { "category": "default_component_of", "full_product_name": { "name": "rustfmt-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x as a component of rust-toolset:rhel8:8050020211027231136:5c15747c as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rustfmt-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x" }, "product_reference": "rustfmt-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c" }, { "category": "default_component_of", "full_product_name": { "name": "rustfmt-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64 as a component of rust-toolset:rhel8:8050020211027231136:5c15747c as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rustfmt-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64" }, "product_reference": "rustfmt-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c" }, { "category": "default_component_of", "full_product_name": { "name": "rustfmt-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64 as a component of rust-toolset:rhel8:8050020211027231136:5c15747c as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rustfmt-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64" }, "product_reference": "rustfmt-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c" }, { "category": "default_component_of", "full_product_name": { "name": "rustfmt-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le as a component of rust-toolset:rhel8:8050020211027231136:5c15747c as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rustfmt-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le" }, "product_reference": "rustfmt-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c" }, { "category": "default_component_of", "full_product_name": { "name": "rustfmt-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x as a component of rust-toolset:rhel8:8050020211027231136:5c15747c as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rustfmt-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x" }, "product_reference": "rustfmt-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c" }, { "category": "default_component_of", "full_product_name": { "name": "rustfmt-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64 as a component of rust-toolset:rhel8:8050020211027231136:5c15747c as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rustfmt-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64" }, "product_reference": "rustfmt-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "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.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:cargo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:cargo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:cargo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:cargo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:cargo-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:cargo-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:cargo-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:cargo-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:cargo-doc-0:1.54.0-3.module+el8.5.0+13074+d655d86c.noarch", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:clippy-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:clippy-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:clippy-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:clippy-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:clippy-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:clippy-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:clippy-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:clippy-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rls-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rls-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rls-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rls-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rls-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rls-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rls-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rls-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-0:1.54.0-3.module+el8.5.0+13074+d655d86c.src", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-analysis-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-analysis-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-analysis-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-analysis-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-debugger-common-0:1.54.0-3.module+el8.5.0+13074+d655d86c.noarch", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-debugsource-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-debugsource-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-debugsource-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-debugsource-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-doc-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-doc-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-doc-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-doc-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-gdb-0:1.54.0-3.module+el8.5.0+13074+d655d86c.noarch", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-lldb-0:1.54.0-3.module+el8.5.0+13074+d655d86c.noarch", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-src-0:1.54.0-3.module+el8.5.0+13074+d655d86c.noarch", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-std-static-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-std-static-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-std-static-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-std-static-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-std-static-wasm32-unknown-unknown-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-std-static-wasm32-unknown-unknown-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-std-static-wasm32-unknown-unknown-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-toolset-0:1.54.0-1.module+el8.5.0+12195+effd8a03.aarch64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-toolset-0:1.54.0-1.module+el8.5.0+12195+effd8a03.ppc64le", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-toolset-0:1.54.0-1.module+el8.5.0+12195+effd8a03.s390x", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-toolset-0:1.54.0-1.module+el8.5.0+12195+effd8a03.src", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-toolset-0:1.54.0-1.module+el8.5.0+12195+effd8a03.x86_64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rustfmt-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rustfmt-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rustfmt-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rustfmt-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rustfmt-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rustfmt-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rustfmt-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rustfmt-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-10T11:06: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-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:cargo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:cargo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:cargo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:cargo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:cargo-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:cargo-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:cargo-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:cargo-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:cargo-doc-0:1.54.0-3.module+el8.5.0+13074+d655d86c.noarch", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:clippy-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:clippy-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:clippy-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:clippy-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:clippy-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:clippy-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:clippy-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:clippy-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rls-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rls-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rls-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rls-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rls-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rls-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rls-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rls-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-0:1.54.0-3.module+el8.5.0+13074+d655d86c.src", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-analysis-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-analysis-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-analysis-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-analysis-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-debugger-common-0:1.54.0-3.module+el8.5.0+13074+d655d86c.noarch", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-debugsource-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-debugsource-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-debugsource-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-debugsource-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-doc-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-doc-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-doc-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-doc-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-gdb-0:1.54.0-3.module+el8.5.0+13074+d655d86c.noarch", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-lldb-0:1.54.0-3.module+el8.5.0+13074+d655d86c.noarch", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-src-0:1.54.0-3.module+el8.5.0+13074+d655d86c.noarch", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-std-static-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-std-static-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-std-static-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-std-static-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-std-static-wasm32-unknown-unknown-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-std-static-wasm32-unknown-unknown-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-std-static-wasm32-unknown-unknown-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-toolset-0:1.54.0-1.module+el8.5.0+12195+effd8a03.aarch64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-toolset-0:1.54.0-1.module+el8.5.0+12195+effd8a03.ppc64le", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-toolset-0:1.54.0-1.module+el8.5.0+12195+effd8a03.s390x", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-toolset-0:1.54.0-1.module+el8.5.0+12195+effd8a03.src", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-toolset-0:1.54.0-1.module+el8.5.0+12195+effd8a03.x86_64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rustfmt-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rustfmt-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rustfmt-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rustfmt-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rustfmt-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rustfmt-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rustfmt-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rustfmt-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4590" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:cargo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:cargo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:cargo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:cargo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:cargo-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:cargo-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:cargo-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:cargo-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:cargo-doc-0:1.54.0-3.module+el8.5.0+13074+d655d86c.noarch", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:clippy-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:clippy-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:clippy-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:clippy-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:clippy-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:clippy-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:clippy-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:clippy-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rls-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rls-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rls-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rls-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rls-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rls-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rls-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rls-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-0:1.54.0-3.module+el8.5.0+13074+d655d86c.src", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-analysis-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-analysis-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-analysis-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-analysis-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-debugger-common-0:1.54.0-3.module+el8.5.0+13074+d655d86c.noarch", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-debugsource-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-debugsource-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-debugsource-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-debugsource-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-doc-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-doc-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-doc-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-doc-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-gdb-0:1.54.0-3.module+el8.5.0+13074+d655d86c.noarch", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-lldb-0:1.54.0-3.module+el8.5.0+13074+d655d86c.noarch", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-src-0:1.54.0-3.module+el8.5.0+13074+d655d86c.noarch", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-std-static-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-std-static-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-std-static-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-std-static-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-std-static-wasm32-unknown-unknown-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-std-static-wasm32-unknown-unknown-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-std-static-wasm32-unknown-unknown-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-toolset-0:1.54.0-1.module+el8.5.0+12195+effd8a03.aarch64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-toolset-0:1.54.0-1.module+el8.5.0+12195+effd8a03.ppc64le", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-toolset-0:1.54.0-1.module+el8.5.0+12195+effd8a03.s390x", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-toolset-0:1.54.0-1.module+el8.5.0+12195+effd8a03.src", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-toolset-0:1.54.0-1.module+el8.5.0+12195+effd8a03.x86_64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rustfmt-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rustfmt-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rustfmt-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rustfmt-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rustfmt-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rustfmt-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rustfmt-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rustfmt-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:cargo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:cargo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:cargo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:cargo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:cargo-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:cargo-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:cargo-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:cargo-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:cargo-doc-0:1.54.0-3.module+el8.5.0+13074+d655d86c.noarch", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:clippy-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:clippy-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:clippy-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:clippy-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:clippy-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:clippy-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:clippy-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:clippy-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rls-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rls-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rls-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rls-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rls-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rls-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rls-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rls-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-0:1.54.0-3.module+el8.5.0+13074+d655d86c.src", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-analysis-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-analysis-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-analysis-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-analysis-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-debugger-common-0:1.54.0-3.module+el8.5.0+13074+d655d86c.noarch", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-debugsource-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-debugsource-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-debugsource-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-debugsource-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-doc-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-doc-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-doc-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-doc-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-gdb-0:1.54.0-3.module+el8.5.0+13074+d655d86c.noarch", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-lldb-0:1.54.0-3.module+el8.5.0+13074+d655d86c.noarch", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-src-0:1.54.0-3.module+el8.5.0+13074+d655d86c.noarch", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-std-static-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-std-static-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-std-static-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-std-static-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-std-static-wasm32-unknown-unknown-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-std-static-wasm32-unknown-unknown-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-std-static-wasm32-unknown-unknown-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-toolset-0:1.54.0-1.module+el8.5.0+12195+effd8a03.aarch64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-toolset-0:1.54.0-1.module+el8.5.0+12195+effd8a03.ppc64le", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-toolset-0:1.54.0-1.module+el8.5.0+12195+effd8a03.s390x", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-toolset-0:1.54.0-1.module+el8.5.0+12195+effd8a03.src", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rust-toolset-0:1.54.0-1.module+el8.5.0+12195+effd8a03.x86_64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rustfmt-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rustfmt-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rustfmt-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rustfmt-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rustfmt-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.aarch64", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rustfmt-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.ppc64le", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rustfmt-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.s390x", "AppStream-8.5.0.Z.MAIN:rust-toolset:rhel8:8050020211027231136:5c15747c:rustfmt-debuginfo-0:1.54.0-3.module+el8.5.0+13074+d655d86c.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
rhsa-2021_4589
Vulnerability from csaf_redhat
Notes
{ "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 gcc-toolset-10-annobin is now available for Red Hat Enterprise Linux 8.4 Extended Update Support.\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": "Annobin provides a compiler plugin to annotate and tools to examine compiled binary files.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in annobin in order to facilitate detection of BiDi Unicode characters:\n\nThis update of annobin adds a new annocheck test to detect the presence of multibyte characters in symbol names.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4589", "url": "https://access.redhat.com/errata/RHSA-2021:4589" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4589.json" } ], "title": "Red Hat Security Advisory: gcc-toolset-10-annobin security update", "tracking": { "current_release_date": "2024-11-13T23:35:27+00:00", "generator": { "date": "2024-11-13T23:35:27+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2021:4589", "initial_release_date": "2021-11-10T09:15:38+00:00", "revision_history": [ { "date": "2021-11-10T09:15:38+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-10T09:15:38+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T23:35:27+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:8.4::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-annobin-0:9.29-1.el8_4.1.src", "product": { "name": "gcc-toolset-10-annobin-0:9.29-1.el8_4.1.src", "product_id": "gcc-toolset-10-annobin-0:9.29-1.el8_4.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin@9.29-1.el8_4.1?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-annobin-0:9.29-1.el8_4.1.aarch64", "product": { "name": "gcc-toolset-10-annobin-0:9.29-1.el8_4.1.aarch64", "product_id": "gcc-toolset-10-annobin-0:9.29-1.el8_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin@9.29-1.el8_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.aarch64", "product": { "name": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.aarch64", "product_id": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin-annocheck-debuginfo@9.29-1.el8_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.aarch64", "product": { "name": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.aarch64", "product_id": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin-debuginfo@9.29-1.el8_4.1?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-annobin-0:9.29-1.el8_4.1.ppc64le", "product": { "name": "gcc-toolset-10-annobin-0:9.29-1.el8_4.1.ppc64le", "product_id": "gcc-toolset-10-annobin-0:9.29-1.el8_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin@9.29-1.el8_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.ppc64le", "product": { "name": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.ppc64le", "product_id": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin-annocheck-debuginfo@9.29-1.el8_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.ppc64le", "product": { "name": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.ppc64le", "product_id": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin-debuginfo@9.29-1.el8_4.1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-annobin-0:9.29-1.el8_4.1.x86_64", "product": { "name": "gcc-toolset-10-annobin-0:9.29-1.el8_4.1.x86_64", "product_id": "gcc-toolset-10-annobin-0:9.29-1.el8_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin@9.29-1.el8_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.x86_64", "product": { "name": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.x86_64", "product_id": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin-annocheck-debuginfo@9.29-1.el8_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.x86_64", "product": { "name": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.x86_64", "product_id": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin-debuginfo@9.29-1.el8_4.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-annobin-0:9.29-1.el8_4.1.s390x", "product": { "name": "gcc-toolset-10-annobin-0:9.29-1.el8_4.1.s390x", "product_id": "gcc-toolset-10-annobin-0:9.29-1.el8_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin@9.29-1.el8_4.1?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.s390x", "product": { "name": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.s390x", "product_id": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin-annocheck-debuginfo@9.29-1.el8_4.1?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.s390x", "product": { "name": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.s390x", "product_id": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin-debuginfo@9.29-1.el8_4.1?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-0:9.29-1.el8_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-0:9.29-1.el8_4.1.aarch64" }, "product_reference": "gcc-toolset-10-annobin-0:9.29-1.el8_4.1.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-0:9.29-1.el8_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-0:9.29-1.el8_4.1.ppc64le" }, "product_reference": "gcc-toolset-10-annobin-0:9.29-1.el8_4.1.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-0:9.29-1.el8_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-0:9.29-1.el8_4.1.s390x" }, "product_reference": "gcc-toolset-10-annobin-0:9.29-1.el8_4.1.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-0:9.29-1.el8_4.1.src as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-0:9.29-1.el8_4.1.src" }, "product_reference": "gcc-toolset-10-annobin-0:9.29-1.el8_4.1.src", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-0:9.29-1.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-0:9.29-1.el8_4.1.x86_64" }, "product_reference": "gcc-toolset-10-annobin-0:9.29-1.el8_4.1.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.aarch64" }, "product_reference": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.ppc64le" }, "product_reference": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.s390x" }, "product_reference": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.x86_64" }, "product_reference": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.aarch64" }, "product_reference": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.ppc64le" }, "product_reference": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.s390x" }, "product_reference": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.x86_64" }, "product_reference": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "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.4.0.Z.EUS:gcc-toolset-10-annobin-0:9.29-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-0:9.29-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-0:9.29-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-0:9.29-1.el8_4.1.src", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-0:9.29-1.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-10T09:15: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.4.0.Z.EUS:gcc-toolset-10-annobin-0:9.29-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-0:9.29-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-0:9.29-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-0:9.29-1.el8_4.1.src", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-0:9.29-1.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4589" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-0:9.29-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-0:9.29-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-0:9.29-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-0:9.29-1.el8_4.1.src", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-0:9.29-1.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-0:9.29-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-0:9.29-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-0:9.29-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-0:9.29-1.el8_4.1.src", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-0:9.29-1.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_4.1.x86_64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.aarch64", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.ppc64le", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.s390x", "AppStream-8.4.0.Z.EUS:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_4.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
RHSA-2021:4730
Vulnerability from csaf_redhat
Notes
{ "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 devtoolset-11-binutils is now available for Red Hat Software Collections.\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": "The binutils packages provide a collection of binary utilities for the manipulation of object code in various object file formats. It includes the ar, as, gprof, ld, nm, objcopy, objdump, ranlib, readelf, size, strings, strip, and addr2line utilities.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in binutils in order to facilitate detection of BiDi Unicode characters:\n\nTools which display names or strings (readelf, strings, nm, objdump) have a new command line option --unicode / -U which controls how Unicode characters are handled.\n\nUsing \"--unicode=default\" will treat them as normal for the tool. This is the default behaviour when --unicode option is not used.\nUsing \"--unicode=locale\" will display them according to the current locale.\nUsing \"--unicode=hex\" will display them as hex byte values.\nUsing \"--unicode=escape\" will display them as Unicode escape sequences.\nUsing \"--unicode=highlight\" will display them as Unicode escape sequences highlighted in red, if supported by the output device.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4730", "url": "https://access.redhat.com/errata/RHSA-2021:4730" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4730.json" } ], "title": "Red Hat Security Advisory: devtoolset-11-binutils security update", "tracking": { "current_release_date": "2025-09-25T12:36:01+00:00", "generator": { "date": "2025-09-25T12:36:01+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.8" } }, "id": "RHSA-2021:4730", "initial_release_date": "2021-11-18T10:09:52+00:00", "revision_history": [ { "date": "2021-11-18T10:09:52+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-18T10:09:52+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-25T12:36:01+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Software Collections for RHEL Workstation(v. 7)", "product": { "name": "Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for RHEL(v. 7)", "product": { "name": "Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } } ], "category": "product_family", "name": "Red Hat Software Collections" }, { "branches": [ { "category": "product_version", "name": "devtoolset-11-binutils-0:2.36.1-1.el7.1.src", "product": { "name": "devtoolset-11-binutils-0:2.36.1-1.el7.1.src", "product_id": "devtoolset-11-binutils-0:2.36.1-1.el7.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-binutils@2.36.1-1.el7.1?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "devtoolset-11-binutils-0:2.36.1-1.el7.1.x86_64", "product": { "name": "devtoolset-11-binutils-0:2.36.1-1.el7.1.x86_64", "product_id": "devtoolset-11-binutils-0:2.36.1-1.el7.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-binutils@2.36.1-1.el7.1?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.x86_64", "product": { "name": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.x86_64", "product_id": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-binutils-devel@2.36.1-1.el7.1?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.x86_64", "product": { "name": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.x86_64", "product_id": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-binutils-debuginfo@2.36.1-1.el7.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.i686", "product": { "name": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.i686", "product_id": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-binutils-devel@2.36.1-1.el7.1?arch=i686" } } }, { "category": "product_version", "name": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.i686", "product": { "name": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.i686", "product_id": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-binutils-debuginfo@2.36.1-1.el7.1?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64le", "product": { "name": "devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64le", "product_id": "devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-binutils@2.36.1-1.el7.1?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64le", "product": { "name": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64le", "product_id": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-binutils-devel@2.36.1-1.el7.1?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64le", "product": { "name": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64le", "product_id": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-binutils-debuginfo@2.36.1-1.el7.1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64", "product": { "name": "devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64", "product_id": "devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-binutils@2.36.1-1.el7.1?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64", "product": { "name": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64", "product_id": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-binutils-devel@2.36.1-1.el7.1?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64", "product": { "name": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64", "product_id": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-binutils-debuginfo@2.36.1-1.el7.1?arch=ppc64" } } } ], "category": "architecture", "name": "ppc64" }, { "branches": [ { "category": "product_version", "name": "devtoolset-11-binutils-0:2.36.1-1.el7.1.s390x", "product": { "name": "devtoolset-11-binutils-0:2.36.1-1.el7.1.s390x", "product_id": "devtoolset-11-binutils-0:2.36.1-1.el7.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-binutils@2.36.1-1.el7.1?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.s390x", "product": { "name": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.s390x", "product_id": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-binutils-devel@2.36.1-1.el7.1?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.s390x", "product": { "name": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.s390x", "product_id": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-binutils-debuginfo@2.36.1-1.el7.1?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64" }, "product_reference": "devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64le" }, "product_reference": "devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-0:2.36.1-1.el7.1.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-0:2.36.1-1.el7.1.s390x" }, "product_reference": "devtoolset-11-binutils-0:2.36.1-1.el7.1.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-0:2.36.1-1.el7.1.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-0:2.36.1-1.el7.1.src" }, "product_reference": "devtoolset-11-binutils-0:2.36.1-1.el7.1.src", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-0:2.36.1-1.el7.1.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-0:2.36.1-1.el7.1.x86_64" }, "product_reference": "devtoolset-11-binutils-0:2.36.1-1.el7.1.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.i686" }, "product_reference": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.i686", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64" }, "product_reference": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64le" }, "product_reference": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.s390x" }, "product_reference": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.x86_64" }, "product_reference": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.i686" }, "product_reference": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.i686", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64" }, "product_reference": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64le" }, "product_reference": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.s390x" }, "product_reference": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.x86_64" }, "product_reference": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64" }, "product_reference": "devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64le" }, "product_reference": "devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-0:2.36.1-1.el7.1.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.s390x" }, "product_reference": "devtoolset-11-binutils-0:2.36.1-1.el7.1.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-0:2.36.1-1.el7.1.src as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.src" }, "product_reference": "devtoolset-11-binutils-0:2.36.1-1.el7.1.src", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-0:2.36.1-1.el7.1.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.x86_64" }, "product_reference": "devtoolset-11-binutils-0:2.36.1-1.el7.1.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.i686 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.i686" }, "product_reference": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.i686", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64" }, "product_reference": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64le" }, "product_reference": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.s390x" }, "product_reference": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.x86_64" }, "product_reference": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.i686 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.i686" }, "product_reference": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.i686", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64" }, "product_reference": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64le" }, "product_reference": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.s390x" }, "product_reference": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.x86_64" }, "product_reference": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64" }, "product_reference": "devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64le" }, "product_reference": "devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-0:2.36.1-1.el7.1.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.s390x" }, "product_reference": "devtoolset-11-binutils-0:2.36.1-1.el7.1.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-0:2.36.1-1.el7.1.src as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.src" }, "product_reference": "devtoolset-11-binutils-0:2.36.1-1.el7.1.src", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-0:2.36.1-1.el7.1.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.x86_64" }, "product_reference": "devtoolset-11-binutils-0:2.36.1-1.el7.1.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.i686 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.i686" }, "product_reference": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64" }, "product_reference": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64le" }, "product_reference": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.s390x" }, "product_reference": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.x86_64" }, "product_reference": "devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.i686 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.i686" }, "product_reference": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64" }, "product_reference": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64le" }, "product_reference": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.s390x" }, "product_reference": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.x86_64" }, "product_reference": "devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-0:2.36.1-1.el7.1.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-0:2.36.1-1.el7.1.src", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-0:2.36.1-1.el7.1.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.x86_64", "7Server-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64", "7Server-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.s390x", "7Server-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.src", "7Server-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.x86_64", "7Server-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.i686", "7Server-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64", "7Server-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.s390x", "7Server-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.x86_64", "7Server-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.i686", "7Server-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64", "7Server-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.s390x", "7Server-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.src", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.i686", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.i686", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-18T10:09:52+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-0:2.36.1-1.el7.1.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-0:2.36.1-1.el7.1.src", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-0:2.36.1-1.el7.1.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.x86_64", "7Server-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64", "7Server-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.s390x", "7Server-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.src", "7Server-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.x86_64", "7Server-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.i686", "7Server-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64", "7Server-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.s390x", "7Server-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.x86_64", "7Server-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.i686", "7Server-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64", "7Server-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.s390x", "7Server-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.src", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.i686", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.i686", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4730" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-0:2.36.1-1.el7.1.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-0:2.36.1-1.el7.1.src", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-0:2.36.1-1.el7.1.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.x86_64", "7Server-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64", "7Server-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.s390x", "7Server-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.src", "7Server-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.x86_64", "7Server-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.i686", "7Server-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64", "7Server-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.s390x", "7Server-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.x86_64", "7Server-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.i686", "7Server-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64", "7Server-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.s390x", "7Server-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.src", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.i686", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.i686", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-0:2.36.1-1.el7.1.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-0:2.36.1-1.el7.1.src", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-0:2.36.1-1.el7.1.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.i686", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.x86_64", "7Server-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64", "7Server-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.s390x", "7Server-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.src", "7Server-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.x86_64", "7Server-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.i686", "7Server-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64", "7Server-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.s390x", "7Server-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.x86_64", "7Server-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.i686", "7Server-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64", "7Server-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.s390x", "7Server-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.src", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-0:2.36.1-1.el7.1.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.i686", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-debuginfo-0:2.36.1-1.el7.1.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.i686", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-binutils-devel-0:2.36.1-1.el7.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
rhsa-2021:4592
Vulnerability from csaf_redhat
Notes
{ "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 gcc-toolset-10-annobin 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": "Annobin provides a compiler plugin to annotate and tools to examine compiled binary files.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in annobin in order to facilitate detection of BiDi Unicode characters:\n\nThis update of annobin adds a new annocheck test to detect the presence of multibyte characters in symbol names.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4592", "url": "https://access.redhat.com/errata/RHSA-2021:4592" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4592.json" } ], "title": "Red Hat Security Advisory: gcc-toolset-10-annobin security update", "tracking": { "current_release_date": "2025-09-25T12:35:49+00:00", "generator": { "date": "2025-09-25T12:35:49+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.8" } }, "id": "RHSA-2021:4592", "initial_release_date": "2021-11-10T09:48:51+00:00", "revision_history": [ { "date": "2021-11-10T09:48:51+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-10T09:48:51+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-25T12:35:49+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.5.0.Z.MAIN", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-annobin-0:9.29-1.el8_5.2.src", "product": { "name": "gcc-toolset-10-annobin-0:9.29-1.el8_5.2.src", "product_id": "gcc-toolset-10-annobin-0:9.29-1.el8_5.2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin@9.29-1.el8_5.2?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-annobin-0:9.29-1.el8_5.2.aarch64", "product": { "name": "gcc-toolset-10-annobin-0:9.29-1.el8_5.2.aarch64", "product_id": "gcc-toolset-10-annobin-0:9.29-1.el8_5.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin@9.29-1.el8_5.2?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.aarch64", "product": { "name": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.aarch64", "product_id": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin-annocheck-debuginfo@9.29-1.el8_5.2?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.aarch64", "product": { "name": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.aarch64", "product_id": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin-debuginfo@9.29-1.el8_5.2?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-annobin-0:9.29-1.el8_5.2.ppc64le", "product": { "name": "gcc-toolset-10-annobin-0:9.29-1.el8_5.2.ppc64le", "product_id": "gcc-toolset-10-annobin-0:9.29-1.el8_5.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin@9.29-1.el8_5.2?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.ppc64le", "product": { "name": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.ppc64le", "product_id": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin-annocheck-debuginfo@9.29-1.el8_5.2?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.ppc64le", "product": { "name": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.ppc64le", "product_id": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin-debuginfo@9.29-1.el8_5.2?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-annobin-0:9.29-1.el8_5.2.x86_64", "product": { "name": "gcc-toolset-10-annobin-0:9.29-1.el8_5.2.x86_64", "product_id": "gcc-toolset-10-annobin-0:9.29-1.el8_5.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin@9.29-1.el8_5.2?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.x86_64", "product": { "name": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.x86_64", "product_id": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin-annocheck-debuginfo@9.29-1.el8_5.2?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.x86_64", "product": { "name": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.x86_64", "product_id": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin-debuginfo@9.29-1.el8_5.2?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-annobin-0:9.29-1.el8_5.2.s390x", "product": { "name": "gcc-toolset-10-annobin-0:9.29-1.el8_5.2.s390x", "product_id": "gcc-toolset-10-annobin-0:9.29-1.el8_5.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin@9.29-1.el8_5.2?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.s390x", "product": { "name": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.s390x", "product_id": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin-annocheck-debuginfo@9.29-1.el8_5.2?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.s390x", "product": { "name": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.s390x", "product_id": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin-debuginfo@9.29-1.el8_5.2?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-0:9.29-1.el8_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-0:9.29-1.el8_5.2.aarch64" }, "product_reference": "gcc-toolset-10-annobin-0:9.29-1.el8_5.2.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-0:9.29-1.el8_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-0:9.29-1.el8_5.2.ppc64le" }, "product_reference": "gcc-toolset-10-annobin-0:9.29-1.el8_5.2.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-0:9.29-1.el8_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-0:9.29-1.el8_5.2.s390x" }, "product_reference": "gcc-toolset-10-annobin-0:9.29-1.el8_5.2.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-0:9.29-1.el8_5.2.src as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-0:9.29-1.el8_5.2.src" }, "product_reference": "gcc-toolset-10-annobin-0:9.29-1.el8_5.2.src", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-0:9.29-1.el8_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-0:9.29-1.el8_5.2.x86_64" }, "product_reference": "gcc-toolset-10-annobin-0:9.29-1.el8_5.2.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.aarch64" }, "product_reference": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.ppc64le" }, "product_reference": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.s390x" }, "product_reference": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.x86_64" }, "product_reference": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.aarch64" }, "product_reference": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.ppc64le" }, "product_reference": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.s390x" }, "product_reference": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.x86_64" }, "product_reference": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "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.5.0.Z.MAIN:gcc-toolset-10-annobin-0:9.29-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-0:9.29-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-0:9.29-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-0:9.29-1.el8_5.2.src", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-0:9.29-1.el8_5.2.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-10T09:48:51+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.5.0.Z.MAIN:gcc-toolset-10-annobin-0:9.29-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-0:9.29-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-0:9.29-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-0:9.29-1.el8_5.2.src", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-0:9.29-1.el8_5.2.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4592" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-0:9.29-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-0:9.29-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-0:9.29-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-0:9.29-1.el8_5.2.src", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-0:9.29-1.el8_5.2.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-0:9.29-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-0:9.29-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-0:9.29-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-0:9.29-1.el8_5.2.src", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-0:9.29-1.el8_5.2.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
rhsa-2021_4723
Vulnerability from csaf_redhat
Notes
{ "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 devtoolset-10-binutils is now available for Red Hat Software Collections.\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": "The binutils packages provide a collection of binary utilities for the manipulation of object code in various object file formats. It includes the ar, as, gprof, ld, nm, objcopy, objdump, ranlib, readelf, size, strings, strip, and addr2line utilities.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in binutils in order to facilitate detection of BiDi Unicode characters:\n\nTools which display names or strings (readelf, strings, nm, objdump) have a new command line option --unicode / -U which controls how Unicode characters are handled.\n\nUsing \"--unicode=default\" will treat them as normal for the tool. This is the default behaviour when --unicode option is not used.\nUsing \"--unicode=locale\" will display them according to the current locale.\nUsing \"--unicode=hex\" will display them as hex byte values.\nUsing \"--unicode=escape\" will display them as Unicode escape sequences.\nUsing \"--unicode=highlight\" will display them as Unicode escape sequences highlighted in red, if supported by the output device.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4723", "url": "https://access.redhat.com/errata/RHSA-2021:4723" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4723.json" } ], "title": "Red Hat Security Advisory: devtoolset-10-binutils security update", "tracking": { "current_release_date": "2024-11-13T23:36:25+00:00", "generator": { "date": "2024-11-13T23:36:25+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2021:4723", "initial_release_date": "2021-11-17T16:22:57+00:00", "revision_history": [ { "date": "2021-11-17T16:22:57+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-17T16:22:57+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T23:36:25+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } } ], "category": "product_family", "name": "Red Hat Software Collections" }, { "branches": [ { "category": "product_version", "name": "devtoolset-10-binutils-0:2.35-5.el7.3.src", "product": { "name": "devtoolset-10-binutils-0:2.35-5.el7.3.src", "product_id": "devtoolset-10-binutils-0:2.35-5.el7.3.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-binutils@2.35-5.el7.3?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "devtoolset-10-binutils-0:2.35-5.el7.3.x86_64", "product": { "name": "devtoolset-10-binutils-0:2.35-5.el7.3.x86_64", "product_id": "devtoolset-10-binutils-0:2.35-5.el7.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-binutils@2.35-5.el7.3?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.x86_64", "product": { "name": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.x86_64", "product_id": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-binutils-devel@2.35-5.el7.3?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.x86_64", "product": { "name": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.x86_64", "product_id": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-binutils-debuginfo@2.35-5.el7.3?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.i686", "product": { "name": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.i686", "product_id": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-binutils-devel@2.35-5.el7.3?arch=i686" } } }, { "category": "product_version", "name": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.i686", "product": { "name": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.i686", "product_id": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-binutils-debuginfo@2.35-5.el7.3?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "devtoolset-10-binutils-0:2.35-5.el7.3.ppc64le", "product": { "name": "devtoolset-10-binutils-0:2.35-5.el7.3.ppc64le", "product_id": "devtoolset-10-binutils-0:2.35-5.el7.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-binutils@2.35-5.el7.3?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64le", "product": { "name": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64le", "product_id": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-binutils-devel@2.35-5.el7.3?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64le", "product": { "name": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64le", "product_id": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-binutils-debuginfo@2.35-5.el7.3?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "devtoolset-10-binutils-0:2.35-5.el7.3.ppc64", "product": { "name": "devtoolset-10-binutils-0:2.35-5.el7.3.ppc64", "product_id": "devtoolset-10-binutils-0:2.35-5.el7.3.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-binutils@2.35-5.el7.3?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64", "product": { "name": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64", "product_id": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-binutils-devel@2.35-5.el7.3?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64", "product": { "name": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64", "product_id": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-binutils-debuginfo@2.35-5.el7.3?arch=ppc64" } } } ], "category": "architecture", "name": "ppc64" }, { "branches": [ { "category": "product_version", "name": "devtoolset-10-binutils-0:2.35-5.el7.3.s390x", "product": { "name": "devtoolset-10-binutils-0:2.35-5.el7.3.s390x", "product_id": "devtoolset-10-binutils-0:2.35-5.el7.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-binutils@2.35-5.el7.3?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.s390x", "product": { "name": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.s390x", "product_id": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-binutils-devel@2.35-5.el7.3?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.s390x", "product": { "name": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.s390x", "product_id": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-10-binutils-debuginfo@2.35-5.el7.3?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-0:2.35-5.el7.3.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64" }, "product_reference": "devtoolset-10-binutils-0:2.35-5.el7.3.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-0:2.35-5.el7.3.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64le" }, "product_reference": "devtoolset-10-binutils-0:2.35-5.el7.3.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-0:2.35-5.el7.3.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-0:2.35-5.el7.3.s390x" }, "product_reference": "devtoolset-10-binutils-0:2.35-5.el7.3.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-0:2.35-5.el7.3.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-0:2.35-5.el7.3.src" }, "product_reference": "devtoolset-10-binutils-0:2.35-5.el7.3.src", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-0:2.35-5.el7.3.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-0:2.35-5.el7.3.x86_64" }, "product_reference": "devtoolset-10-binutils-0:2.35-5.el7.3.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.i686" }, "product_reference": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.i686", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64" }, "product_reference": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64le" }, "product_reference": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.s390x" }, "product_reference": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.x86_64" }, "product_reference": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-devel-0:2.35-5.el7.3.i686" }, "product_reference": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.i686", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64" }, "product_reference": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64le" }, "product_reference": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-devel-0:2.35-5.el7.3.s390x" }, "product_reference": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-devel-0:2.35-5.el7.3.x86_64" }, "product_reference": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-0:2.35-5.el7.3.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64" }, "product_reference": "devtoolset-10-binutils-0:2.35-5.el7.3.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-0:2.35-5.el7.3.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64le" }, "product_reference": "devtoolset-10-binutils-0:2.35-5.el7.3.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-0:2.35-5.el7.3.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.s390x" }, "product_reference": "devtoolset-10-binutils-0:2.35-5.el7.3.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-0:2.35-5.el7.3.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.src" }, "product_reference": "devtoolset-10-binutils-0:2.35-5.el7.3.src", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-0:2.35-5.el7.3.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.x86_64" }, "product_reference": "devtoolset-10-binutils-0:2.35-5.el7.3.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.i686" }, "product_reference": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.i686", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64" }, "product_reference": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64le" }, "product_reference": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.s390x" }, "product_reference": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.x86_64" }, "product_reference": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.i686" }, "product_reference": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.i686", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64" }, "product_reference": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64le" }, "product_reference": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.s390x" }, "product_reference": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.x86_64" }, "product_reference": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-0:2.35-5.el7.3.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64" }, "product_reference": "devtoolset-10-binutils-0:2.35-5.el7.3.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-0:2.35-5.el7.3.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64le" }, "product_reference": "devtoolset-10-binutils-0:2.35-5.el7.3.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-0:2.35-5.el7.3.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.s390x" }, "product_reference": "devtoolset-10-binutils-0:2.35-5.el7.3.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-0:2.35-5.el7.3.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.src" }, "product_reference": "devtoolset-10-binutils-0:2.35-5.el7.3.src", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-0:2.35-5.el7.3.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.x86_64" }, "product_reference": "devtoolset-10-binutils-0:2.35-5.el7.3.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.i686" }, "product_reference": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64" }, "product_reference": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64le" }, "product_reference": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.s390x" }, "product_reference": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.x86_64" }, "product_reference": "devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.i686 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.i686" }, "product_reference": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.i686", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64" }, "product_reference": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64le" }, "product_reference": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.s390x" }, "product_reference": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.x86_64" }, "product_reference": "devtoolset-10-binutils-devel-0:2.35-5.el7.3.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-0:2.35-5.el7.3.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-0:2.35-5.el7.3.src", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-0:2.35-5.el7.3.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-devel-0:2.35-5.el7.3.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-devel-0:2.35-5.el7.3.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-devel-0:2.35-5.el7.3.x86_64", "7Server-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64", "7Server-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.s390x", "7Server-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.src", "7Server-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.x86_64", "7Server-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.i686", "7Server-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64", "7Server-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.s390x", "7Server-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.x86_64", "7Server-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.i686", "7Server-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64", "7Server-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.s390x", "7Server-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.src", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.i686", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.i686", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-17T16:22:57+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-0:2.35-5.el7.3.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-0:2.35-5.el7.3.src", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-0:2.35-5.el7.3.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-devel-0:2.35-5.el7.3.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-devel-0:2.35-5.el7.3.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-devel-0:2.35-5.el7.3.x86_64", "7Server-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64", "7Server-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.s390x", "7Server-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.src", "7Server-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.x86_64", "7Server-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.i686", "7Server-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64", "7Server-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.s390x", "7Server-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.x86_64", "7Server-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.i686", "7Server-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64", "7Server-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.s390x", "7Server-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.src", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.i686", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.i686", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4723" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-0:2.35-5.el7.3.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-0:2.35-5.el7.3.src", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-0:2.35-5.el7.3.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-devel-0:2.35-5.el7.3.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-devel-0:2.35-5.el7.3.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-devel-0:2.35-5.el7.3.x86_64", "7Server-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64", "7Server-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.s390x", "7Server-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.src", "7Server-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.x86_64", "7Server-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.i686", "7Server-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64", "7Server-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.s390x", "7Server-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.x86_64", "7Server-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.i686", "7Server-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64", "7Server-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.s390x", "7Server-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.src", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.i686", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.i686", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-0:2.35-5.el7.3.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-0:2.35-5.el7.3.src", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-0:2.35-5.el7.3.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.x86_64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-devel-0:2.35-5.el7.3.i686", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64le", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-devel-0:2.35-5.el7.3.s390x", "7Server-RHSCL-3.7-7.7.Z:devtoolset-10-binutils-devel-0:2.35-5.el7.3.x86_64", "7Server-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64", "7Server-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.s390x", "7Server-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.src", "7Server-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.x86_64", "7Server-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.i686", "7Server-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64", "7Server-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.s390x", "7Server-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.x86_64", "7Server-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.i686", "7Server-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64", "7Server-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64le", "7Server-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.s390x", "7Server-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.src", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-0:2.35-5.el7.3.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.i686", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-debuginfo-0:2.35-5.el7.3.x86_64", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.i686", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.ppc64le", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.s390x", "7Workstation-RHSCL-3.7:devtoolset-10-binutils-devel-0:2.35-5.el7.3.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
rhsa-2021:4033
Vulnerability from csaf_redhat
Notes
{ "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 binutils is now available for Red Hat Enterprise Linux 7.\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": "The binutils packages provide a collection of binary utilities for the manipulation of object code in various object file formats. It includes the ar, as, gprof, ld, nm, objcopy, objdump, ranlib, readelf, size, strings, strip, and addr2line utilities.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in binutils in order to facilitate detection of BiDi Unicode characters:\n\nTools which display names or strings (readelf, strings, nm, objdump) have a new command line option --unicode / -U which controls how Unicode characters are handled.\n\nUsing \"--unicode=default\" will treat them as normal for the tool. This is the default behaviour when --unicode option is not used.\nUsing \"--unicode=locale\" will display them according to the current locale.\nUsing \"--unicode=hex\" will display them as hex byte values.\nUsing \"--unicode=escape\" will display them as Unicode escape sequences. \nUsing \"--unicode=highlight\" will display them as Unicode escape sequences highlighted in red, if supported by the output device.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4033", "url": "https://access.redhat.com/errata/RHSA-2021:4033" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4033.json" } ], "title": "Red Hat Security Advisory: binutils security update", "tracking": { "current_release_date": "2025-09-25T12:34:58+00:00", "generator": { "date": "2025-09-25T12:34:58+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.8" } }, "id": "RHSA-2021:4033", "initial_release_date": "2021-11-01T08:22:15+00:00", "revision_history": [ { "date": "2021-11-01T08:22:15+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-01T08:22:15+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-25T12:34:58+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 Client (v. 7)", "product": { "name": "Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::client" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Client Optional (v. 7)", "product": { "name": "Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::client" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product": { "name": "Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::computenode" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Server (v. 7)", "product": { "name": "Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::server" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Workstation (v. 7)", "product": { "name": "Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::workstation" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "binutils-0:2.27-44.base.el7_9.1.src", "product": { "name": "binutils-0:2.27-44.base.el7_9.1.src", "product_id": "binutils-0:2.27-44.base.el7_9.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.27-44.base.el7_9.1?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "binutils-0:2.27-44.base.el7_9.1.x86_64", "product": { "name": "binutils-0:2.27-44.base.el7_9.1.x86_64", "product_id": "binutils-0:2.27-44.base.el7_9.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.27-44.base.el7_9.1?arch=x86_64" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "product": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "product_id": "binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.27-44.base.el7_9.1?arch=x86_64" } } }, { "category": "product_version", "name": "binutils-devel-0:2.27-44.base.el7_9.1.x86_64", "product": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.x86_64", "product_id": "binutils-devel-0:2.27-44.base.el7_9.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.27-44.base.el7_9.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.27-44.base.el7_9.1.i686", "product": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.i686", "product_id": "binutils-devel-0:2.27-44.base.el7_9.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.27-44.base.el7_9.1?arch=i686" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "product": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "product_id": "binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.27-44.base.el7_9.1?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "binutils-0:2.27-44.base.el7_9.1.ppc64le", "product": { "name": "binutils-0:2.27-44.base.el7_9.1.ppc64le", "product_id": "binutils-0:2.27-44.base.el7_9.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.27-44.base.el7_9.1?arch=ppc64le" } } }, { "category": "product_version", "name": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "product": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "product_id": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.27-44.base.el7_9.1?arch=ppc64le" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "product": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "product_id": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.27-44.base.el7_9.1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "binutils-0:2.27-44.base.el7_9.1.ppc64", "product": { "name": "binutils-0:2.27-44.base.el7_9.1.ppc64", "product_id": "binutils-0:2.27-44.base.el7_9.1.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.27-44.base.el7_9.1?arch=ppc64" } } }, { "category": "product_version", "name": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "product": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "product_id": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.27-44.base.el7_9.1?arch=ppc64" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "product": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "product_id": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.27-44.base.el7_9.1?arch=ppc64" } } } ], "category": "architecture", "name": "ppc64" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.27-44.base.el7_9.1.ppc", "product": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.ppc", "product_id": "binutils-devel-0:2.27-44.base.el7_9.1.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.27-44.base.el7_9.1?arch=ppc" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "product": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "product_id": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.27-44.base.el7_9.1?arch=ppc" } } } ], "category": "architecture", "name": "ppc" }, { "branches": [ { "category": "product_version", "name": "binutils-0:2.27-44.base.el7_9.1.s390x", "product": { "name": "binutils-0:2.27-44.base.el7_9.1.s390x", "product_id": "binutils-0:2.27-44.base.el7_9.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.27-44.base.el7_9.1?arch=s390x" } } }, { "category": "product_version", "name": "binutils-devel-0:2.27-44.base.el7_9.1.s390x", "product": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.s390x", "product_id": "binutils-devel-0:2.27-44.base.el7_9.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.27-44.base.el7_9.1?arch=s390x" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "product": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "product_id": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.27-44.base.el7_9.1?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.27-44.base.el7_9.1.s390", "product": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.s390", "product_id": "binutils-devel-0:2.27-44.base.el7_9.1.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.27-44.base.el7_9.1?arch=s390" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "product": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "product_id": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.27-44.base.el7_9.1?arch=s390" } } } ], "category": "architecture", "name": "s390" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-44.base.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64" }, "product_reference": "binutils-0:2.27-44.base.el7_9.1.ppc64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-44.base.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64le" }, "product_reference": "binutils-0:2.27-44.base.el7_9.1.ppc64le", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-44.base.el7_9.1.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:binutils-0:2.27-44.base.el7_9.1.s390x" }, "product_reference": "binutils-0:2.27-44.base.el7_9.1.s390x", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-44.base.el7_9.1.src as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:binutils-0:2.27-44.base.el7_9.1.src" }, "product_reference": "binutils-0:2.27-44.base.el7_9.1.src", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-44.base.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:binutils-0:2.27-44.base.el7_9.1.x86_64" }, "product_reference": "binutils-0:2.27-44.base.el7_9.1.x86_64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.i686 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.i686" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.i686 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.i686" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.i686", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.ppc as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.ppc", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64le" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.s390 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.s390", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390x" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.s390x", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.x86_64" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.x86_64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-44.base.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64" }, "product_reference": "binutils-0:2.27-44.base.el7_9.1.ppc64", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-44.base.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64le" }, "product_reference": "binutils-0:2.27-44.base.el7_9.1.ppc64le", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-44.base.el7_9.1.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.s390x" }, "product_reference": "binutils-0:2.27-44.base.el7_9.1.s390x", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-44.base.el7_9.1.src as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.src" }, "product_reference": "binutils-0:2.27-44.base.el7_9.1.src", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-44.base.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.x86_64" }, "product_reference": "binutils-0:2.27-44.base.el7_9.1.x86_64", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.i686" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.i686" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.i686", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.ppc as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.ppc", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64le" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.s390 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.s390", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390x" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.s390x", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.x86_64" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.x86_64", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-44.base.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64" }, "product_reference": "binutils-0:2.27-44.base.el7_9.1.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-44.base.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64le" }, "product_reference": "binutils-0:2.27-44.base.el7_9.1.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-44.base.el7_9.1.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.s390x" }, "product_reference": "binutils-0:2.27-44.base.el7_9.1.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-44.base.el7_9.1.src as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.src" }, "product_reference": "binutils-0:2.27-44.base.el7_9.1.src", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-44.base.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.x86_64" }, "product_reference": "binutils-0:2.27-44.base.el7_9.1.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.i686" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.i686" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.i686", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.ppc", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64le" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.s390", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390x" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.x86_64" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-44.base.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64" }, "product_reference": "binutils-0:2.27-44.base.el7_9.1.ppc64", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-44.base.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64le" }, "product_reference": "binutils-0:2.27-44.base.el7_9.1.ppc64le", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-44.base.el7_9.1.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:binutils-0:2.27-44.base.el7_9.1.s390x" }, "product_reference": "binutils-0:2.27-44.base.el7_9.1.s390x", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-44.base.el7_9.1.src as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:binutils-0:2.27-44.base.el7_9.1.src" }, "product_reference": "binutils-0:2.27-44.base.el7_9.1.src", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-44.base.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:binutils-0:2.27-44.base.el7_9.1.x86_64" }, "product_reference": "binutils-0:2.27-44.base.el7_9.1.x86_64", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.i686 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.i686" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.i686 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.i686" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.i686", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.ppc as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.ppc", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64le" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.s390 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.s390", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390x" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.s390x", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.x86_64" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.x86_64", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-44.base.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64" }, "product_reference": "binutils-0:2.27-44.base.el7_9.1.ppc64", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-44.base.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64le" }, "product_reference": "binutils-0:2.27-44.base.el7_9.1.ppc64le", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-44.base.el7_9.1.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:binutils-0:2.27-44.base.el7_9.1.s390x" }, "product_reference": "binutils-0:2.27-44.base.el7_9.1.s390x", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-44.base.el7_9.1.src as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:binutils-0:2.27-44.base.el7_9.1.src" }, "product_reference": "binutils-0:2.27-44.base.el7_9.1.src", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-44.base.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:binutils-0:2.27-44.base.el7_9.1.x86_64" }, "product_reference": "binutils-0:2.27-44.base.el7_9.1.x86_64", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.i686" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64" }, "product_reference": "binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.i686" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.i686", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.ppc", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64le" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.s390", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390x" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.s390x", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-44.base.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.x86_64" }, "product_reference": "binutils-devel-0:2.27-44.base.el7_9.1.x86_64", "relates_to_product_reference": "7Workstation-7.9.Z" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "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": [ "7Client-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64", "7Client-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64le", "7Client-7.9.Z:binutils-0:2.27-44.base.el7_9.1.s390x", "7Client-7.9.Z:binutils-0:2.27-44.base.el7_9.1.src", "7Client-7.9.Z:binutils-0:2.27-44.base.el7_9.1.x86_64", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.i686", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390x", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.x86_64", "7Client-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64", "7Client-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64le", "7Client-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.s390x", "7Client-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.src", "7Client-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.x86_64", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.i686", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390x", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.x86_64", "7ComputeNode-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64", "7ComputeNode-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64le", "7ComputeNode-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.s390x", "7ComputeNode-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.src", "7ComputeNode-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.x86_64", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.i686", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390x", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.x86_64", "7Server-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64", "7Server-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64le", "7Server-7.9.Z:binutils-0:2.27-44.base.el7_9.1.s390x", "7Server-7.9.Z:binutils-0:2.27-44.base.el7_9.1.src", "7Server-7.9.Z:binutils-0:2.27-44.base.el7_9.1.x86_64", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.i686", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390x", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.x86_64", "7Workstation-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64", "7Workstation-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64le", "7Workstation-7.9.Z:binutils-0:2.27-44.base.el7_9.1.s390x", "7Workstation-7.9.Z:binutils-0:2.27-44.base.el7_9.1.src", "7Workstation-7.9.Z:binutils-0:2.27-44.base.el7_9.1.x86_64", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.i686", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390x", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-01T08:22:15+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": [ "7Client-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64", "7Client-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64le", "7Client-7.9.Z:binutils-0:2.27-44.base.el7_9.1.s390x", "7Client-7.9.Z:binutils-0:2.27-44.base.el7_9.1.src", "7Client-7.9.Z:binutils-0:2.27-44.base.el7_9.1.x86_64", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.i686", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390x", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.x86_64", "7Client-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64", "7Client-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64le", "7Client-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.s390x", "7Client-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.src", "7Client-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.x86_64", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.i686", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390x", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.x86_64", "7ComputeNode-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64", "7ComputeNode-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64le", "7ComputeNode-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.s390x", "7ComputeNode-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.src", "7ComputeNode-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.x86_64", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.i686", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390x", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.x86_64", "7Server-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64", "7Server-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64le", "7Server-7.9.Z:binutils-0:2.27-44.base.el7_9.1.s390x", "7Server-7.9.Z:binutils-0:2.27-44.base.el7_9.1.src", "7Server-7.9.Z:binutils-0:2.27-44.base.el7_9.1.x86_64", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.i686", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390x", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.x86_64", "7Workstation-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64", "7Workstation-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64le", "7Workstation-7.9.Z:binutils-0:2.27-44.base.el7_9.1.s390x", "7Workstation-7.9.Z:binutils-0:2.27-44.base.el7_9.1.src", "7Workstation-7.9.Z:binutils-0:2.27-44.base.el7_9.1.x86_64", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.i686", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390x", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4033" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "7Client-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64", "7Client-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64le", "7Client-7.9.Z:binutils-0:2.27-44.base.el7_9.1.s390x", "7Client-7.9.Z:binutils-0:2.27-44.base.el7_9.1.src", "7Client-7.9.Z:binutils-0:2.27-44.base.el7_9.1.x86_64", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.i686", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390x", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.x86_64", "7Client-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64", "7Client-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64le", "7Client-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.s390x", "7Client-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.src", "7Client-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.x86_64", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.i686", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390x", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.x86_64", "7ComputeNode-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64", "7ComputeNode-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64le", "7ComputeNode-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.s390x", "7ComputeNode-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.src", "7ComputeNode-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.x86_64", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.i686", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390x", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.x86_64", "7Server-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64", "7Server-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64le", "7Server-7.9.Z:binutils-0:2.27-44.base.el7_9.1.s390x", "7Server-7.9.Z:binutils-0:2.27-44.base.el7_9.1.src", "7Server-7.9.Z:binutils-0:2.27-44.base.el7_9.1.x86_64", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.i686", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390x", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.x86_64", "7Workstation-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64", "7Workstation-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64le", "7Workstation-7.9.Z:binutils-0:2.27-44.base.el7_9.1.s390x", "7Workstation-7.9.Z:binutils-0:2.27-44.base.el7_9.1.src", "7Workstation-7.9.Z:binutils-0:2.27-44.base.el7_9.1.x86_64", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.i686", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390x", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "7Client-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64", "7Client-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64le", "7Client-7.9.Z:binutils-0:2.27-44.base.el7_9.1.s390x", "7Client-7.9.Z:binutils-0:2.27-44.base.el7_9.1.src", "7Client-7.9.Z:binutils-0:2.27-44.base.el7_9.1.x86_64", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "7Client-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.i686", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390x", "7Client-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.x86_64", "7Client-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64", "7Client-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64le", "7Client-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.s390x", "7Client-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.src", "7Client-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.x86_64", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "7Client-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.i686", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390x", "7Client-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.x86_64", "7ComputeNode-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64", "7ComputeNode-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64le", "7ComputeNode-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.s390x", "7ComputeNode-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.src", "7ComputeNode-optional-7.9.Z:binutils-0:2.27-44.base.el7_9.1.x86_64", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "7ComputeNode-optional-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.i686", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390x", "7ComputeNode-optional-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.x86_64", "7Server-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64", "7Server-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64le", "7Server-7.9.Z:binutils-0:2.27-44.base.el7_9.1.s390x", "7Server-7.9.Z:binutils-0:2.27-44.base.el7_9.1.src", "7Server-7.9.Z:binutils-0:2.27-44.base.el7_9.1.x86_64", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "7Server-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.i686", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390x", "7Server-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.x86_64", "7Workstation-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64", "7Workstation-7.9.Z:binutils-0:2.27-44.base.el7_9.1.ppc64le", "7Workstation-7.9.Z:binutils-0:2.27-44.base.el7_9.1.s390x", "7Workstation-7.9.Z:binutils-0:2.27-44.base.el7_9.1.src", "7Workstation-7.9.Z:binutils-0:2.27-44.base.el7_9.1.x86_64", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.i686", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.ppc64le", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.s390x", "7Workstation-7.9.Z:binutils-debuginfo-0:2.27-44.base.el7_9.1.x86_64", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.i686", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.ppc64le", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.s390x", "7Workstation-7.9.Z:binutils-devel-0:2.27-44.base.el7_9.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
RHSA-2021:4600
Vulnerability from csaf_redhat
Notes
{ "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 annobin is now available for Red Hat Enterprise Linux 8.2 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of 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": "Annobin provides a compiler plugin to annotate and tools to examine compiled binary files.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in annobin in order to facilitate detection of BiDi Unicode characters:\n\nThis update of annobin adds a new annocheck test to detect the presence of multibyte characters in symbol names.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4600", "url": "https://access.redhat.com/errata/RHSA-2021:4600" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4600.json" } ], "title": "Red Hat Security Advisory: annobin security update", "tracking": { "current_release_date": "2025-09-25T12:35:48+00:00", "generator": { "date": "2025-09-25T12:35:48+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.8" } }, "id": "RHSA-2021:4600", "initial_release_date": "2021-11-10T09:40:26+00:00", "revision_history": [ { "date": "2021-11-10T09:40:26+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-10T09:40:26+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-25T12:35:48+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:8.2::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "annobin-0:8.90-1.el8_2.1.src", "product": { "name": "annobin-0:8.90-1.el8_2.1.src", "product_id": "annobin-0:8.90-1.el8_2.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin@8.90-1.el8_2.1?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "annobin-0:8.90-1.el8_2.1.aarch64", "product": { "name": "annobin-0:8.90-1.el8_2.1.aarch64", "product_id": "annobin-0:8.90-1.el8_2.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin@8.90-1.el8_2.1?arch=aarch64" } } }, { "category": "product_version", "name": "annobin-debugsource-0:8.90-1.el8_2.1.aarch64", "product": { "name": "annobin-debugsource-0:8.90-1.el8_2.1.aarch64", "product_id": "annobin-debugsource-0:8.90-1.el8_2.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debugsource@8.90-1.el8_2.1?arch=aarch64" } } }, { "category": "product_version", "name": "annobin-debuginfo-0:8.90-1.el8_2.1.aarch64", "product": { "name": "annobin-debuginfo-0:8.90-1.el8_2.1.aarch64", "product_id": "annobin-debuginfo-0:8.90-1.el8_2.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debuginfo@8.90-1.el8_2.1?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "annobin-0:8.90-1.el8_2.1.ppc64le", "product": { "name": "annobin-0:8.90-1.el8_2.1.ppc64le", "product_id": "annobin-0:8.90-1.el8_2.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin@8.90-1.el8_2.1?arch=ppc64le" } } }, { "category": "product_version", "name": "annobin-debugsource-0:8.90-1.el8_2.1.ppc64le", "product": { "name": "annobin-debugsource-0:8.90-1.el8_2.1.ppc64le", "product_id": "annobin-debugsource-0:8.90-1.el8_2.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debugsource@8.90-1.el8_2.1?arch=ppc64le" } } }, { "category": "product_version", "name": "annobin-debuginfo-0:8.90-1.el8_2.1.ppc64le", "product": { "name": "annobin-debuginfo-0:8.90-1.el8_2.1.ppc64le", "product_id": "annobin-debuginfo-0:8.90-1.el8_2.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debuginfo@8.90-1.el8_2.1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "annobin-0:8.90-1.el8_2.1.x86_64", "product": { "name": "annobin-0:8.90-1.el8_2.1.x86_64", "product_id": "annobin-0:8.90-1.el8_2.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin@8.90-1.el8_2.1?arch=x86_64" } } }, { "category": "product_version", "name": "annobin-debugsource-0:8.90-1.el8_2.1.x86_64", "product": { "name": "annobin-debugsource-0:8.90-1.el8_2.1.x86_64", "product_id": "annobin-debugsource-0:8.90-1.el8_2.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debugsource@8.90-1.el8_2.1?arch=x86_64" } } }, { "category": "product_version", "name": "annobin-debuginfo-0:8.90-1.el8_2.1.x86_64", "product": { "name": "annobin-debuginfo-0:8.90-1.el8_2.1.x86_64", "product_id": "annobin-debuginfo-0:8.90-1.el8_2.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debuginfo@8.90-1.el8_2.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "annobin-0:8.90-1.el8_2.1.s390x", "product": { "name": "annobin-0:8.90-1.el8_2.1.s390x", "product_id": "annobin-0:8.90-1.el8_2.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin@8.90-1.el8_2.1?arch=s390x" } } }, { "category": "product_version", "name": "annobin-debugsource-0:8.90-1.el8_2.1.s390x", "product": { "name": "annobin-debugsource-0:8.90-1.el8_2.1.s390x", "product_id": "annobin-debugsource-0:8.90-1.el8_2.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debugsource@8.90-1.el8_2.1?arch=s390x" } } }, { "category": "product_version", "name": "annobin-debuginfo-0:8.90-1.el8_2.1.s390x", "product": { "name": "annobin-debuginfo-0:8.90-1.el8_2.1.s390x", "product_id": "annobin-debuginfo-0:8.90-1.el8_2.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debuginfo@8.90-1.el8_2.1?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "annobin-0:8.90-1.el8_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:annobin-0:8.90-1.el8_2.1.aarch64" }, "product_reference": "annobin-0:8.90-1.el8_2.1.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-0:8.90-1.el8_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:annobin-0:8.90-1.el8_2.1.ppc64le" }, "product_reference": "annobin-0:8.90-1.el8_2.1.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-0:8.90-1.el8_2.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:annobin-0:8.90-1.el8_2.1.s390x" }, "product_reference": "annobin-0:8.90-1.el8_2.1.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-0:8.90-1.el8_2.1.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:annobin-0:8.90-1.el8_2.1.src" }, "product_reference": "annobin-0:8.90-1.el8_2.1.src", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-0:8.90-1.el8_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:annobin-0:8.90-1.el8_2.1.x86_64" }, "product_reference": "annobin-0:8.90-1.el8_2.1.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debuginfo-0:8.90-1.el8_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:annobin-debuginfo-0:8.90-1.el8_2.1.aarch64" }, "product_reference": "annobin-debuginfo-0:8.90-1.el8_2.1.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debuginfo-0:8.90-1.el8_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:annobin-debuginfo-0:8.90-1.el8_2.1.ppc64le" }, "product_reference": "annobin-debuginfo-0:8.90-1.el8_2.1.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debuginfo-0:8.90-1.el8_2.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:annobin-debuginfo-0:8.90-1.el8_2.1.s390x" }, "product_reference": "annobin-debuginfo-0:8.90-1.el8_2.1.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debuginfo-0:8.90-1.el8_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:annobin-debuginfo-0:8.90-1.el8_2.1.x86_64" }, "product_reference": "annobin-debuginfo-0:8.90-1.el8_2.1.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debugsource-0:8.90-1.el8_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:annobin-debugsource-0:8.90-1.el8_2.1.aarch64" }, "product_reference": "annobin-debugsource-0:8.90-1.el8_2.1.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debugsource-0:8.90-1.el8_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:annobin-debugsource-0:8.90-1.el8_2.1.ppc64le" }, "product_reference": "annobin-debugsource-0:8.90-1.el8_2.1.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debugsource-0:8.90-1.el8_2.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:annobin-debugsource-0:8.90-1.el8_2.1.s390x" }, "product_reference": "annobin-debugsource-0:8.90-1.el8_2.1.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debugsource-0:8.90-1.el8_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:annobin-debugsource-0:8.90-1.el8_2.1.x86_64" }, "product_reference": "annobin-debugsource-0:8.90-1.el8_2.1.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "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.2.0.Z.EUS:annobin-0:8.90-1.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:annobin-0:8.90-1.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:annobin-0:8.90-1.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:annobin-0:8.90-1.el8_2.1.src", "AppStream-8.2.0.Z.EUS:annobin-0:8.90-1.el8_2.1.x86_64", "AppStream-8.2.0.Z.EUS:annobin-debuginfo-0:8.90-1.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:annobin-debuginfo-0:8.90-1.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:annobin-debuginfo-0:8.90-1.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:annobin-debuginfo-0:8.90-1.el8_2.1.x86_64", "AppStream-8.2.0.Z.EUS:annobin-debugsource-0:8.90-1.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:annobin-debugsource-0:8.90-1.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:annobin-debugsource-0:8.90-1.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:annobin-debugsource-0:8.90-1.el8_2.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-10T09:40:26+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.2.0.Z.EUS:annobin-0:8.90-1.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:annobin-0:8.90-1.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:annobin-0:8.90-1.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:annobin-0:8.90-1.el8_2.1.src", "AppStream-8.2.0.Z.EUS:annobin-0:8.90-1.el8_2.1.x86_64", "AppStream-8.2.0.Z.EUS:annobin-debuginfo-0:8.90-1.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:annobin-debuginfo-0:8.90-1.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:annobin-debuginfo-0:8.90-1.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:annobin-debuginfo-0:8.90-1.el8_2.1.x86_64", "AppStream-8.2.0.Z.EUS:annobin-debugsource-0:8.90-1.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:annobin-debugsource-0:8.90-1.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:annobin-debugsource-0:8.90-1.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:annobin-debugsource-0:8.90-1.el8_2.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4600" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "AppStream-8.2.0.Z.EUS:annobin-0:8.90-1.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:annobin-0:8.90-1.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:annobin-0:8.90-1.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:annobin-0:8.90-1.el8_2.1.src", "AppStream-8.2.0.Z.EUS:annobin-0:8.90-1.el8_2.1.x86_64", "AppStream-8.2.0.Z.EUS:annobin-debuginfo-0:8.90-1.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:annobin-debuginfo-0:8.90-1.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:annobin-debuginfo-0:8.90-1.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:annobin-debuginfo-0:8.90-1.el8_2.1.x86_64", "AppStream-8.2.0.Z.EUS:annobin-debugsource-0:8.90-1.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:annobin-debugsource-0:8.90-1.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:annobin-debugsource-0:8.90-1.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:annobin-debugsource-0:8.90-1.el8_2.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.2.0.Z.EUS:annobin-0:8.90-1.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:annobin-0:8.90-1.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:annobin-0:8.90-1.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:annobin-0:8.90-1.el8_2.1.src", "AppStream-8.2.0.Z.EUS:annobin-0:8.90-1.el8_2.1.x86_64", "AppStream-8.2.0.Z.EUS:annobin-debuginfo-0:8.90-1.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:annobin-debuginfo-0:8.90-1.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:annobin-debuginfo-0:8.90-1.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:annobin-debuginfo-0:8.90-1.el8_2.1.x86_64", "AppStream-8.2.0.Z.EUS:annobin-debugsource-0:8.90-1.el8_2.1.aarch64", "AppStream-8.2.0.Z.EUS:annobin-debugsource-0:8.90-1.el8_2.1.ppc64le", "AppStream-8.2.0.Z.EUS:annobin-debugsource-0:8.90-1.el8_2.1.s390x", "AppStream-8.2.0.Z.EUS:annobin-debugsource-0:8.90-1.el8_2.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
rhsa-2021_4034
Vulnerability from csaf_redhat
Notes
{ "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 binutils is now available for Red Hat Enterprise Linux 7.7 Advanced Update Support, Red Hat Enterprise Linux 7.7 Telco Extended Update Support, and Red Hat Enterprise Linux 7.7 Update Services for SAP Solutions.\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": "The binutils packages provide a collection of binary utilities for the manipulation of object code in various object file formats. It includes the ar, as, gprof, ld, nm, objcopy, objdump, ranlib, readelf, size, strings, strip, and addr2line utilities.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in binutils in order to facilitate detection of BiDi Unicode characters:\n\nTools which display names or strings (readelf, strings, nm, objdump) have a new command line option --unicode / -U which controls how Unicode characters are handled.\n\nUsing \"--unicode=default\" will treat them as normal for the tool. This is the default behaviour when --unicode option is not used.\nUsing \"--unicode=locale\" will display them according to the current locale.\nUsing \"--unicode=hex\" will display them as hex byte values.\nUsing \"--unicode=escape\" will display them as Unicode escape sequences.\nUsing \"--unicode=highlight\" will display them as Unicode escape sequences highlighted in red, if supported by the output device.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4034", "url": "https://access.redhat.com/errata/RHSA-2021:4034" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4034.json" } ], "title": "Red Hat Security Advisory: binutils security update", "tracking": { "current_release_date": "2024-11-13T23:33:05+00:00", "generator": { "date": "2024-11-13T23:33:05+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2021:4034", "initial_release_date": "2021-11-01T08:09:38+00:00", "revision_history": [ { "date": "2021-11-01T08:09:38+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-01T08:09:38+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T23:33:05+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 Server AUS (v. 7.7)", "product": { "name": "Red Hat Enterprise Linux Server AUS (v. 7.7)", "product_id": "7Server-7.7.AUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_aus:7.7::server" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Server E4S (v. 7.7)", "product": { "name": "Red Hat Enterprise Linux Server E4S (v. 7.7)", "product_id": "7Server-7.7.E4S", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_e4s:7.7::server" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Server TUS (v. 7.7)", "product": { "name": "Red Hat Enterprise Linux Server TUS (v. 7.7)", "product_id": "7Server-7.7.TUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_tus:7.7::server" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "binutils-0:2.27-41.base.el7_7.4.src", "product": { "name": "binutils-0:2.27-41.base.el7_7.4.src", "product_id": "binutils-0:2.27-41.base.el7_7.4.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.27-41.base.el7_7.4?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "binutils-0:2.27-41.base.el7_7.4.x86_64", "product": { "name": "binutils-0:2.27-41.base.el7_7.4.x86_64", "product_id": "binutils-0:2.27-41.base.el7_7.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.27-41.base.el7_7.4?arch=x86_64" } } }, { "category": "product_version", "name": "binutils-devel-0:2.27-41.base.el7_7.4.x86_64", "product": { "name": "binutils-devel-0:2.27-41.base.el7_7.4.x86_64", "product_id": "binutils-devel-0:2.27-41.base.el7_7.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.27-41.base.el7_7.4?arch=x86_64" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.27-41.base.el7_7.4.x86_64", "product": { "name": "binutils-debuginfo-0:2.27-41.base.el7_7.4.x86_64", "product_id": "binutils-debuginfo-0:2.27-41.base.el7_7.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.27-41.base.el7_7.4?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.27-41.base.el7_7.4.i686", "product": { "name": "binutils-devel-0:2.27-41.base.el7_7.4.i686", "product_id": "binutils-devel-0:2.27-41.base.el7_7.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.27-41.base.el7_7.4?arch=i686" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.27-41.base.el7_7.4.i686", "product": { "name": "binutils-debuginfo-0:2.27-41.base.el7_7.4.i686", "product_id": "binutils-debuginfo-0:2.27-41.base.el7_7.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.27-41.base.el7_7.4?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "binutils-0:2.27-41.base.el7_7.4.ppc64le", "product": { "name": "binutils-0:2.27-41.base.el7_7.4.ppc64le", "product_id": "binutils-0:2.27-41.base.el7_7.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.27-41.base.el7_7.4?arch=ppc64le" } } }, { "category": "product_version", "name": "binutils-devel-0:2.27-41.base.el7_7.4.ppc64le", "product": { "name": "binutils-devel-0:2.27-41.base.el7_7.4.ppc64le", "product_id": "binutils-devel-0:2.27-41.base.el7_7.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.27-41.base.el7_7.4?arch=ppc64le" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.27-41.base.el7_7.4.ppc64le", "product": { "name": "binutils-debuginfo-0:2.27-41.base.el7_7.4.ppc64le", "product_id": "binutils-debuginfo-0:2.27-41.base.el7_7.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.27-41.base.el7_7.4?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-41.base.el7_7.4.src as a component of Red Hat Enterprise Linux Server AUS (v. 7.7)", "product_id": "7Server-7.7.AUS:binutils-0:2.27-41.base.el7_7.4.src" }, "product_reference": "binutils-0:2.27-41.base.el7_7.4.src", "relates_to_product_reference": "7Server-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-41.base.el7_7.4.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.7)", "product_id": "7Server-7.7.AUS:binutils-0:2.27-41.base.el7_7.4.x86_64" }, "product_reference": "binutils-0:2.27-41.base.el7_7.4.x86_64", "relates_to_product_reference": "7Server-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-41.base.el7_7.4.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.7)", "product_id": "7Server-7.7.AUS:binutils-debuginfo-0:2.27-41.base.el7_7.4.i686" }, "product_reference": "binutils-debuginfo-0:2.27-41.base.el7_7.4.i686", "relates_to_product_reference": "7Server-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-41.base.el7_7.4.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.7)", "product_id": "7Server-7.7.AUS:binutils-debuginfo-0:2.27-41.base.el7_7.4.x86_64" }, "product_reference": "binutils-debuginfo-0:2.27-41.base.el7_7.4.x86_64", "relates_to_product_reference": "7Server-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-41.base.el7_7.4.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.7)", "product_id": "7Server-7.7.AUS:binutils-devel-0:2.27-41.base.el7_7.4.i686" }, "product_reference": "binutils-devel-0:2.27-41.base.el7_7.4.i686", "relates_to_product_reference": "7Server-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-41.base.el7_7.4.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.7)", "product_id": "7Server-7.7.AUS:binutils-devel-0:2.27-41.base.el7_7.4.x86_64" }, "product_reference": "binutils-devel-0:2.27-41.base.el7_7.4.x86_64", "relates_to_product_reference": "7Server-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-41.base.el7_7.4.ppc64le as a component of Red Hat Enterprise Linux Server E4S (v. 7.7)", "product_id": "7Server-7.7.E4S:binutils-0:2.27-41.base.el7_7.4.ppc64le" }, "product_reference": "binutils-0:2.27-41.base.el7_7.4.ppc64le", "relates_to_product_reference": "7Server-7.7.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-41.base.el7_7.4.src as a component of Red Hat Enterprise Linux Server E4S (v. 7.7)", "product_id": "7Server-7.7.E4S:binutils-0:2.27-41.base.el7_7.4.src" }, "product_reference": "binutils-0:2.27-41.base.el7_7.4.src", "relates_to_product_reference": "7Server-7.7.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-41.base.el7_7.4.x86_64 as a component of Red Hat Enterprise Linux Server E4S (v. 7.7)", "product_id": "7Server-7.7.E4S:binutils-0:2.27-41.base.el7_7.4.x86_64" }, "product_reference": "binutils-0:2.27-41.base.el7_7.4.x86_64", "relates_to_product_reference": "7Server-7.7.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-41.base.el7_7.4.i686 as a component of Red Hat Enterprise Linux Server E4S (v. 7.7)", "product_id": "7Server-7.7.E4S:binutils-debuginfo-0:2.27-41.base.el7_7.4.i686" }, "product_reference": "binutils-debuginfo-0:2.27-41.base.el7_7.4.i686", "relates_to_product_reference": "7Server-7.7.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-41.base.el7_7.4.ppc64le as a component of Red Hat Enterprise Linux Server E4S (v. 7.7)", "product_id": "7Server-7.7.E4S:binutils-debuginfo-0:2.27-41.base.el7_7.4.ppc64le" }, "product_reference": "binutils-debuginfo-0:2.27-41.base.el7_7.4.ppc64le", "relates_to_product_reference": "7Server-7.7.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-41.base.el7_7.4.x86_64 as a component of Red Hat Enterprise Linux Server E4S (v. 7.7)", "product_id": "7Server-7.7.E4S:binutils-debuginfo-0:2.27-41.base.el7_7.4.x86_64" }, "product_reference": "binutils-debuginfo-0:2.27-41.base.el7_7.4.x86_64", "relates_to_product_reference": "7Server-7.7.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-41.base.el7_7.4.i686 as a component of Red Hat Enterprise Linux Server E4S (v. 7.7)", "product_id": "7Server-7.7.E4S:binutils-devel-0:2.27-41.base.el7_7.4.i686" }, "product_reference": "binutils-devel-0:2.27-41.base.el7_7.4.i686", "relates_to_product_reference": "7Server-7.7.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-41.base.el7_7.4.ppc64le as a component of Red Hat Enterprise Linux Server E4S (v. 7.7)", "product_id": "7Server-7.7.E4S:binutils-devel-0:2.27-41.base.el7_7.4.ppc64le" }, "product_reference": "binutils-devel-0:2.27-41.base.el7_7.4.ppc64le", "relates_to_product_reference": "7Server-7.7.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-41.base.el7_7.4.x86_64 as a component of Red Hat Enterprise Linux Server E4S (v. 7.7)", "product_id": "7Server-7.7.E4S:binutils-devel-0:2.27-41.base.el7_7.4.x86_64" }, "product_reference": "binutils-devel-0:2.27-41.base.el7_7.4.x86_64", "relates_to_product_reference": "7Server-7.7.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-41.base.el7_7.4.src as a component of Red Hat Enterprise Linux Server TUS (v. 7.7)", "product_id": "7Server-7.7.TUS:binutils-0:2.27-41.base.el7_7.4.src" }, "product_reference": "binutils-0:2.27-41.base.el7_7.4.src", "relates_to_product_reference": "7Server-7.7.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-41.base.el7_7.4.x86_64 as a component of Red Hat Enterprise Linux Server TUS (v. 7.7)", "product_id": "7Server-7.7.TUS:binutils-0:2.27-41.base.el7_7.4.x86_64" }, "product_reference": "binutils-0:2.27-41.base.el7_7.4.x86_64", "relates_to_product_reference": "7Server-7.7.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-41.base.el7_7.4.i686 as a component of Red Hat Enterprise Linux Server TUS (v. 7.7)", "product_id": "7Server-7.7.TUS:binutils-debuginfo-0:2.27-41.base.el7_7.4.i686" }, "product_reference": "binutils-debuginfo-0:2.27-41.base.el7_7.4.i686", "relates_to_product_reference": "7Server-7.7.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-41.base.el7_7.4.x86_64 as a component of Red Hat Enterprise Linux Server TUS (v. 7.7)", "product_id": "7Server-7.7.TUS:binutils-debuginfo-0:2.27-41.base.el7_7.4.x86_64" }, "product_reference": "binutils-debuginfo-0:2.27-41.base.el7_7.4.x86_64", "relates_to_product_reference": "7Server-7.7.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-41.base.el7_7.4.i686 as a component of Red Hat Enterprise Linux Server TUS (v. 7.7)", "product_id": "7Server-7.7.TUS:binutils-devel-0:2.27-41.base.el7_7.4.i686" }, "product_reference": "binutils-devel-0:2.27-41.base.el7_7.4.i686", "relates_to_product_reference": "7Server-7.7.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-41.base.el7_7.4.x86_64 as a component of Red Hat Enterprise Linux Server TUS (v. 7.7)", "product_id": "7Server-7.7.TUS:binutils-devel-0:2.27-41.base.el7_7.4.x86_64" }, "product_reference": "binutils-devel-0:2.27-41.base.el7_7.4.x86_64", "relates_to_product_reference": "7Server-7.7.TUS" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-7.7.AUS:binutils-0:2.27-41.base.el7_7.4.src", "7Server-7.7.AUS:binutils-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.AUS:binutils-debuginfo-0:2.27-41.base.el7_7.4.i686", "7Server-7.7.AUS:binutils-debuginfo-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.AUS:binutils-devel-0:2.27-41.base.el7_7.4.i686", "7Server-7.7.AUS:binutils-devel-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.E4S:binutils-0:2.27-41.base.el7_7.4.ppc64le", "7Server-7.7.E4S:binutils-0:2.27-41.base.el7_7.4.src", "7Server-7.7.E4S:binutils-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.E4S:binutils-debuginfo-0:2.27-41.base.el7_7.4.i686", "7Server-7.7.E4S:binutils-debuginfo-0:2.27-41.base.el7_7.4.ppc64le", "7Server-7.7.E4S:binutils-debuginfo-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.E4S:binutils-devel-0:2.27-41.base.el7_7.4.i686", "7Server-7.7.E4S:binutils-devel-0:2.27-41.base.el7_7.4.ppc64le", "7Server-7.7.E4S:binutils-devel-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.TUS:binutils-0:2.27-41.base.el7_7.4.src", "7Server-7.7.TUS:binutils-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.TUS:binutils-debuginfo-0:2.27-41.base.el7_7.4.i686", "7Server-7.7.TUS:binutils-debuginfo-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.TUS:binutils-devel-0:2.27-41.base.el7_7.4.i686", "7Server-7.7.TUS:binutils-devel-0:2.27-41.base.el7_7.4.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-01T08:09: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": [ "7Server-7.7.AUS:binutils-0:2.27-41.base.el7_7.4.src", "7Server-7.7.AUS:binutils-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.AUS:binutils-debuginfo-0:2.27-41.base.el7_7.4.i686", "7Server-7.7.AUS:binutils-debuginfo-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.AUS:binutils-devel-0:2.27-41.base.el7_7.4.i686", "7Server-7.7.AUS:binutils-devel-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.E4S:binutils-0:2.27-41.base.el7_7.4.ppc64le", "7Server-7.7.E4S:binutils-0:2.27-41.base.el7_7.4.src", "7Server-7.7.E4S:binutils-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.E4S:binutils-debuginfo-0:2.27-41.base.el7_7.4.i686", "7Server-7.7.E4S:binutils-debuginfo-0:2.27-41.base.el7_7.4.ppc64le", "7Server-7.7.E4S:binutils-debuginfo-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.E4S:binutils-devel-0:2.27-41.base.el7_7.4.i686", "7Server-7.7.E4S:binutils-devel-0:2.27-41.base.el7_7.4.ppc64le", "7Server-7.7.E4S:binutils-devel-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.TUS:binutils-0:2.27-41.base.el7_7.4.src", "7Server-7.7.TUS:binutils-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.TUS:binutils-debuginfo-0:2.27-41.base.el7_7.4.i686", "7Server-7.7.TUS:binutils-debuginfo-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.TUS:binutils-devel-0:2.27-41.base.el7_7.4.i686", "7Server-7.7.TUS:binutils-devel-0:2.27-41.base.el7_7.4.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4034" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "7Server-7.7.AUS:binutils-0:2.27-41.base.el7_7.4.src", "7Server-7.7.AUS:binutils-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.AUS:binutils-debuginfo-0:2.27-41.base.el7_7.4.i686", "7Server-7.7.AUS:binutils-debuginfo-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.AUS:binutils-devel-0:2.27-41.base.el7_7.4.i686", "7Server-7.7.AUS:binutils-devel-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.E4S:binutils-0:2.27-41.base.el7_7.4.ppc64le", "7Server-7.7.E4S:binutils-0:2.27-41.base.el7_7.4.src", "7Server-7.7.E4S:binutils-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.E4S:binutils-debuginfo-0:2.27-41.base.el7_7.4.i686", "7Server-7.7.E4S:binutils-debuginfo-0:2.27-41.base.el7_7.4.ppc64le", "7Server-7.7.E4S:binutils-debuginfo-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.E4S:binutils-devel-0:2.27-41.base.el7_7.4.i686", "7Server-7.7.E4S:binutils-devel-0:2.27-41.base.el7_7.4.ppc64le", "7Server-7.7.E4S:binutils-devel-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.TUS:binutils-0:2.27-41.base.el7_7.4.src", "7Server-7.7.TUS:binutils-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.TUS:binutils-debuginfo-0:2.27-41.base.el7_7.4.i686", "7Server-7.7.TUS:binutils-debuginfo-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.TUS:binutils-devel-0:2.27-41.base.el7_7.4.i686", "7Server-7.7.TUS:binutils-devel-0:2.27-41.base.el7_7.4.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "7Server-7.7.AUS:binutils-0:2.27-41.base.el7_7.4.src", "7Server-7.7.AUS:binutils-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.AUS:binutils-debuginfo-0:2.27-41.base.el7_7.4.i686", "7Server-7.7.AUS:binutils-debuginfo-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.AUS:binutils-devel-0:2.27-41.base.el7_7.4.i686", "7Server-7.7.AUS:binutils-devel-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.E4S:binutils-0:2.27-41.base.el7_7.4.ppc64le", "7Server-7.7.E4S:binutils-0:2.27-41.base.el7_7.4.src", "7Server-7.7.E4S:binutils-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.E4S:binutils-debuginfo-0:2.27-41.base.el7_7.4.i686", "7Server-7.7.E4S:binutils-debuginfo-0:2.27-41.base.el7_7.4.ppc64le", "7Server-7.7.E4S:binutils-debuginfo-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.E4S:binutils-devel-0:2.27-41.base.el7_7.4.i686", "7Server-7.7.E4S:binutils-devel-0:2.27-41.base.el7_7.4.ppc64le", "7Server-7.7.E4S:binutils-devel-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.TUS:binutils-0:2.27-41.base.el7_7.4.src", "7Server-7.7.TUS:binutils-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.TUS:binutils-debuginfo-0:2.27-41.base.el7_7.4.i686", "7Server-7.7.TUS:binutils-debuginfo-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.TUS:binutils-devel-0:2.27-41.base.el7_7.4.i686", "7Server-7.7.TUS:binutils-devel-0:2.27-41.base.el7_7.4.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
rhsa-2021_4649
Vulnerability from csaf_redhat
Notes
{ "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 gcc-toolset-10-binutils 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": "The binutils packages provide a collection of binary utilities for the manipulation of object code in various object file formats. It includes the ar, as, gprof, ld, nm, objcopy, objdump, ranlib, readelf, size, strings, strip, and addr2line utilities.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in binutils in order to facilitate detection of BiDi Unicode characters:\n\nTools which display names or strings (readelf, strings, nm, objdump) have a new command line option --unicode / -U which controls how Unicode characters are handled.\n\nUsing \"--unicode=default\" will treat them as normal for the tool. This is the default behaviour when --unicode option is not used.\nUsing \"--unicode=locale\" will display them according to the current locale.\nUsing \"--unicode=hex\" will display them as hex byte values.\nUsing \"--unicode=escape\" will display them as Unicode escape sequences.\nUsing \"--unicode=highlight\" will display them as Unicode escape sequences highlighted in red, if supported by the output device.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4649", "url": "https://access.redhat.com/errata/RHSA-2021:4649" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4649.json" } ], "title": "Red Hat Security Advisory: gcc-toolset-10-binutils security update", "tracking": { "current_release_date": "2024-11-13T23:35:44+00:00", "generator": { "date": "2024-11-13T23:35:44+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2021:4649", "initial_release_date": "2021-11-15T10:29:26+00:00", "revision_history": [ { "date": "2021-11-15T10:29:26+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-15T10:29:26+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T23:35: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. 8)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-binutils-0:2.35-8.el8_5.6.src", "product": { "name": "gcc-toolset-10-binutils-0:2.35-8.el8_5.6.src", "product_id": "gcc-toolset-10-binutils-0:2.35-8.el8_5.6.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils@2.35-8.el8_5.6?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-binutils-0:2.35-8.el8_5.6.aarch64", "product": { "name": "gcc-toolset-10-binutils-0:2.35-8.el8_5.6.aarch64", "product_id": "gcc-toolset-10-binutils-0:2.35-8.el8_5.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils@2.35-8.el8_5.6?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.aarch64", "product": { "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.aarch64", "product_id": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils-devel@2.35-8.el8_5.6?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.aarch64", "product": { "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.aarch64", "product_id": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils-debuginfo@2.35-8.el8_5.6?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-binutils-0:2.35-8.el8_5.6.ppc64le", "product": { "name": "gcc-toolset-10-binutils-0:2.35-8.el8_5.6.ppc64le", "product_id": "gcc-toolset-10-binutils-0:2.35-8.el8_5.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils@2.35-8.el8_5.6?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.ppc64le", "product": { "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.ppc64le", "product_id": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils-devel@2.35-8.el8_5.6?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.ppc64le", "product": { "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.ppc64le", "product_id": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils-debuginfo@2.35-8.el8_5.6?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-binutils-0:2.35-8.el8_5.6.x86_64", "product": { "name": "gcc-toolset-10-binutils-0:2.35-8.el8_5.6.x86_64", "product_id": "gcc-toolset-10-binutils-0:2.35-8.el8_5.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils@2.35-8.el8_5.6?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.x86_64", "product": { "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.x86_64", "product_id": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils-devel@2.35-8.el8_5.6?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.x86_64", "product": { "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.x86_64", "product_id": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils-debuginfo@2.35-8.el8_5.6?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.i686", "product": { "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.i686", "product_id": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils-devel@2.35-8.el8_5.6?arch=i686" } } }, { "category": "product_version", "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.i686", "product": { "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.i686", "product_id": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils-debuginfo@2.35-8.el8_5.6?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-binutils-0:2.35-8.el8_5.6.s390x", "product": { "name": "gcc-toolset-10-binutils-0:2.35-8.el8_5.6.s390x", "product_id": "gcc-toolset-10-binutils-0:2.35-8.el8_5.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils@2.35-8.el8_5.6?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.s390x", "product": { "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.s390x", "product_id": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils-devel@2.35-8.el8_5.6?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.s390x", "product": { "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.s390x", "product_id": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-binutils-debuginfo@2.35-8.el8_5.6?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-0:2.35-8.el8_5.6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-0:2.35-8.el8_5.6.aarch64" }, "product_reference": "gcc-toolset-10-binutils-0:2.35-8.el8_5.6.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-0:2.35-8.el8_5.6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-0:2.35-8.el8_5.6.ppc64le" }, "product_reference": "gcc-toolset-10-binutils-0:2.35-8.el8_5.6.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-0:2.35-8.el8_5.6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-0:2.35-8.el8_5.6.s390x" }, "product_reference": "gcc-toolset-10-binutils-0:2.35-8.el8_5.6.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-0:2.35-8.el8_5.6.src as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-0:2.35-8.el8_5.6.src" }, "product_reference": "gcc-toolset-10-binutils-0:2.35-8.el8_5.6.src", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-0:2.35-8.el8_5.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-0:2.35-8.el8_5.6.x86_64" }, "product_reference": "gcc-toolset-10-binutils-0:2.35-8.el8_5.6.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.aarch64" }, "product_reference": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.i686" }, "product_reference": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.ppc64le" }, "product_reference": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.s390x" }, "product_reference": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.x86_64" }, "product_reference": "gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.aarch64" }, "product_reference": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.i686" }, "product_reference": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.ppc64le" }, "product_reference": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.s390x" }, "product_reference": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.x86_64" }, "product_reference": "gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "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.5.0.Z.MAIN:gcc-toolset-10-binutils-0:2.35-8.el8_5.6.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-0:2.35-8.el8_5.6.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-0:2.35-8.el8_5.6.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-0:2.35-8.el8_5.6.src", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-0:2.35-8.el8_5.6.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-15T10:29:26+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.5.0.Z.MAIN:gcc-toolset-10-binutils-0:2.35-8.el8_5.6.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-0:2.35-8.el8_5.6.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-0:2.35-8.el8_5.6.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-0:2.35-8.el8_5.6.src", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-0:2.35-8.el8_5.6.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4649" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-0:2.35-8.el8_5.6.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-0:2.35-8.el8_5.6.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-0:2.35-8.el8_5.6.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-0:2.35-8.el8_5.6.src", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-0:2.35-8.el8_5.6.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-0:2.35-8.el8_5.6.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-0:2.35-8.el8_5.6.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-0:2.35-8.el8_5.6.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-0:2.35-8.el8_5.6.src", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-0:2.35-8.el8_5.6.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-debuginfo-0:2.35-8.el8_5.6.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.i686", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-binutils-devel-0:2.35-8.el8_5.6.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
rhsa-2021_4743
Vulnerability from csaf_redhat
Notes
{ "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 llvm-toolset:rhel8 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": "LLVM Toolset provides the LLVM compiler infrastructure framework, the Clang compiler for the C and C++ languages, the LLDB debugger, and related tools for code analysis.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in clang in order to facilitate detection of BiDi Unicode characters:\n\nclang-tidy now finds identifiers that contain Unicode characters with right-to-left direction, which can be confusing as they may change the understanding of a whole statement.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4743", "url": "https://access.redhat.com/errata/RHSA-2021:4743" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4743.json" } ], "title": "Red Hat Security Advisory: llvm-toolset:rhel8 security update", "tracking": { "current_release_date": "2024-11-13T23:36:47+00:00", "generator": { "date": "2024-11-13T23:36:47+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2021:4743", "initial_release_date": "2021-11-18T17:49:47+00:00", "revision_history": [ { "date": "2021-11-18T17:49:47+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-18T17:49:47+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T23:36:47+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.5.0.Z.MAIN", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "llvm-toolset:rhel8:8050020211110163227:c5368500", "product": { "name": "llvm-toolset:rhel8:8050020211110163227:c5368500", "product_id": "llvm-toolset:rhel8:8050020211110163227:c5368500", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/llvm-toolset@rhel8:8050020211110163227:c5368500" } } }, { "category": "product_version", "name": "clang-analyzer-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.noarch", "product": { "name": "clang-analyzer-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.noarch", "product_id": "clang-analyzer-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-analyzer@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=noarch" } } }, { "category": "product_version", "name": "llvm-doc-0:12.0.1-2.module+el8.5.0+12488+254d2a07.noarch", "product": { "name": "llvm-doc-0:12.0.1-2.module+el8.5.0+12488+254d2a07.noarch", "product_id": "llvm-doc-0:12.0.1-2.module+el8.5.0+12488+254d2a07.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-doc@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=noarch" } } }, { "category": "product_version", "name": "python3-lit-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.noarch", "product": { "name": "python3-lit-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.noarch", "product_id": "python3-lit-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-lit@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "product": { "name": "clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "product_id": "clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=aarch64" } } }, { "category": "product_version", "name": "clang-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "product": { "name": "clang-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "product_id": "clang-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-debuginfo@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=aarch64" } } }, { "category": "product_version", "name": "clang-debugsource-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "product": { "name": "clang-debugsource-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "product_id": "clang-debugsource-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-debugsource@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=aarch64" } } }, { "category": "product_version", "name": "clang-devel-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "product": { "name": "clang-devel-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "product_id": "clang-devel-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-devel@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=aarch64" } } }, { "category": "product_version", "name": "clang-libs-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "product": { "name": "clang-libs-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "product_id": "clang-libs-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-libs@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=aarch64" } } }, { "category": "product_version", "name": "clang-libs-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "product": { "name": "clang-libs-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "product_id": "clang-libs-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-libs-debuginfo@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=aarch64" } } }, { "category": "product_version", "name": "clang-resource-filesystem-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "product": { "name": "clang-resource-filesystem-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "product_id": "clang-resource-filesystem-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-resource-filesystem@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=aarch64" } } }, { "category": "product_version", "name": "clang-tools-extra-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "product": { "name": "clang-tools-extra-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "product_id": "clang-tools-extra-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-tools-extra@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=aarch64" } } }, { "category": "product_version", "name": "clang-tools-extra-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "product": { "name": "clang-tools-extra-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "product_id": "clang-tools-extra-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-tools-extra-debuginfo@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=aarch64" } } }, { "category": "product_version", "name": "compiler-rt-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "product": { "name": "compiler-rt-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "product_id": "compiler-rt-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/compiler-rt@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=aarch64" } } }, { "category": "product_version", "name": "compiler-rt-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "product": { "name": "compiler-rt-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "product_id": "compiler-rt-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/compiler-rt-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=aarch64" } } }, { "category": "product_version", "name": "compiler-rt-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "product": { "name": "compiler-rt-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "product_id": "compiler-rt-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/compiler-rt-debugsource@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=aarch64" } } }, { "category": "product_version", "name": "git-clang-format-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "product": { "name": "git-clang-format-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "product_id": "git-clang-format-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-clang-format@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=aarch64" } } }, { "category": "product_version", "name": "libomp-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "product": { "name": "libomp-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "product_id": "libomp-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libomp@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=aarch64" } } }, { "category": "product_version", "name": "libomp-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "product": { "name": "libomp-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "product_id": "libomp-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libomp-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=aarch64" } } }, { "category": "product_version", "name": "libomp-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "product": { "name": "libomp-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "product_id": "libomp-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libomp-debugsource@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=aarch64" } } }, { "category": "product_version", "name": "libomp-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "product": { "name": "libomp-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "product_id": "libomp-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libomp-devel@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=aarch64" } } }, { "category": "product_version", "name": "libomp-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "product": { "name": "libomp-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "product_id": "libomp-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libomp-test@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=aarch64" } } }, { "category": "product_version", "name": "libomp-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "product": { "name": "libomp-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "product_id": "libomp-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libomp-test-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=aarch64" } } }, { "category": "product_version", "name": "lld-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "product": { "name": "lld-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "product_id": "lld-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=aarch64" } } }, { "category": "product_version", "name": "lld-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "product": { "name": "lld-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "product_id": "lld-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=aarch64" } } }, { "category": "product_version", "name": "lld-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "product": { "name": "lld-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "product_id": "lld-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-debugsource@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=aarch64" } } }, { "category": "product_version", "name": "lld-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "product": { "name": "lld-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "product_id": "lld-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-devel@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=aarch64" } } }, { "category": "product_version", "name": "lld-libs-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "product": { "name": "lld-libs-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "product_id": "lld-libs-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-libs@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=aarch64" } } }, { "category": "product_version", "name": "lld-libs-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "product": { "name": "lld-libs-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "product_id": "lld-libs-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-libs-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=aarch64" } } }, { "category": "product_version", "name": "lld-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "product": { "name": "lld-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "product_id": "lld-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-test@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=aarch64" } } }, { "category": "product_version", "name": "lld-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "product": { "name": "lld-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "product_id": "lld-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-test-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=aarch64" } } }, { "category": "product_version", "name": "lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "product": { "name": "lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "product_id": "lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/lldb@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=aarch64" } } }, { "category": "product_version", "name": "lldb-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "product": { "name": "lldb-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "product_id": "lldb-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/lldb-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=aarch64" } } }, { "category": "product_version", "name": "lldb-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "product": { "name": "lldb-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "product_id": "lldb-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/lldb-debugsource@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=aarch64" } } }, { "category": "product_version", "name": "lldb-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "product": { "name": "lldb-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "product_id": "lldb-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/lldb-devel@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=aarch64" } } }, { "category": "product_version", "name": "llvm-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "product": { "name": "llvm-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "product_id": "llvm-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=aarch64" } } }, { "category": "product_version", "name": "llvm-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "product": { "name": "llvm-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "product_id": "llvm-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-debuginfo@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=aarch64" } } }, { "category": "product_version", "name": "llvm-debugsource-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "product": { "name": "llvm-debugsource-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "product_id": "llvm-debugsource-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-debugsource@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=aarch64" } } }, { "category": "product_version", "name": "llvm-devel-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "product": { "name": "llvm-devel-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "product_id": "llvm-devel-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-devel@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=aarch64" } } }, { "category": "product_version", "name": "llvm-devel-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "product": { "name": "llvm-devel-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "product_id": "llvm-devel-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-devel-debuginfo@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=aarch64" } } }, { "category": "product_version", "name": "llvm-googletest-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "product": { "name": "llvm-googletest-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "product_id": "llvm-googletest-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-googletest@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=aarch64" } } }, { "category": "product_version", "name": "llvm-libs-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "product": { "name": "llvm-libs-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "product_id": "llvm-libs-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-libs@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=aarch64" } } }, { "category": "product_version", "name": "llvm-libs-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "product": { "name": "llvm-libs-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "product_id": "llvm-libs-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-libs-debuginfo@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=aarch64" } } }, { "category": "product_version", "name": "llvm-static-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "product": { "name": "llvm-static-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "product_id": "llvm-static-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-static@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=aarch64" } } }, { "category": "product_version", "name": "llvm-test-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "product": { "name": "llvm-test-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "product_id": "llvm-test-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-test@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=aarch64" } } }, { "category": "product_version", "name": "llvm-test-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "product": { "name": "llvm-test-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "product_id": "llvm-test-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-test-debuginfo@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=aarch64" } } }, { "category": "product_version", "name": "llvm-toolset-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "product": { "name": "llvm-toolset-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "product_id": "llvm-toolset-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-toolset@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=aarch64" } } }, { "category": "product_version", "name": "python3-clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "product": { "name": "python3-clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "product_id": "python3-clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-clang@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=aarch64" } } }, { "category": "product_version", "name": "python3-lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "product": { "name": "python3-lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "product_id": "python3-lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-lldb@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.src", "product": { "name": "clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.src", "product_id": "clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=src" } } }, { "category": "product_version", "name": "compiler-rt-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.src", "product": { "name": "compiler-rt-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.src", "product_id": "compiler-rt-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/compiler-rt@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=src" } } }, { "category": "product_version", "name": "libomp-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.src", "product": { "name": "libomp-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.src", "product_id": "libomp-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/libomp@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=src" } } }, { "category": "product_version", "name": "lld-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.src", "product": { "name": "lld-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.src", "product_id": "lld-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=src" } } }, { "category": "product_version", "name": "lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.src", "product": { "name": "lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.src", "product_id": "lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/lldb@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=src" } } }, { "category": "product_version", "name": "llvm-0:12.0.1-2.module+el8.5.0+12488+254d2a07.src", "product": { "name": "llvm-0:12.0.1-2.module+el8.5.0+12488+254d2a07.src", "product_id": "llvm-0:12.0.1-2.module+el8.5.0+12488+254d2a07.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=src" } } }, { "category": "product_version", "name": "llvm-toolset-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.src", "product": { "name": "llvm-toolset-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.src", "product_id": "llvm-toolset-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-toolset@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=src" } } }, { "category": "product_version", "name": "python-lit-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.src", "product": { "name": "python-lit-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.src", "product_id": "python-lit-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lit@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "product": { "name": "clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "product_id": "clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=ppc64le" } } }, { "category": "product_version", "name": "clang-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "product": { "name": "clang-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "product_id": "clang-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-debuginfo@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=ppc64le" } } }, { "category": "product_version", "name": "clang-debugsource-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "product": { "name": "clang-debugsource-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "product_id": "clang-debugsource-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-debugsource@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=ppc64le" } } }, { "category": "product_version", "name": "clang-devel-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "product": { "name": "clang-devel-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "product_id": "clang-devel-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-devel@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=ppc64le" } } }, { "category": "product_version", "name": "clang-libs-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "product": { "name": "clang-libs-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "product_id": "clang-libs-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-libs@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=ppc64le" } } }, { "category": "product_version", "name": "clang-libs-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "product": { "name": "clang-libs-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "product_id": "clang-libs-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-libs-debuginfo@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=ppc64le" } } }, { "category": "product_version", "name": "clang-resource-filesystem-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "product": { "name": "clang-resource-filesystem-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "product_id": "clang-resource-filesystem-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-resource-filesystem@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=ppc64le" } } }, { "category": "product_version", "name": "clang-tools-extra-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "product": { "name": "clang-tools-extra-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "product_id": "clang-tools-extra-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-tools-extra@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=ppc64le" } } }, { "category": "product_version", "name": "clang-tools-extra-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "product": { "name": "clang-tools-extra-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "product_id": "clang-tools-extra-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-tools-extra-debuginfo@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=ppc64le" } } }, { "category": "product_version", "name": "compiler-rt-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "product": { "name": "compiler-rt-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "product_id": "compiler-rt-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/compiler-rt@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=ppc64le" } } }, { "category": "product_version", "name": "compiler-rt-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "product": { "name": "compiler-rt-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "product_id": "compiler-rt-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/compiler-rt-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=ppc64le" } } }, { "category": "product_version", "name": "compiler-rt-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "product": { "name": "compiler-rt-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "product_id": "compiler-rt-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/compiler-rt-debugsource@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=ppc64le" } } }, { "category": "product_version", "name": "git-clang-format-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "product": { "name": "git-clang-format-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "product_id": "git-clang-format-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-clang-format@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=ppc64le" } } }, { "category": "product_version", "name": "libomp-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "product": { "name": "libomp-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "product_id": "libomp-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libomp@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=ppc64le" } } }, { "category": "product_version", "name": "libomp-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "product": { "name": "libomp-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "product_id": "libomp-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libomp-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=ppc64le" } } }, { "category": "product_version", "name": "libomp-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "product": { "name": "libomp-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "product_id": "libomp-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libomp-debugsource@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=ppc64le" } } }, { "category": "product_version", "name": "libomp-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "product": { "name": "libomp-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "product_id": "libomp-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libomp-devel@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=ppc64le" } } }, { "category": "product_version", "name": "libomp-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "product": { "name": "libomp-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "product_id": "libomp-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libomp-test@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=ppc64le" } } }, { "category": "product_version", "name": "libomp-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "product": { "name": "libomp-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "product_id": "libomp-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libomp-test-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=ppc64le" } } }, { "category": "product_version", "name": "lld-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "product": { "name": "lld-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "product_id": "lld-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=ppc64le" } } }, { "category": "product_version", "name": "lld-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "product": { "name": "lld-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "product_id": "lld-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=ppc64le" } } }, { "category": "product_version", "name": "lld-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "product": { "name": "lld-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "product_id": "lld-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-debugsource@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=ppc64le" } } }, { "category": "product_version", "name": "lld-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "product": { "name": "lld-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "product_id": "lld-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-devel@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=ppc64le" } } }, { "category": "product_version", "name": "lld-libs-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "product": { "name": "lld-libs-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "product_id": "lld-libs-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-libs@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=ppc64le" } } }, { "category": "product_version", "name": "lld-libs-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "product": { "name": "lld-libs-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "product_id": "lld-libs-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-libs-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=ppc64le" } } }, { "category": "product_version", "name": "lld-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "product": { "name": "lld-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "product_id": "lld-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-test@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=ppc64le" } } }, { "category": "product_version", "name": "lld-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "product": { "name": "lld-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "product_id": "lld-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-test-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=ppc64le" } } }, { "category": "product_version", "name": "lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "product": { "name": "lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "product_id": "lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/lldb@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=ppc64le" } } }, { "category": "product_version", "name": "lldb-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "product": { "name": "lldb-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "product_id": "lldb-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/lldb-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=ppc64le" } } }, { "category": "product_version", "name": "lldb-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "product": { "name": "lldb-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "product_id": "lldb-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/lldb-debugsource@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=ppc64le" } } }, { "category": "product_version", "name": "lldb-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "product": { "name": "lldb-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "product_id": "lldb-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/lldb-devel@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=ppc64le" } } }, { "category": "product_version", "name": "llvm-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "product": { "name": "llvm-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "product_id": "llvm-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=ppc64le" } } }, { "category": "product_version", "name": "llvm-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "product": { "name": "llvm-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "product_id": "llvm-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-debuginfo@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=ppc64le" } } }, { "category": "product_version", "name": "llvm-debugsource-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "product": { "name": "llvm-debugsource-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "product_id": "llvm-debugsource-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-debugsource@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=ppc64le" } } }, { "category": "product_version", "name": "llvm-devel-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "product": { "name": "llvm-devel-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "product_id": "llvm-devel-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-devel@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=ppc64le" } } }, { "category": "product_version", "name": "llvm-devel-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "product": { "name": "llvm-devel-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "product_id": "llvm-devel-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-devel-debuginfo@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=ppc64le" } } }, { "category": "product_version", "name": "llvm-googletest-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "product": { "name": "llvm-googletest-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "product_id": "llvm-googletest-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-googletest@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=ppc64le" } } }, { "category": "product_version", "name": "llvm-libs-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "product": { "name": "llvm-libs-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "product_id": "llvm-libs-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-libs@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=ppc64le" } } }, { "category": "product_version", "name": "llvm-libs-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "product": { "name": "llvm-libs-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "product_id": "llvm-libs-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-libs-debuginfo@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=ppc64le" } } }, { "category": "product_version", "name": "llvm-static-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "product": { "name": "llvm-static-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "product_id": "llvm-static-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-static@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=ppc64le" } } }, { "category": "product_version", "name": "llvm-test-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "product": { "name": "llvm-test-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "product_id": "llvm-test-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-test@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=ppc64le" } } }, { "category": "product_version", "name": "llvm-test-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "product": { "name": "llvm-test-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "product_id": "llvm-test-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-test-debuginfo@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=ppc64le" } } }, { "category": "product_version", "name": "llvm-toolset-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "product": { "name": "llvm-toolset-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "product_id": "llvm-toolset-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-toolset@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "product": { "name": "python3-clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "product_id": "python3-clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-clang@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "product": { "name": "python3-lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "product_id": "python3-lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-lldb@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "product": { "name": "clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "product_id": "clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=s390x" } } }, { "category": "product_version", "name": "clang-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "product": { "name": "clang-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "product_id": "clang-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-debuginfo@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=s390x" } } }, { "category": "product_version", "name": "clang-debugsource-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "product": { "name": "clang-debugsource-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "product_id": "clang-debugsource-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-debugsource@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=s390x" } } }, { "category": "product_version", "name": "clang-devel-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "product": { "name": "clang-devel-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "product_id": "clang-devel-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-devel@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=s390x" } } }, { "category": "product_version", "name": "clang-libs-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "product": { "name": "clang-libs-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "product_id": "clang-libs-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-libs@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=s390x" } } }, { "category": "product_version", "name": "clang-libs-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "product": { "name": "clang-libs-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "product_id": "clang-libs-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-libs-debuginfo@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=s390x" } } }, { "category": "product_version", "name": "clang-resource-filesystem-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "product": { "name": "clang-resource-filesystem-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "product_id": "clang-resource-filesystem-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-resource-filesystem@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=s390x" } } }, { "category": "product_version", "name": "clang-tools-extra-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "product": { "name": "clang-tools-extra-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "product_id": "clang-tools-extra-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-tools-extra@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=s390x" } } }, { "category": "product_version", "name": "clang-tools-extra-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "product": { "name": "clang-tools-extra-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "product_id": "clang-tools-extra-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-tools-extra-debuginfo@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=s390x" } } }, { "category": "product_version", "name": "compiler-rt-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x", "product": { "name": "compiler-rt-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x", "product_id": "compiler-rt-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/compiler-rt@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=s390x" } } }, { "category": "product_version", "name": "compiler-rt-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x", "product": { "name": "compiler-rt-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x", "product_id": "compiler-rt-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/compiler-rt-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=s390x" } } }, { "category": "product_version", "name": "compiler-rt-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x", "product": { "name": "compiler-rt-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x", "product_id": "compiler-rt-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/compiler-rt-debugsource@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=s390x" } } }, { "category": "product_version", "name": "git-clang-format-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "product": { "name": "git-clang-format-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "product_id": "git-clang-format-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-clang-format@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=s390x" } } }, { "category": "product_version", "name": "lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x", "product": { "name": "lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x", "product_id": "lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/lldb@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=s390x" } } }, { "category": "product_version", "name": "lldb-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x", "product": { "name": "lldb-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x", "product_id": "lldb-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/lldb-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=s390x" } } }, { "category": "product_version", "name": "lldb-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x", "product": { "name": "lldb-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x", "product_id": "lldb-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/lldb-debugsource@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=s390x" } } }, { "category": "product_version", "name": "lldb-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x", "product": { "name": "lldb-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x", "product_id": "lldb-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/lldb-devel@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=s390x" } } }, { "category": "product_version", "name": "llvm-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "product": { "name": "llvm-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "product_id": "llvm-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=s390x" } } }, { "category": "product_version", "name": "llvm-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "product": { "name": "llvm-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "product_id": "llvm-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-debuginfo@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=s390x" } } }, { "category": "product_version", "name": "llvm-debugsource-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "product": { "name": "llvm-debugsource-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "product_id": "llvm-debugsource-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-debugsource@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=s390x" } } }, { "category": "product_version", "name": "llvm-devel-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "product": { "name": "llvm-devel-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "product_id": "llvm-devel-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-devel@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=s390x" } } }, { "category": "product_version", "name": "llvm-devel-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "product": { "name": "llvm-devel-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "product_id": "llvm-devel-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-devel-debuginfo@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=s390x" } } }, { "category": "product_version", "name": "llvm-googletest-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "product": { "name": "llvm-googletest-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "product_id": "llvm-googletest-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-googletest@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=s390x" } } }, { "category": "product_version", "name": "llvm-libs-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "product": { "name": "llvm-libs-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "product_id": "llvm-libs-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-libs@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=s390x" } } }, { "category": "product_version", "name": "llvm-libs-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "product": { "name": "llvm-libs-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "product_id": "llvm-libs-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-libs-debuginfo@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=s390x" } } }, { "category": "product_version", "name": "llvm-static-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "product": { "name": "llvm-static-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "product_id": "llvm-static-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-static@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=s390x" } } }, { "category": "product_version", "name": "llvm-test-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "product": { "name": "llvm-test-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "product_id": "llvm-test-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-test@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=s390x" } } }, { "category": "product_version", "name": "llvm-test-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "product": { "name": "llvm-test-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "product_id": "llvm-test-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-test-debuginfo@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=s390x" } } }, { "category": "product_version", "name": "llvm-toolset-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x", "product": { "name": "llvm-toolset-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x", "product_id": "llvm-toolset-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-toolset@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=s390x" } } }, { "category": "product_version", "name": "python3-clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "product": { "name": "python3-clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "product_id": "python3-clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-clang@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=s390x" } } }, { "category": "product_version", "name": "python3-lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x", "product": { "name": "python3-lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x", "product_id": "python3-lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-lldb@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "product": { "name": "clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "product_id": "clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=i686" } } }, { "category": "product_version", "name": "clang-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "product": { "name": "clang-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "product_id": "clang-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-debuginfo@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=i686" } } }, { "category": "product_version", "name": "clang-debugsource-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "product": { "name": "clang-debugsource-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "product_id": "clang-debugsource-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-debugsource@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=i686" } } }, { "category": "product_version", "name": "clang-devel-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "product": { "name": "clang-devel-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "product_id": "clang-devel-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-devel@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=i686" } } }, { "category": "product_version", "name": "clang-libs-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "product": { "name": "clang-libs-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "product_id": "clang-libs-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-libs@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=i686" } } }, { "category": "product_version", "name": "clang-libs-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "product": { "name": "clang-libs-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "product_id": "clang-libs-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-libs-debuginfo@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=i686" } } }, { "category": "product_version", "name": "clang-resource-filesystem-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "product": { "name": "clang-resource-filesystem-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "product_id": "clang-resource-filesystem-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-resource-filesystem@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=i686" } } }, { "category": "product_version", "name": "clang-tools-extra-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "product": { "name": "clang-tools-extra-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "product_id": "clang-tools-extra-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-tools-extra@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=i686" } } }, { "category": "product_version", "name": "clang-tools-extra-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "product": { "name": "clang-tools-extra-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "product_id": "clang-tools-extra-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-tools-extra-debuginfo@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=i686" } } }, { "category": "product_version", "name": "compiler-rt-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "product": { "name": "compiler-rt-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "product_id": "compiler-rt-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/compiler-rt@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=i686" } } }, { "category": "product_version", "name": "compiler-rt-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "product": { "name": "compiler-rt-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "product_id": "compiler-rt-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/compiler-rt-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=i686" } } }, { "category": "product_version", "name": "compiler-rt-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "product": { "name": "compiler-rt-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "product_id": "compiler-rt-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/compiler-rt-debugsource@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=i686" } } }, { "category": "product_version", "name": "git-clang-format-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "product": { "name": "git-clang-format-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "product_id": "git-clang-format-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-clang-format@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=i686" } } }, { "category": "product_version", "name": "libomp-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "product": { "name": "libomp-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "product_id": "libomp-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libomp@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=i686" } } }, { "category": "product_version", "name": "libomp-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "product": { "name": "libomp-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "product_id": "libomp-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libomp-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=i686" } } }, { "category": "product_version", "name": "libomp-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "product": { "name": "libomp-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "product_id": "libomp-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libomp-debugsource@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=i686" } } }, { "category": "product_version", "name": "libomp-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "product": { "name": "libomp-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "product_id": "libomp-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libomp-devel@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=i686" } } }, { "category": "product_version", "name": "libomp-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "product": { "name": "libomp-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "product_id": "libomp-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libomp-test@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=i686" } } }, { "category": "product_version", "name": "libomp-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "product": { "name": "libomp-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "product_id": "libomp-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libomp-test-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=i686" } } }, { "category": "product_version", "name": "lld-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "product": { "name": "lld-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "product_id": "lld-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=i686" } } }, { "category": "product_version", "name": "lld-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "product": { "name": "lld-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "product_id": "lld-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=i686" } } }, { "category": "product_version", "name": "lld-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "product": { "name": "lld-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "product_id": "lld-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-debugsource@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=i686" } } }, { "category": "product_version", "name": "lld-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "product": { "name": "lld-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "product_id": "lld-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-devel@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=i686" } } }, { "category": "product_version", "name": "lld-libs-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "product": { "name": "lld-libs-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "product_id": "lld-libs-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-libs@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=i686" } } }, { "category": "product_version", "name": "lld-libs-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "product": { "name": "lld-libs-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "product_id": "lld-libs-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-libs-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=i686" } } }, { "category": "product_version", "name": "lld-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "product": { "name": "lld-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "product_id": "lld-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-test@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=i686" } } }, { "category": "product_version", "name": "lld-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "product": { "name": "lld-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "product_id": "lld-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-test-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=i686" } } }, { "category": "product_version", "name": "lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "product": { "name": "lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "product_id": "lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/lldb@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=i686" } } }, { "category": "product_version", "name": "lldb-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "product": { "name": "lldb-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "product_id": "lldb-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/lldb-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=i686" } } }, { "category": "product_version", "name": "lldb-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "product": { "name": "lldb-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "product_id": "lldb-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/lldb-debugsource@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=i686" } } }, { "category": "product_version", "name": "lldb-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "product": { "name": "lldb-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "product_id": "lldb-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/lldb-devel@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=i686" } } }, { "category": "product_version", "name": "llvm-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "product": { "name": "llvm-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "product_id": "llvm-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=i686" } } }, { "category": "product_version", "name": "llvm-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "product": { "name": "llvm-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "product_id": "llvm-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-debuginfo@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=i686" } } }, { "category": "product_version", "name": "llvm-debugsource-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "product": { "name": "llvm-debugsource-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "product_id": "llvm-debugsource-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-debugsource@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=i686" } } }, { "category": "product_version", "name": "llvm-devel-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "product": { "name": "llvm-devel-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "product_id": "llvm-devel-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-devel@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=i686" } } }, { "category": "product_version", "name": "llvm-devel-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "product": { "name": "llvm-devel-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "product_id": "llvm-devel-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-devel-debuginfo@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=i686" } } }, { "category": "product_version", "name": "llvm-googletest-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "product": { "name": "llvm-googletest-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "product_id": "llvm-googletest-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-googletest@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=i686" } } }, { "category": "product_version", "name": "llvm-libs-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "product": { "name": "llvm-libs-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "product_id": "llvm-libs-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-libs@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=i686" } } }, { "category": "product_version", "name": "llvm-libs-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "product": { "name": "llvm-libs-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "product_id": "llvm-libs-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-libs-debuginfo@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=i686" } } }, { "category": "product_version", "name": "llvm-static-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "product": { "name": "llvm-static-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "product_id": "llvm-static-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-static@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=i686" } } }, { "category": "product_version", "name": "llvm-test-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "product": { "name": "llvm-test-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "product_id": "llvm-test-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-test@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=i686" } } }, { "category": "product_version", "name": "llvm-test-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "product": { "name": "llvm-test-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "product_id": "llvm-test-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-test-debuginfo@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=i686" } } }, { "category": "product_version", "name": "llvm-toolset-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "product": { "name": "llvm-toolset-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "product_id": "llvm-toolset-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-toolset@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=i686" } } }, { "category": "product_version", "name": "python3-clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "product": { "name": "python3-clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "product_id": "python3-clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-clang@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=i686" } } }, { "category": "product_version", "name": "python3-lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "product": { "name": "python3-lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "product_id": "python3-lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-lldb@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "product": { "name": "clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "product_id": "clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=x86_64" } } }, { "category": "product_version", "name": "clang-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "product": { "name": "clang-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "product_id": "clang-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-debuginfo@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=x86_64" } } }, { "category": "product_version", "name": "clang-debugsource-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "product": { "name": "clang-debugsource-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "product_id": "clang-debugsource-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-debugsource@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=x86_64" } } }, { "category": "product_version", "name": "clang-devel-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "product": { "name": "clang-devel-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "product_id": "clang-devel-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-devel@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=x86_64" } } }, { "category": "product_version", "name": "clang-libs-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "product": { "name": "clang-libs-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "product_id": "clang-libs-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-libs@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=x86_64" } } }, { "category": "product_version", "name": "clang-libs-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "product": { "name": "clang-libs-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "product_id": "clang-libs-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-libs-debuginfo@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=x86_64" } } }, { "category": "product_version", "name": "clang-resource-filesystem-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "product": { "name": "clang-resource-filesystem-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "product_id": "clang-resource-filesystem-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-resource-filesystem@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=x86_64" } } }, { "category": "product_version", "name": "clang-tools-extra-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "product": { "name": "clang-tools-extra-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "product_id": "clang-tools-extra-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-tools-extra@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=x86_64" } } }, { "category": "product_version", "name": "clang-tools-extra-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "product": { "name": "clang-tools-extra-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "product_id": "clang-tools-extra-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/clang-tools-extra-debuginfo@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=x86_64" } } }, { "category": "product_version", "name": "compiler-rt-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "product": { "name": "compiler-rt-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "product_id": "compiler-rt-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/compiler-rt@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=x86_64" } } }, { "category": "product_version", "name": "compiler-rt-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "product": { "name": "compiler-rt-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "product_id": "compiler-rt-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/compiler-rt-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=x86_64" } } }, { "category": "product_version", "name": "compiler-rt-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "product": { "name": "compiler-rt-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "product_id": "compiler-rt-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/compiler-rt-debugsource@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=x86_64" } } }, { "category": "product_version", "name": "git-clang-format-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "product": { "name": "git-clang-format-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "product_id": "git-clang-format-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-clang-format@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=x86_64" } } }, { "category": "product_version", "name": "libomp-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "product": { "name": "libomp-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "product_id": "libomp-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libomp@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=x86_64" } } }, { "category": "product_version", "name": "libomp-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "product": { "name": "libomp-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "product_id": "libomp-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libomp-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=x86_64" } } }, { "category": "product_version", "name": "libomp-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "product": { "name": "libomp-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "product_id": "libomp-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libomp-debugsource@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=x86_64" } } }, { "category": "product_version", "name": "libomp-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "product": { "name": "libomp-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "product_id": "libomp-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libomp-devel@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=x86_64" } } }, { "category": "product_version", "name": "libomp-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "product": { "name": "libomp-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "product_id": "libomp-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libomp-test@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=x86_64" } } }, { "category": "product_version", "name": "libomp-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "product": { "name": "libomp-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "product_id": "libomp-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libomp-test-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=x86_64" } } }, { "category": "product_version", "name": "lld-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "product": { "name": "lld-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "product_id": "lld-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=x86_64" } } }, { "category": "product_version", "name": "lld-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "product": { "name": "lld-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "product_id": "lld-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=x86_64" } } }, { "category": "product_version", "name": "lld-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "product": { "name": "lld-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "product_id": "lld-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-debugsource@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=x86_64" } } }, { "category": "product_version", "name": "lld-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "product": { "name": "lld-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "product_id": "lld-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-devel@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=x86_64" } } }, { "category": "product_version", "name": "lld-libs-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "product": { "name": "lld-libs-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "product_id": "lld-libs-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-libs@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=x86_64" } } }, { "category": "product_version", "name": "lld-libs-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "product": { "name": "lld-libs-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "product_id": "lld-libs-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-libs-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=x86_64" } } }, { "category": "product_version", "name": "lld-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "product": { "name": "lld-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "product_id": "lld-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-test@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=x86_64" } } }, { "category": "product_version", "name": "lld-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "product": { "name": "lld-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "product_id": "lld-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/lld-test-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=x86_64" } } }, { "category": "product_version", "name": "lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "product": { "name": "lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "product_id": "lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/lldb@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=x86_64" } } }, { "category": "product_version", "name": "lldb-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "product": { "name": "lldb-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "product_id": "lldb-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/lldb-debuginfo@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=x86_64" } } }, { "category": "product_version", "name": "lldb-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "product": { "name": "lldb-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "product_id": "lldb-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/lldb-debugsource@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=x86_64" } } }, { "category": "product_version", "name": "lldb-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "product": { "name": "lldb-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "product_id": "lldb-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/lldb-devel@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=x86_64" } } }, { "category": "product_version", "name": "llvm-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "product": { "name": "llvm-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "product_id": "llvm-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=x86_64" } } }, { "category": "product_version", "name": "llvm-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "product": { "name": "llvm-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "product_id": "llvm-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-debuginfo@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=x86_64" } } }, { "category": "product_version", "name": "llvm-debugsource-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "product": { "name": "llvm-debugsource-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "product_id": "llvm-debugsource-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-debugsource@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=x86_64" } } }, { "category": "product_version", "name": "llvm-devel-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "product": { "name": "llvm-devel-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "product_id": "llvm-devel-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-devel@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=x86_64" } } }, { "category": "product_version", "name": "llvm-devel-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "product": { "name": "llvm-devel-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "product_id": "llvm-devel-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-devel-debuginfo@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=x86_64" } } }, { "category": "product_version", "name": "llvm-googletest-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "product": { "name": "llvm-googletest-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "product_id": "llvm-googletest-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-googletest@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=x86_64" } } }, { "category": "product_version", "name": "llvm-libs-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "product": { "name": "llvm-libs-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "product_id": "llvm-libs-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-libs@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=x86_64" } } }, { "category": "product_version", "name": "llvm-libs-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "product": { "name": "llvm-libs-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "product_id": "llvm-libs-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-libs-debuginfo@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=x86_64" } } }, { "category": "product_version", "name": "llvm-static-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "product": { "name": "llvm-static-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "product_id": "llvm-static-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-static@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=x86_64" } } }, { "category": "product_version", "name": "llvm-test-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "product": { "name": "llvm-test-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "product_id": "llvm-test-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-test@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=x86_64" } } }, { "category": "product_version", "name": "llvm-test-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "product": { "name": "llvm-test-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "product_id": "llvm-test-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-test-debuginfo@12.0.1-2.module%2Bel8.5.0%2B12488%2B254d2a07?arch=x86_64" } } }, { "category": "product_version", "name": "llvm-toolset-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "product": { "name": "llvm-toolset-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "product_id": "llvm-toolset-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/llvm-toolset@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=x86_64" } } }, { "category": "product_version", "name": "python3-clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "product": { "name": "python3-clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "product_id": "python3-clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-clang@12.0.1-4.module%2Bel8.5.0%2B13246%2Bcefb5d4c?arch=x86_64" } } }, { "category": "product_version", "name": "python3-lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "product": { "name": "python3-lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "product_id": "python3-lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-lldb@12.0.1-1.module%2Bel8.5.0%2B11871%2B08d0eab5?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, "product_reference": "llvm-toolset:rhel8:8050020211110163227:c5368500", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64" }, "product_reference": "clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686" }, "product_reference": "clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le" }, "product_reference": "clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x" }, "product_reference": "clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.src as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.src" }, "product_reference": "clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.src", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64" }, "product_reference": "clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "clang-analyzer-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.noarch as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-analyzer-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.noarch" }, "product_reference": "clang-analyzer-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.noarch", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "clang-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64" }, "product_reference": "clang-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "clang-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686" }, "product_reference": "clang-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "clang-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le" }, "product_reference": "clang-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "clang-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x" }, "product_reference": "clang-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "clang-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64" }, "product_reference": "clang-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "clang-debugsource-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-debugsource-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64" }, "product_reference": "clang-debugsource-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "clang-debugsource-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-debugsource-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686" }, "product_reference": "clang-debugsource-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "clang-debugsource-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-debugsource-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le" }, "product_reference": "clang-debugsource-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "clang-debugsource-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-debugsource-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x" }, "product_reference": "clang-debugsource-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "clang-debugsource-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-debugsource-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64" }, "product_reference": "clang-debugsource-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "clang-devel-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-devel-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64" }, "product_reference": "clang-devel-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "clang-devel-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-devel-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686" }, "product_reference": "clang-devel-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "clang-devel-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-devel-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le" }, "product_reference": "clang-devel-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "clang-devel-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-devel-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x" }, "product_reference": "clang-devel-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "clang-devel-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-devel-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64" }, "product_reference": "clang-devel-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "clang-libs-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-libs-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64" }, "product_reference": "clang-libs-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "clang-libs-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-libs-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686" }, "product_reference": "clang-libs-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "clang-libs-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-libs-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le" }, "product_reference": "clang-libs-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "clang-libs-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-libs-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x" }, "product_reference": "clang-libs-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "clang-libs-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-libs-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64" }, "product_reference": "clang-libs-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "clang-libs-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-libs-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64" }, "product_reference": "clang-libs-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "clang-libs-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-libs-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686" }, "product_reference": "clang-libs-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "clang-libs-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-libs-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le" }, "product_reference": "clang-libs-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "clang-libs-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-libs-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x" }, "product_reference": "clang-libs-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "clang-libs-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-libs-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64" }, "product_reference": "clang-libs-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "clang-resource-filesystem-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-resource-filesystem-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64" }, "product_reference": "clang-resource-filesystem-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "clang-resource-filesystem-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-resource-filesystem-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686" }, "product_reference": "clang-resource-filesystem-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "clang-resource-filesystem-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-resource-filesystem-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le" }, "product_reference": "clang-resource-filesystem-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "clang-resource-filesystem-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-resource-filesystem-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x" }, "product_reference": "clang-resource-filesystem-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "clang-resource-filesystem-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-resource-filesystem-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64" }, "product_reference": "clang-resource-filesystem-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "clang-tools-extra-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-tools-extra-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64" }, "product_reference": "clang-tools-extra-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "clang-tools-extra-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-tools-extra-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686" }, "product_reference": "clang-tools-extra-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "clang-tools-extra-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-tools-extra-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le" }, "product_reference": "clang-tools-extra-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "clang-tools-extra-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-tools-extra-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x" }, "product_reference": "clang-tools-extra-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "clang-tools-extra-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-tools-extra-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64" }, "product_reference": "clang-tools-extra-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "clang-tools-extra-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-tools-extra-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64" }, "product_reference": "clang-tools-extra-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "clang-tools-extra-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-tools-extra-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686" }, "product_reference": "clang-tools-extra-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "clang-tools-extra-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-tools-extra-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le" }, "product_reference": "clang-tools-extra-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "clang-tools-extra-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-tools-extra-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x" }, "product_reference": "clang-tools-extra-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "clang-tools-extra-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-tools-extra-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64" }, "product_reference": "clang-tools-extra-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "compiler-rt-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64" }, "product_reference": "compiler-rt-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "compiler-rt-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686" }, "product_reference": "compiler-rt-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "compiler-rt-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le" }, "product_reference": "compiler-rt-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "compiler-rt-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x" }, "product_reference": "compiler-rt-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "compiler-rt-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.src as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.src" }, "product_reference": "compiler-rt-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.src", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "compiler-rt-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64" }, "product_reference": "compiler-rt-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "compiler-rt-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64" }, "product_reference": "compiler-rt-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "compiler-rt-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686" }, "product_reference": "compiler-rt-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "compiler-rt-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le" }, "product_reference": "compiler-rt-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "compiler-rt-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x" }, "product_reference": "compiler-rt-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "compiler-rt-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64" }, "product_reference": "compiler-rt-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "compiler-rt-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64" }, "product_reference": "compiler-rt-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "compiler-rt-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686" }, "product_reference": "compiler-rt-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "compiler-rt-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le" }, "product_reference": "compiler-rt-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "compiler-rt-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x" }, "product_reference": "compiler-rt-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "compiler-rt-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64" }, "product_reference": "compiler-rt-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "git-clang-format-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:git-clang-format-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64" }, "product_reference": "git-clang-format-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "git-clang-format-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:git-clang-format-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686" }, "product_reference": "git-clang-format-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "git-clang-format-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:git-clang-format-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le" }, "product_reference": "git-clang-format-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "git-clang-format-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:git-clang-format-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x" }, "product_reference": "git-clang-format-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "git-clang-format-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:git-clang-format-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64" }, "product_reference": "git-clang-format-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "libomp-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64" }, "product_reference": "libomp-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "libomp-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686" }, "product_reference": "libomp-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "libomp-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le" }, "product_reference": "libomp-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "libomp-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.src as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.src" }, "product_reference": "libomp-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.src", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "libomp-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64" }, "product_reference": "libomp-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "libomp-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64" }, "product_reference": "libomp-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "libomp-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686" }, "product_reference": "libomp-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "libomp-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le" }, "product_reference": "libomp-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "libomp-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64" }, "product_reference": "libomp-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "libomp-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64" }, "product_reference": "libomp-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "libomp-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686" }, "product_reference": "libomp-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "libomp-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le" }, "product_reference": "libomp-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "libomp-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64" }, "product_reference": "libomp-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "libomp-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64" }, "product_reference": "libomp-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "libomp-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686" }, "product_reference": "libomp-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "libomp-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le" }, "product_reference": "libomp-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "libomp-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64" }, "product_reference": "libomp-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "libomp-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64" }, "product_reference": "libomp-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "libomp-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686" }, "product_reference": "libomp-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "libomp-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le" }, "product_reference": "libomp-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "libomp-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64" }, "product_reference": "libomp-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "libomp-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64" }, "product_reference": "libomp-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "libomp-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686" }, "product_reference": "libomp-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "libomp-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le" }, "product_reference": "libomp-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "libomp-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64" }, "product_reference": "libomp-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "lld-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64" }, "product_reference": "lld-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "lld-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686" }, "product_reference": "lld-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "lld-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le" }, "product_reference": "lld-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "lld-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.src as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.src" }, "product_reference": "lld-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.src", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "lld-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64" }, "product_reference": "lld-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "lld-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64" }, "product_reference": "lld-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "lld-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686" }, "product_reference": "lld-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "lld-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le" }, "product_reference": "lld-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "lld-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64" }, "product_reference": "lld-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "lld-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64" }, "product_reference": "lld-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "lld-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686" }, "product_reference": "lld-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "lld-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le" }, "product_reference": "lld-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "lld-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64" }, "product_reference": "lld-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "lld-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64" }, "product_reference": "lld-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "lld-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686" }, "product_reference": "lld-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "lld-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le" }, "product_reference": "lld-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "lld-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64" }, "product_reference": "lld-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "lld-libs-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-libs-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64" }, "product_reference": "lld-libs-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "lld-libs-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-libs-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686" }, "product_reference": "lld-libs-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "lld-libs-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-libs-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le" }, "product_reference": "lld-libs-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "lld-libs-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-libs-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64" }, "product_reference": "lld-libs-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "lld-libs-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-libs-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64" }, "product_reference": "lld-libs-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "lld-libs-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-libs-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686" }, "product_reference": "lld-libs-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "lld-libs-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-libs-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le" }, "product_reference": "lld-libs-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "lld-libs-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-libs-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64" }, "product_reference": "lld-libs-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "lld-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64" }, "product_reference": "lld-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "lld-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686" }, "product_reference": "lld-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "lld-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le" }, "product_reference": "lld-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "lld-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64" }, "product_reference": "lld-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "lld-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64" }, "product_reference": "lld-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "lld-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686" }, "product_reference": "lld-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "lld-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le" }, "product_reference": "lld-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "lld-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64" }, "product_reference": "lld-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64" }, "product_reference": "lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686" }, "product_reference": "lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le" }, "product_reference": "lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x" }, "product_reference": "lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.src as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.src" }, "product_reference": "lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.src", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64" }, "product_reference": "lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "lldb-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64" }, "product_reference": "lldb-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "lldb-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686" }, "product_reference": "lldb-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "lldb-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le" }, "product_reference": "lldb-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "lldb-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x" }, "product_reference": "lldb-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "lldb-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64" }, "product_reference": "lldb-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "lldb-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64" }, "product_reference": "lldb-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "lldb-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686" }, "product_reference": "lldb-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "lldb-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le" }, "product_reference": "lldb-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "lldb-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x" }, "product_reference": "lldb-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "lldb-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64" }, "product_reference": "lldb-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "lldb-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64" }, "product_reference": "lldb-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "lldb-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686" }, "product_reference": "lldb-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "lldb-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le" }, "product_reference": "lldb-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "lldb-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x" }, "product_reference": "lldb-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "lldb-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64" }, "product_reference": "lldb-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64" }, "product_reference": "llvm-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686" }, "product_reference": "llvm-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le" }, "product_reference": "llvm-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x" }, "product_reference": "llvm-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-0:12.0.1-2.module+el8.5.0+12488+254d2a07.src as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-0:12.0.1-2.module+el8.5.0+12488+254d2a07.src" }, "product_reference": "llvm-0:12.0.1-2.module+el8.5.0+12488+254d2a07.src", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64" }, "product_reference": "llvm-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64" }, "product_reference": "llvm-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686" }, "product_reference": "llvm-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le" }, "product_reference": "llvm-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x" }, "product_reference": "llvm-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64" }, "product_reference": "llvm-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-debugsource-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-debugsource-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64" }, "product_reference": "llvm-debugsource-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-debugsource-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-debugsource-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686" }, "product_reference": "llvm-debugsource-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-debugsource-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-debugsource-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le" }, "product_reference": "llvm-debugsource-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-debugsource-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-debugsource-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x" }, "product_reference": "llvm-debugsource-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-debugsource-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-debugsource-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64" }, "product_reference": "llvm-debugsource-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-devel-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-devel-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64" }, "product_reference": "llvm-devel-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-devel-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-devel-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686" }, "product_reference": "llvm-devel-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-devel-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-devel-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le" }, "product_reference": "llvm-devel-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-devel-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-devel-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x" }, "product_reference": "llvm-devel-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-devel-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-devel-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64" }, "product_reference": "llvm-devel-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-devel-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-devel-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64" }, "product_reference": "llvm-devel-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-devel-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-devel-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686" }, "product_reference": "llvm-devel-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-devel-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-devel-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le" }, "product_reference": "llvm-devel-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-devel-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-devel-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x" }, "product_reference": "llvm-devel-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-devel-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-devel-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64" }, "product_reference": "llvm-devel-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-doc-0:12.0.1-2.module+el8.5.0+12488+254d2a07.noarch as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-doc-0:12.0.1-2.module+el8.5.0+12488+254d2a07.noarch" }, "product_reference": "llvm-doc-0:12.0.1-2.module+el8.5.0+12488+254d2a07.noarch", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-googletest-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-googletest-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64" }, "product_reference": "llvm-googletest-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-googletest-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-googletest-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686" }, "product_reference": "llvm-googletest-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-googletest-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-googletest-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le" }, "product_reference": "llvm-googletest-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-googletest-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-googletest-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x" }, "product_reference": "llvm-googletest-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-googletest-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-googletest-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64" }, "product_reference": "llvm-googletest-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-libs-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-libs-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64" }, "product_reference": "llvm-libs-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-libs-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-libs-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686" }, "product_reference": "llvm-libs-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-libs-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-libs-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le" }, "product_reference": "llvm-libs-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-libs-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-libs-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x" }, "product_reference": "llvm-libs-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-libs-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-libs-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64" }, "product_reference": "llvm-libs-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-libs-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-libs-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64" }, "product_reference": "llvm-libs-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-libs-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-libs-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686" }, "product_reference": "llvm-libs-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-libs-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-libs-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le" }, "product_reference": "llvm-libs-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-libs-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-libs-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x" }, "product_reference": "llvm-libs-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-libs-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-libs-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64" }, "product_reference": "llvm-libs-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-static-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-static-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64" }, "product_reference": "llvm-static-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-static-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-static-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686" }, "product_reference": "llvm-static-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-static-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-static-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le" }, "product_reference": "llvm-static-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-static-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-static-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x" }, "product_reference": "llvm-static-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-static-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-static-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64" }, "product_reference": "llvm-static-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-test-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-test-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64" }, "product_reference": "llvm-test-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-test-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-test-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686" }, "product_reference": "llvm-test-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-test-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-test-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le" }, "product_reference": "llvm-test-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-test-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-test-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x" }, "product_reference": "llvm-test-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-test-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-test-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64" }, "product_reference": "llvm-test-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-test-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-test-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64" }, "product_reference": "llvm-test-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-test-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-test-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686" }, "product_reference": "llvm-test-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-test-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-test-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le" }, "product_reference": "llvm-test-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-test-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-test-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x" }, "product_reference": "llvm-test-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-test-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-test-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64" }, "product_reference": "llvm-test-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-toolset-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-toolset-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64" }, "product_reference": "llvm-toolset-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-toolset-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-toolset-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686" }, "product_reference": "llvm-toolset-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-toolset-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-toolset-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le" }, "product_reference": "llvm-toolset-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-toolset-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-toolset-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x" }, "product_reference": "llvm-toolset-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-toolset-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.src as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-toolset-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.src" }, "product_reference": "llvm-toolset-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.src", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "llvm-toolset-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-toolset-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64" }, "product_reference": "llvm-toolset-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "python-lit-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.src as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:python-lit-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.src" }, "product_reference": "python-lit-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.src", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "python3-clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:python3-clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64" }, "product_reference": "python3-clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "python3-clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:python3-clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686" }, "product_reference": "python3-clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "python3-clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:python3-clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le" }, "product_reference": "python3-clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "python3-clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:python3-clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x" }, "product_reference": "python3-clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "python3-clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:python3-clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64" }, "product_reference": "python3-clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "python3-lit-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.noarch as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:python3-lit-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.noarch" }, "product_reference": "python3-lit-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.noarch", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "python3-lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:python3-lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64" }, "product_reference": "python3-lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "python3-lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:python3-lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686" }, "product_reference": "python3-lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "python3-lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:python3-lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le" }, "product_reference": "python3-lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "python3-lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:python3-lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x" }, "product_reference": "python3-lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" }, { "category": "default_component_of", "full_product_name": { "name": "python3-lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64 as a component of llvm-toolset:rhel8:8050020211110163227:c5368500 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:python3-lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64" }, "product_reference": "python3-lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "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.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.src", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-analyzer-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.noarch", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-debugsource-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-debugsource-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-debugsource-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-debugsource-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-debugsource-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-devel-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-devel-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-devel-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-devel-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-devel-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-libs-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-libs-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-libs-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-libs-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-libs-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-libs-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-libs-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-libs-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-libs-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-libs-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-resource-filesystem-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-resource-filesystem-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-resource-filesystem-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-resource-filesystem-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-resource-filesystem-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-tools-extra-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-tools-extra-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-tools-extra-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-tools-extra-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-tools-extra-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-tools-extra-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-tools-extra-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-tools-extra-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-tools-extra-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-tools-extra-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.src", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:git-clang-format-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:git-clang-format-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:git-clang-format-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:git-clang-format-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:git-clang-format-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.src", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.src", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-libs-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-libs-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-libs-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-libs-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-libs-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-libs-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-libs-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-libs-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.src", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-0:12.0.1-2.module+el8.5.0+12488+254d2a07.src", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-debugsource-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-debugsource-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-debugsource-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-debugsource-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-debugsource-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-devel-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-devel-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-devel-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-devel-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-devel-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-devel-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-devel-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-devel-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-devel-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-devel-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-doc-0:12.0.1-2.module+el8.5.0+12488+254d2a07.noarch", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-googletest-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-googletest-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-googletest-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-googletest-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-googletest-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-libs-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-libs-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-libs-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-libs-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-libs-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-libs-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-libs-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-libs-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-libs-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-libs-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-static-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-static-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-static-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-static-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-static-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-test-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-test-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-test-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-test-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-test-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-test-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-test-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-test-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-test-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-test-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-toolset-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-toolset-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-toolset-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-toolset-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-toolset-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.src", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-toolset-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:python-lit-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.src", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:python3-clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:python3-clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:python3-clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:python3-clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:python3-clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:python3-lit-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.noarch", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:python3-lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:python3-lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:python3-lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:python3-lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:python3-lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-18T17:49:47+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.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.src", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-analyzer-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.noarch", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-debugsource-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-debugsource-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-debugsource-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-debugsource-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-debugsource-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-devel-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-devel-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-devel-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-devel-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-devel-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-libs-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-libs-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-libs-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-libs-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-libs-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-libs-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-libs-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-libs-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-libs-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-libs-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-resource-filesystem-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-resource-filesystem-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-resource-filesystem-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-resource-filesystem-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-resource-filesystem-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-tools-extra-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-tools-extra-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-tools-extra-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-tools-extra-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-tools-extra-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-tools-extra-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-tools-extra-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-tools-extra-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-tools-extra-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-tools-extra-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.src", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:git-clang-format-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:git-clang-format-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:git-clang-format-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:git-clang-format-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:git-clang-format-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.src", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.src", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-libs-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-libs-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-libs-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-libs-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-libs-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-libs-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-libs-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-libs-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.src", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-0:12.0.1-2.module+el8.5.0+12488+254d2a07.src", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-debugsource-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-debugsource-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-debugsource-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-debugsource-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-debugsource-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-devel-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-devel-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-devel-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-devel-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-devel-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-devel-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-devel-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-devel-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-devel-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-devel-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-doc-0:12.0.1-2.module+el8.5.0+12488+254d2a07.noarch", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-googletest-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-googletest-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-googletest-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-googletest-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-googletest-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-libs-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-libs-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-libs-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-libs-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-libs-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-libs-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-libs-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-libs-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-libs-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-libs-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-static-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-static-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-static-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-static-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-static-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-test-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-test-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-test-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-test-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-test-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-test-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-test-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-test-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-test-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-test-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-toolset-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-toolset-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-toolset-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-toolset-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-toolset-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.src", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-toolset-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:python-lit-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.src", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:python3-clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:python3-clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:python3-clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:python3-clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:python3-clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:python3-lit-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.noarch", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:python3-lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:python3-lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:python3-lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:python3-lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:python3-lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4743" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.src", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-analyzer-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.noarch", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-debugsource-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-debugsource-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-debugsource-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-debugsource-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-debugsource-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-devel-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-devel-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-devel-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-devel-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-devel-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-libs-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-libs-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-libs-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-libs-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-libs-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-libs-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-libs-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-libs-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-libs-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-libs-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-resource-filesystem-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-resource-filesystem-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-resource-filesystem-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-resource-filesystem-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-resource-filesystem-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-tools-extra-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-tools-extra-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-tools-extra-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-tools-extra-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-tools-extra-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-tools-extra-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-tools-extra-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-tools-extra-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-tools-extra-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-tools-extra-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.src", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:git-clang-format-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:git-clang-format-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:git-clang-format-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:git-clang-format-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:git-clang-format-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.src", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.src", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-libs-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-libs-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-libs-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-libs-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-libs-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-libs-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-libs-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-libs-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.src", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-0:12.0.1-2.module+el8.5.0+12488+254d2a07.src", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-debugsource-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-debugsource-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-debugsource-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-debugsource-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-debugsource-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-devel-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-devel-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-devel-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-devel-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-devel-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-devel-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-devel-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-devel-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-devel-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-devel-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-doc-0:12.0.1-2.module+el8.5.0+12488+254d2a07.noarch", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-googletest-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-googletest-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-googletest-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-googletest-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-googletest-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-libs-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-libs-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-libs-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-libs-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-libs-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-libs-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-libs-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-libs-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-libs-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-libs-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-static-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-static-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-static-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-static-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-static-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-test-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-test-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-test-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-test-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-test-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-test-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-test-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-test-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-test-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-test-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-toolset-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-toolset-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-toolset-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-toolset-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-toolset-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.src", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-toolset-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:python-lit-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.src", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:python3-clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:python3-clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:python3-clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:python3-clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:python3-clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:python3-lit-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.noarch", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:python3-lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:python3-lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:python3-lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:python3-lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:python3-lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.src", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-analyzer-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.noarch", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-debugsource-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-debugsource-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-debugsource-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-debugsource-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-debugsource-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-devel-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-devel-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-devel-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-devel-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-devel-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-libs-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-libs-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-libs-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-libs-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-libs-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-libs-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-libs-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-libs-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-libs-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-libs-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-resource-filesystem-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-resource-filesystem-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-resource-filesystem-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-resource-filesystem-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-resource-filesystem-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-tools-extra-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-tools-extra-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-tools-extra-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-tools-extra-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-tools-extra-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-tools-extra-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-tools-extra-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-tools-extra-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-tools-extra-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:clang-tools-extra-debuginfo-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.src", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:compiler-rt-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:git-clang-format-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:git-clang-format-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:git-clang-format-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:git-clang-format-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:git-clang-format-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.src", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:libomp-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.src", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-libs-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-libs-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-libs-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-libs-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-libs-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-libs-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-libs-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-libs-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-test-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lld-test-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.src", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-debuginfo-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-debugsource-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:lldb-devel-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-0:12.0.1-2.module+el8.5.0+12488+254d2a07.src", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-debugsource-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-debugsource-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-debugsource-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-debugsource-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-debugsource-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-devel-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-devel-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-devel-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-devel-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-devel-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-devel-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-devel-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-devel-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-devel-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-devel-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-doc-0:12.0.1-2.module+el8.5.0+12488+254d2a07.noarch", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-googletest-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-googletest-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-googletest-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-googletest-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-googletest-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-libs-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-libs-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-libs-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-libs-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-libs-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-libs-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-libs-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-libs-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-libs-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-libs-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-static-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-static-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-static-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-static-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-static-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-test-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-test-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-test-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-test-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-test-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-test-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-test-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-test-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-test-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-test-debuginfo-0:12.0.1-2.module+el8.5.0+12488+254d2a07.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-toolset-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-toolset-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-toolset-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-toolset-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-toolset-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.src", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:llvm-toolset-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:python-lit-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.src", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:python3-clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:python3-clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:python3-clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:python3-clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:python3-clang-0:12.0.1-4.module+el8.5.0+13246+cefb5d4c.x86_64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:python3-lit-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.noarch", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:python3-lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.aarch64", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:python3-lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.i686", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:python3-lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.ppc64le", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:python3-lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.s390x", "AppStream-8.5.0.Z.MAIN:llvm-toolset:rhel8:8050020211110163227:c5368500:python3-lldb-0:12.0.1-1.module+el8.5.0+11871+08d0eab5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
RHSA-2021:4034
Vulnerability from csaf_redhat
Notes
{ "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 binutils is now available for Red Hat Enterprise Linux 7.7 Advanced Update Support, Red Hat Enterprise Linux 7.7 Telco Extended Update Support, and Red Hat Enterprise Linux 7.7 Update Services for SAP Solutions.\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": "The binutils packages provide a collection of binary utilities for the manipulation of object code in various object file formats. It includes the ar, as, gprof, ld, nm, objcopy, objdump, ranlib, readelf, size, strings, strip, and addr2line utilities.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in binutils in order to facilitate detection of BiDi Unicode characters:\n\nTools which display names or strings (readelf, strings, nm, objdump) have a new command line option --unicode / -U which controls how Unicode characters are handled.\n\nUsing \"--unicode=default\" will treat them as normal for the tool. This is the default behaviour when --unicode option is not used.\nUsing \"--unicode=locale\" will display them according to the current locale.\nUsing \"--unicode=hex\" will display them as hex byte values.\nUsing \"--unicode=escape\" will display them as Unicode escape sequences.\nUsing \"--unicode=highlight\" will display them as Unicode escape sequences highlighted in red, if supported by the output device.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4034", "url": "https://access.redhat.com/errata/RHSA-2021:4034" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4034.json" } ], "title": "Red Hat Security Advisory: binutils security update", "tracking": { "current_release_date": "2025-09-25T12:35:03+00:00", "generator": { "date": "2025-09-25T12:35:03+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.8" } }, "id": "RHSA-2021:4034", "initial_release_date": "2021-11-01T08:09:38+00:00", "revision_history": [ { "date": "2021-11-01T08:09:38+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-01T08:09:38+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-25T12:35:03+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 Server AUS (v. 7.7)", "product": { "name": "Red Hat Enterprise Linux Server AUS (v. 7.7)", "product_id": "7Server-7.7.AUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_aus:7.7::server" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Server E4S (v. 7.7)", "product": { "name": "Red Hat Enterprise Linux Server E4S (v. 7.7)", "product_id": "7Server-7.7.E4S", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_e4s:7.7::server" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Server TUS (v. 7.7)", "product": { "name": "Red Hat Enterprise Linux Server TUS (v. 7.7)", "product_id": "7Server-7.7.TUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_tus:7.7::server" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "binutils-0:2.27-41.base.el7_7.4.src", "product": { "name": "binutils-0:2.27-41.base.el7_7.4.src", "product_id": "binutils-0:2.27-41.base.el7_7.4.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.27-41.base.el7_7.4?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "binutils-0:2.27-41.base.el7_7.4.x86_64", "product": { "name": "binutils-0:2.27-41.base.el7_7.4.x86_64", "product_id": "binutils-0:2.27-41.base.el7_7.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.27-41.base.el7_7.4?arch=x86_64" } } }, { "category": "product_version", "name": "binutils-devel-0:2.27-41.base.el7_7.4.x86_64", "product": { "name": "binutils-devel-0:2.27-41.base.el7_7.4.x86_64", "product_id": "binutils-devel-0:2.27-41.base.el7_7.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.27-41.base.el7_7.4?arch=x86_64" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.27-41.base.el7_7.4.x86_64", "product": { "name": "binutils-debuginfo-0:2.27-41.base.el7_7.4.x86_64", "product_id": "binutils-debuginfo-0:2.27-41.base.el7_7.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.27-41.base.el7_7.4?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "binutils-devel-0:2.27-41.base.el7_7.4.i686", "product": { "name": "binutils-devel-0:2.27-41.base.el7_7.4.i686", "product_id": "binutils-devel-0:2.27-41.base.el7_7.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.27-41.base.el7_7.4?arch=i686" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.27-41.base.el7_7.4.i686", "product": { "name": "binutils-debuginfo-0:2.27-41.base.el7_7.4.i686", "product_id": "binutils-debuginfo-0:2.27-41.base.el7_7.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.27-41.base.el7_7.4?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "binutils-0:2.27-41.base.el7_7.4.ppc64le", "product": { "name": "binutils-0:2.27-41.base.el7_7.4.ppc64le", "product_id": "binutils-0:2.27-41.base.el7_7.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils@2.27-41.base.el7_7.4?arch=ppc64le" } } }, { "category": "product_version", "name": "binutils-devel-0:2.27-41.base.el7_7.4.ppc64le", "product": { "name": "binutils-devel-0:2.27-41.base.el7_7.4.ppc64le", "product_id": "binutils-devel-0:2.27-41.base.el7_7.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-devel@2.27-41.base.el7_7.4?arch=ppc64le" } } }, { "category": "product_version", "name": "binutils-debuginfo-0:2.27-41.base.el7_7.4.ppc64le", "product": { "name": "binutils-debuginfo-0:2.27-41.base.el7_7.4.ppc64le", "product_id": "binutils-debuginfo-0:2.27-41.base.el7_7.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/binutils-debuginfo@2.27-41.base.el7_7.4?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-41.base.el7_7.4.src as a component of Red Hat Enterprise Linux Server AUS (v. 7.7)", "product_id": "7Server-7.7.AUS:binutils-0:2.27-41.base.el7_7.4.src" }, "product_reference": "binutils-0:2.27-41.base.el7_7.4.src", "relates_to_product_reference": "7Server-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-41.base.el7_7.4.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.7)", "product_id": "7Server-7.7.AUS:binutils-0:2.27-41.base.el7_7.4.x86_64" }, "product_reference": "binutils-0:2.27-41.base.el7_7.4.x86_64", "relates_to_product_reference": "7Server-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-41.base.el7_7.4.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.7)", "product_id": "7Server-7.7.AUS:binutils-debuginfo-0:2.27-41.base.el7_7.4.i686" }, "product_reference": "binutils-debuginfo-0:2.27-41.base.el7_7.4.i686", "relates_to_product_reference": "7Server-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-41.base.el7_7.4.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.7)", "product_id": "7Server-7.7.AUS:binutils-debuginfo-0:2.27-41.base.el7_7.4.x86_64" }, "product_reference": "binutils-debuginfo-0:2.27-41.base.el7_7.4.x86_64", "relates_to_product_reference": "7Server-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-41.base.el7_7.4.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.7)", "product_id": "7Server-7.7.AUS:binutils-devel-0:2.27-41.base.el7_7.4.i686" }, "product_reference": "binutils-devel-0:2.27-41.base.el7_7.4.i686", "relates_to_product_reference": "7Server-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-41.base.el7_7.4.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.7)", "product_id": "7Server-7.7.AUS:binutils-devel-0:2.27-41.base.el7_7.4.x86_64" }, "product_reference": "binutils-devel-0:2.27-41.base.el7_7.4.x86_64", "relates_to_product_reference": "7Server-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-41.base.el7_7.4.ppc64le as a component of Red Hat Enterprise Linux Server E4S (v. 7.7)", "product_id": "7Server-7.7.E4S:binutils-0:2.27-41.base.el7_7.4.ppc64le" }, "product_reference": "binutils-0:2.27-41.base.el7_7.4.ppc64le", "relates_to_product_reference": "7Server-7.7.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-41.base.el7_7.4.src as a component of Red Hat Enterprise Linux Server E4S (v. 7.7)", "product_id": "7Server-7.7.E4S:binutils-0:2.27-41.base.el7_7.4.src" }, "product_reference": "binutils-0:2.27-41.base.el7_7.4.src", "relates_to_product_reference": "7Server-7.7.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-41.base.el7_7.4.x86_64 as a component of Red Hat Enterprise Linux Server E4S (v. 7.7)", "product_id": "7Server-7.7.E4S:binutils-0:2.27-41.base.el7_7.4.x86_64" }, "product_reference": "binutils-0:2.27-41.base.el7_7.4.x86_64", "relates_to_product_reference": "7Server-7.7.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-41.base.el7_7.4.i686 as a component of Red Hat Enterprise Linux Server E4S (v. 7.7)", "product_id": "7Server-7.7.E4S:binutils-debuginfo-0:2.27-41.base.el7_7.4.i686" }, "product_reference": "binutils-debuginfo-0:2.27-41.base.el7_7.4.i686", "relates_to_product_reference": "7Server-7.7.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-41.base.el7_7.4.ppc64le as a component of Red Hat Enterprise Linux Server E4S (v. 7.7)", "product_id": "7Server-7.7.E4S:binutils-debuginfo-0:2.27-41.base.el7_7.4.ppc64le" }, "product_reference": "binutils-debuginfo-0:2.27-41.base.el7_7.4.ppc64le", "relates_to_product_reference": "7Server-7.7.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-41.base.el7_7.4.x86_64 as a component of Red Hat Enterprise Linux Server E4S (v. 7.7)", "product_id": "7Server-7.7.E4S:binutils-debuginfo-0:2.27-41.base.el7_7.4.x86_64" }, "product_reference": "binutils-debuginfo-0:2.27-41.base.el7_7.4.x86_64", "relates_to_product_reference": "7Server-7.7.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-41.base.el7_7.4.i686 as a component of Red Hat Enterprise Linux Server E4S (v. 7.7)", "product_id": "7Server-7.7.E4S:binutils-devel-0:2.27-41.base.el7_7.4.i686" }, "product_reference": "binutils-devel-0:2.27-41.base.el7_7.4.i686", "relates_to_product_reference": "7Server-7.7.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-41.base.el7_7.4.ppc64le as a component of Red Hat Enterprise Linux Server E4S (v. 7.7)", "product_id": "7Server-7.7.E4S:binutils-devel-0:2.27-41.base.el7_7.4.ppc64le" }, "product_reference": "binutils-devel-0:2.27-41.base.el7_7.4.ppc64le", "relates_to_product_reference": "7Server-7.7.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-41.base.el7_7.4.x86_64 as a component of Red Hat Enterprise Linux Server E4S (v. 7.7)", "product_id": "7Server-7.7.E4S:binutils-devel-0:2.27-41.base.el7_7.4.x86_64" }, "product_reference": "binutils-devel-0:2.27-41.base.el7_7.4.x86_64", "relates_to_product_reference": "7Server-7.7.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-41.base.el7_7.4.src as a component of Red Hat Enterprise Linux Server TUS (v. 7.7)", "product_id": "7Server-7.7.TUS:binutils-0:2.27-41.base.el7_7.4.src" }, "product_reference": "binutils-0:2.27-41.base.el7_7.4.src", "relates_to_product_reference": "7Server-7.7.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-0:2.27-41.base.el7_7.4.x86_64 as a component of Red Hat Enterprise Linux Server TUS (v. 7.7)", "product_id": "7Server-7.7.TUS:binutils-0:2.27-41.base.el7_7.4.x86_64" }, "product_reference": "binutils-0:2.27-41.base.el7_7.4.x86_64", "relates_to_product_reference": "7Server-7.7.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-41.base.el7_7.4.i686 as a component of Red Hat Enterprise Linux Server TUS (v. 7.7)", "product_id": "7Server-7.7.TUS:binutils-debuginfo-0:2.27-41.base.el7_7.4.i686" }, "product_reference": "binutils-debuginfo-0:2.27-41.base.el7_7.4.i686", "relates_to_product_reference": "7Server-7.7.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-debuginfo-0:2.27-41.base.el7_7.4.x86_64 as a component of Red Hat Enterprise Linux Server TUS (v. 7.7)", "product_id": "7Server-7.7.TUS:binutils-debuginfo-0:2.27-41.base.el7_7.4.x86_64" }, "product_reference": "binutils-debuginfo-0:2.27-41.base.el7_7.4.x86_64", "relates_to_product_reference": "7Server-7.7.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-41.base.el7_7.4.i686 as a component of Red Hat Enterprise Linux Server TUS (v. 7.7)", "product_id": "7Server-7.7.TUS:binutils-devel-0:2.27-41.base.el7_7.4.i686" }, "product_reference": "binutils-devel-0:2.27-41.base.el7_7.4.i686", "relates_to_product_reference": "7Server-7.7.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "binutils-devel-0:2.27-41.base.el7_7.4.x86_64 as a component of Red Hat Enterprise Linux Server TUS (v. 7.7)", "product_id": "7Server-7.7.TUS:binutils-devel-0:2.27-41.base.el7_7.4.x86_64" }, "product_reference": "binutils-devel-0:2.27-41.base.el7_7.4.x86_64", "relates_to_product_reference": "7Server-7.7.TUS" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-7.7.AUS:binutils-0:2.27-41.base.el7_7.4.src", "7Server-7.7.AUS:binutils-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.AUS:binutils-debuginfo-0:2.27-41.base.el7_7.4.i686", "7Server-7.7.AUS:binutils-debuginfo-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.AUS:binutils-devel-0:2.27-41.base.el7_7.4.i686", "7Server-7.7.AUS:binutils-devel-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.E4S:binutils-0:2.27-41.base.el7_7.4.ppc64le", "7Server-7.7.E4S:binutils-0:2.27-41.base.el7_7.4.src", "7Server-7.7.E4S:binutils-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.E4S:binutils-debuginfo-0:2.27-41.base.el7_7.4.i686", "7Server-7.7.E4S:binutils-debuginfo-0:2.27-41.base.el7_7.4.ppc64le", "7Server-7.7.E4S:binutils-debuginfo-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.E4S:binutils-devel-0:2.27-41.base.el7_7.4.i686", "7Server-7.7.E4S:binutils-devel-0:2.27-41.base.el7_7.4.ppc64le", "7Server-7.7.E4S:binutils-devel-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.TUS:binutils-0:2.27-41.base.el7_7.4.src", "7Server-7.7.TUS:binutils-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.TUS:binutils-debuginfo-0:2.27-41.base.el7_7.4.i686", "7Server-7.7.TUS:binutils-debuginfo-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.TUS:binutils-devel-0:2.27-41.base.el7_7.4.i686", "7Server-7.7.TUS:binutils-devel-0:2.27-41.base.el7_7.4.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-01T08:09: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": [ "7Server-7.7.AUS:binutils-0:2.27-41.base.el7_7.4.src", "7Server-7.7.AUS:binutils-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.AUS:binutils-debuginfo-0:2.27-41.base.el7_7.4.i686", "7Server-7.7.AUS:binutils-debuginfo-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.AUS:binutils-devel-0:2.27-41.base.el7_7.4.i686", "7Server-7.7.AUS:binutils-devel-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.E4S:binutils-0:2.27-41.base.el7_7.4.ppc64le", "7Server-7.7.E4S:binutils-0:2.27-41.base.el7_7.4.src", "7Server-7.7.E4S:binutils-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.E4S:binutils-debuginfo-0:2.27-41.base.el7_7.4.i686", "7Server-7.7.E4S:binutils-debuginfo-0:2.27-41.base.el7_7.4.ppc64le", "7Server-7.7.E4S:binutils-debuginfo-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.E4S:binutils-devel-0:2.27-41.base.el7_7.4.i686", "7Server-7.7.E4S:binutils-devel-0:2.27-41.base.el7_7.4.ppc64le", "7Server-7.7.E4S:binutils-devel-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.TUS:binutils-0:2.27-41.base.el7_7.4.src", "7Server-7.7.TUS:binutils-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.TUS:binutils-debuginfo-0:2.27-41.base.el7_7.4.i686", "7Server-7.7.TUS:binutils-debuginfo-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.TUS:binutils-devel-0:2.27-41.base.el7_7.4.i686", "7Server-7.7.TUS:binutils-devel-0:2.27-41.base.el7_7.4.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4034" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "7Server-7.7.AUS:binutils-0:2.27-41.base.el7_7.4.src", "7Server-7.7.AUS:binutils-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.AUS:binutils-debuginfo-0:2.27-41.base.el7_7.4.i686", "7Server-7.7.AUS:binutils-debuginfo-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.AUS:binutils-devel-0:2.27-41.base.el7_7.4.i686", "7Server-7.7.AUS:binutils-devel-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.E4S:binutils-0:2.27-41.base.el7_7.4.ppc64le", "7Server-7.7.E4S:binutils-0:2.27-41.base.el7_7.4.src", "7Server-7.7.E4S:binutils-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.E4S:binutils-debuginfo-0:2.27-41.base.el7_7.4.i686", "7Server-7.7.E4S:binutils-debuginfo-0:2.27-41.base.el7_7.4.ppc64le", "7Server-7.7.E4S:binutils-debuginfo-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.E4S:binutils-devel-0:2.27-41.base.el7_7.4.i686", "7Server-7.7.E4S:binutils-devel-0:2.27-41.base.el7_7.4.ppc64le", "7Server-7.7.E4S:binutils-devel-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.TUS:binutils-0:2.27-41.base.el7_7.4.src", "7Server-7.7.TUS:binutils-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.TUS:binutils-debuginfo-0:2.27-41.base.el7_7.4.i686", "7Server-7.7.TUS:binutils-debuginfo-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.TUS:binutils-devel-0:2.27-41.base.el7_7.4.i686", "7Server-7.7.TUS:binutils-devel-0:2.27-41.base.el7_7.4.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "7Server-7.7.AUS:binutils-0:2.27-41.base.el7_7.4.src", "7Server-7.7.AUS:binutils-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.AUS:binutils-debuginfo-0:2.27-41.base.el7_7.4.i686", "7Server-7.7.AUS:binutils-debuginfo-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.AUS:binutils-devel-0:2.27-41.base.el7_7.4.i686", "7Server-7.7.AUS:binutils-devel-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.E4S:binutils-0:2.27-41.base.el7_7.4.ppc64le", "7Server-7.7.E4S:binutils-0:2.27-41.base.el7_7.4.src", "7Server-7.7.E4S:binutils-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.E4S:binutils-debuginfo-0:2.27-41.base.el7_7.4.i686", "7Server-7.7.E4S:binutils-debuginfo-0:2.27-41.base.el7_7.4.ppc64le", "7Server-7.7.E4S:binutils-debuginfo-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.E4S:binutils-devel-0:2.27-41.base.el7_7.4.i686", "7Server-7.7.E4S:binutils-devel-0:2.27-41.base.el7_7.4.ppc64le", "7Server-7.7.E4S:binutils-devel-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.TUS:binutils-0:2.27-41.base.el7_7.4.src", "7Server-7.7.TUS:binutils-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.TUS:binutils-debuginfo-0:2.27-41.base.el7_7.4.i686", "7Server-7.7.TUS:binutils-debuginfo-0:2.27-41.base.el7_7.4.x86_64", "7Server-7.7.TUS:binutils-devel-0:2.27-41.base.el7_7.4.i686", "7Server-7.7.TUS:binutils-devel-0:2.27-41.base.el7_7.4.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
rhsa-2021_4592
Vulnerability from csaf_redhat
Notes
{ "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 gcc-toolset-10-annobin 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": "Annobin provides a compiler plugin to annotate and tools to examine compiled binary files.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in annobin in order to facilitate detection of BiDi Unicode characters:\n\nThis update of annobin adds a new annocheck test to detect the presence of multibyte characters in symbol names.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4592", "url": "https://access.redhat.com/errata/RHSA-2021:4592" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4592.json" } ], "title": "Red Hat Security Advisory: gcc-toolset-10-annobin security update", "tracking": { "current_release_date": "2024-11-13T23:34:53+00:00", "generator": { "date": "2024-11-13T23:34:53+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2021:4592", "initial_release_date": "2021-11-10T09:48:51+00:00", "revision_history": [ { "date": "2021-11-10T09:48:51+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-10T09:48:51+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T23:34:53+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.5.0.Z.MAIN", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-annobin-0:9.29-1.el8_5.2.src", "product": { "name": "gcc-toolset-10-annobin-0:9.29-1.el8_5.2.src", "product_id": "gcc-toolset-10-annobin-0:9.29-1.el8_5.2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin@9.29-1.el8_5.2?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-annobin-0:9.29-1.el8_5.2.aarch64", "product": { "name": "gcc-toolset-10-annobin-0:9.29-1.el8_5.2.aarch64", "product_id": "gcc-toolset-10-annobin-0:9.29-1.el8_5.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin@9.29-1.el8_5.2?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.aarch64", "product": { "name": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.aarch64", "product_id": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin-annocheck-debuginfo@9.29-1.el8_5.2?arch=aarch64" } } }, { "category": "product_version", "name": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.aarch64", "product": { "name": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.aarch64", "product_id": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin-debuginfo@9.29-1.el8_5.2?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-annobin-0:9.29-1.el8_5.2.ppc64le", "product": { "name": "gcc-toolset-10-annobin-0:9.29-1.el8_5.2.ppc64le", "product_id": "gcc-toolset-10-annobin-0:9.29-1.el8_5.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin@9.29-1.el8_5.2?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.ppc64le", "product": { "name": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.ppc64le", "product_id": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin-annocheck-debuginfo@9.29-1.el8_5.2?arch=ppc64le" } } }, { "category": "product_version", "name": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.ppc64le", "product": { "name": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.ppc64le", "product_id": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin-debuginfo@9.29-1.el8_5.2?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-annobin-0:9.29-1.el8_5.2.x86_64", "product": { "name": "gcc-toolset-10-annobin-0:9.29-1.el8_5.2.x86_64", "product_id": "gcc-toolset-10-annobin-0:9.29-1.el8_5.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin@9.29-1.el8_5.2?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.x86_64", "product": { "name": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.x86_64", "product_id": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin-annocheck-debuginfo@9.29-1.el8_5.2?arch=x86_64" } } }, { "category": "product_version", "name": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.x86_64", "product": { "name": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.x86_64", "product_id": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin-debuginfo@9.29-1.el8_5.2?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "gcc-toolset-10-annobin-0:9.29-1.el8_5.2.s390x", "product": { "name": "gcc-toolset-10-annobin-0:9.29-1.el8_5.2.s390x", "product_id": "gcc-toolset-10-annobin-0:9.29-1.el8_5.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin@9.29-1.el8_5.2?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.s390x", "product": { "name": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.s390x", "product_id": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin-annocheck-debuginfo@9.29-1.el8_5.2?arch=s390x" } } }, { "category": "product_version", "name": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.s390x", "product": { "name": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.s390x", "product_id": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gcc-toolset-10-annobin-debuginfo@9.29-1.el8_5.2?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-0:9.29-1.el8_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-0:9.29-1.el8_5.2.aarch64" }, "product_reference": "gcc-toolset-10-annobin-0:9.29-1.el8_5.2.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-0:9.29-1.el8_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-0:9.29-1.el8_5.2.ppc64le" }, "product_reference": "gcc-toolset-10-annobin-0:9.29-1.el8_5.2.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-0:9.29-1.el8_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-0:9.29-1.el8_5.2.s390x" }, "product_reference": "gcc-toolset-10-annobin-0:9.29-1.el8_5.2.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-0:9.29-1.el8_5.2.src as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-0:9.29-1.el8_5.2.src" }, "product_reference": "gcc-toolset-10-annobin-0:9.29-1.el8_5.2.src", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-0:9.29-1.el8_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-0:9.29-1.el8_5.2.x86_64" }, "product_reference": "gcc-toolset-10-annobin-0:9.29-1.el8_5.2.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.aarch64" }, "product_reference": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.ppc64le" }, "product_reference": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.s390x" }, "product_reference": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.x86_64" }, "product_reference": "gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.aarch64" }, "product_reference": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.ppc64le" }, "product_reference": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.s390x" }, "product_reference": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.x86_64" }, "product_reference": "gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "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.5.0.Z.MAIN:gcc-toolset-10-annobin-0:9.29-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-0:9.29-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-0:9.29-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-0:9.29-1.el8_5.2.src", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-0:9.29-1.el8_5.2.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-10T09:48:51+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.5.0.Z.MAIN:gcc-toolset-10-annobin-0:9.29-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-0:9.29-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-0:9.29-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-0:9.29-1.el8_5.2.src", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-0:9.29-1.el8_5.2.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4592" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-0:9.29-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-0:9.29-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-0:9.29-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-0:9.29-1.el8_5.2.src", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-0:9.29-1.el8_5.2.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-0:9.29-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-0:9.29-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-0:9.29-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-0:9.29-1.el8_5.2.src", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-0:9.29-1.el8_5.2.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-annocheck-debuginfo-0:9.29-1.el8_5.2.x86_64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:gcc-toolset-10-annobin-debuginfo-0:9.29-1.el8_5.2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
RHSA-2021:4593
Vulnerability from csaf_redhat
Notes
{ "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 annobin 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": "Annobin provides a compiler plugin to annotate and tools to examine compiled binary files.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in annobin in order to facilitate detection of BiDi Unicode characters:\n\nThis update of annobin adds a new annocheck test to detect the presence of multibyte characters in symbol names.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4593", "url": "https://access.redhat.com/errata/RHSA-2021:4593" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4593.json" } ], "title": "Red Hat Security Advisory: annobin security update", "tracking": { "current_release_date": "2025-09-25T12:35:46+00:00", "generator": { "date": "2025-09-25T12:35:46+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.8" } }, "id": "RHSA-2021:4593", "initial_release_date": "2021-11-10T09:48:06+00:00", "revision_history": [ { "date": "2021-11-10T09:48:06+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-10T09:48:06+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-25T12:35:46+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.5.0.Z.MAIN", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "annobin-0:9.72-1.el8_5.2.src", "product": { "name": "annobin-0:9.72-1.el8_5.2.src", "product_id": "annobin-0:9.72-1.el8_5.2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin@9.72-1.el8_5.2?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "annobin-0:9.72-1.el8_5.2.aarch64", "product": { "name": "annobin-0:9.72-1.el8_5.2.aarch64", "product_id": "annobin-0:9.72-1.el8_5.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin@9.72-1.el8_5.2?arch=aarch64" } } }, { "category": "product_version", "name": "annobin-annocheck-0:9.72-1.el8_5.2.aarch64", "product": { "name": "annobin-annocheck-0:9.72-1.el8_5.2.aarch64", "product_id": "annobin-annocheck-0:9.72-1.el8_5.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-annocheck@9.72-1.el8_5.2?arch=aarch64" } } }, { "category": "product_version", "name": "annobin-debugsource-0:9.72-1.el8_5.2.aarch64", "product": { "name": "annobin-debugsource-0:9.72-1.el8_5.2.aarch64", "product_id": "annobin-debugsource-0:9.72-1.el8_5.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debugsource@9.72-1.el8_5.2?arch=aarch64" } } }, { "category": "product_version", "name": "annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.aarch64", "product": { "name": "annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.aarch64", "product_id": "annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-annocheck-debuginfo@9.72-1.el8_5.2?arch=aarch64" } } }, { "category": "product_version", "name": "annobin-debuginfo-0:9.72-1.el8_5.2.aarch64", "product": { "name": "annobin-debuginfo-0:9.72-1.el8_5.2.aarch64", "product_id": "annobin-debuginfo-0:9.72-1.el8_5.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debuginfo@9.72-1.el8_5.2?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "annobin-0:9.72-1.el8_5.2.ppc64le", "product": { "name": "annobin-0:9.72-1.el8_5.2.ppc64le", "product_id": "annobin-0:9.72-1.el8_5.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin@9.72-1.el8_5.2?arch=ppc64le" } } }, { "category": "product_version", "name": "annobin-annocheck-0:9.72-1.el8_5.2.ppc64le", "product": { "name": "annobin-annocheck-0:9.72-1.el8_5.2.ppc64le", "product_id": "annobin-annocheck-0:9.72-1.el8_5.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-annocheck@9.72-1.el8_5.2?arch=ppc64le" } } }, { "category": "product_version", "name": "annobin-debugsource-0:9.72-1.el8_5.2.ppc64le", "product": { "name": "annobin-debugsource-0:9.72-1.el8_5.2.ppc64le", "product_id": "annobin-debugsource-0:9.72-1.el8_5.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debugsource@9.72-1.el8_5.2?arch=ppc64le" } } }, { "category": "product_version", "name": "annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.ppc64le", "product": { "name": "annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.ppc64le", "product_id": "annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-annocheck-debuginfo@9.72-1.el8_5.2?arch=ppc64le" } } }, { "category": "product_version", "name": "annobin-debuginfo-0:9.72-1.el8_5.2.ppc64le", "product": { "name": "annobin-debuginfo-0:9.72-1.el8_5.2.ppc64le", "product_id": "annobin-debuginfo-0:9.72-1.el8_5.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debuginfo@9.72-1.el8_5.2?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "annobin-0:9.72-1.el8_5.2.x86_64", "product": { "name": "annobin-0:9.72-1.el8_5.2.x86_64", "product_id": "annobin-0:9.72-1.el8_5.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin@9.72-1.el8_5.2?arch=x86_64" } } }, { "category": "product_version", "name": "annobin-annocheck-0:9.72-1.el8_5.2.x86_64", "product": { "name": "annobin-annocheck-0:9.72-1.el8_5.2.x86_64", "product_id": "annobin-annocheck-0:9.72-1.el8_5.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-annocheck@9.72-1.el8_5.2?arch=x86_64" } } }, { "category": "product_version", "name": "annobin-debugsource-0:9.72-1.el8_5.2.x86_64", "product": { "name": "annobin-debugsource-0:9.72-1.el8_5.2.x86_64", "product_id": "annobin-debugsource-0:9.72-1.el8_5.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debugsource@9.72-1.el8_5.2?arch=x86_64" } } }, { "category": "product_version", "name": "annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.x86_64", "product": { "name": "annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.x86_64", "product_id": "annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-annocheck-debuginfo@9.72-1.el8_5.2?arch=x86_64" } } }, { "category": "product_version", "name": "annobin-debuginfo-0:9.72-1.el8_5.2.x86_64", "product": { "name": "annobin-debuginfo-0:9.72-1.el8_5.2.x86_64", "product_id": "annobin-debuginfo-0:9.72-1.el8_5.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debuginfo@9.72-1.el8_5.2?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "annobin-0:9.72-1.el8_5.2.s390x", "product": { "name": "annobin-0:9.72-1.el8_5.2.s390x", "product_id": "annobin-0:9.72-1.el8_5.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin@9.72-1.el8_5.2?arch=s390x" } } }, { "category": "product_version", "name": "annobin-annocheck-0:9.72-1.el8_5.2.s390x", "product": { "name": "annobin-annocheck-0:9.72-1.el8_5.2.s390x", "product_id": "annobin-annocheck-0:9.72-1.el8_5.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-annocheck@9.72-1.el8_5.2?arch=s390x" } } }, { "category": "product_version", "name": "annobin-debugsource-0:9.72-1.el8_5.2.s390x", "product": { "name": "annobin-debugsource-0:9.72-1.el8_5.2.s390x", "product_id": "annobin-debugsource-0:9.72-1.el8_5.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debugsource@9.72-1.el8_5.2?arch=s390x" } } }, { "category": "product_version", "name": "annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.s390x", "product": { "name": "annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.s390x", "product_id": "annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-annocheck-debuginfo@9.72-1.el8_5.2?arch=s390x" } } }, { "category": "product_version", "name": "annobin-debuginfo-0:9.72-1.el8_5.2.s390x", "product": { "name": "annobin-debuginfo-0:9.72-1.el8_5.2.s390x", "product_id": "annobin-debuginfo-0:9.72-1.el8_5.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/annobin-debuginfo@9.72-1.el8_5.2?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "annobin-0:9.72-1.el8_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:annobin-0:9.72-1.el8_5.2.aarch64" }, "product_reference": "annobin-0:9.72-1.el8_5.2.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-0:9.72-1.el8_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:annobin-0:9.72-1.el8_5.2.ppc64le" }, "product_reference": "annobin-0:9.72-1.el8_5.2.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-0:9.72-1.el8_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:annobin-0:9.72-1.el8_5.2.s390x" }, "product_reference": "annobin-0:9.72-1.el8_5.2.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-0:9.72-1.el8_5.2.src as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:annobin-0:9.72-1.el8_5.2.src" }, "product_reference": "annobin-0:9.72-1.el8_5.2.src", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-0:9.72-1.el8_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:annobin-0:9.72-1.el8_5.2.x86_64" }, "product_reference": "annobin-0:9.72-1.el8_5.2.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-annocheck-0:9.72-1.el8_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:annobin-annocheck-0:9.72-1.el8_5.2.aarch64" }, "product_reference": "annobin-annocheck-0:9.72-1.el8_5.2.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-annocheck-0:9.72-1.el8_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:annobin-annocheck-0:9.72-1.el8_5.2.ppc64le" }, "product_reference": "annobin-annocheck-0:9.72-1.el8_5.2.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-annocheck-0:9.72-1.el8_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:annobin-annocheck-0:9.72-1.el8_5.2.s390x" }, "product_reference": "annobin-annocheck-0:9.72-1.el8_5.2.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-annocheck-0:9.72-1.el8_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:annobin-annocheck-0:9.72-1.el8_5.2.x86_64" }, "product_reference": "annobin-annocheck-0:9.72-1.el8_5.2.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.aarch64" }, "product_reference": "annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.ppc64le" }, "product_reference": "annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.s390x" }, "product_reference": "annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.x86_64" }, "product_reference": "annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debuginfo-0:9.72-1.el8_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:annobin-debuginfo-0:9.72-1.el8_5.2.aarch64" }, "product_reference": "annobin-debuginfo-0:9.72-1.el8_5.2.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debuginfo-0:9.72-1.el8_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:annobin-debuginfo-0:9.72-1.el8_5.2.ppc64le" }, "product_reference": "annobin-debuginfo-0:9.72-1.el8_5.2.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debuginfo-0:9.72-1.el8_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:annobin-debuginfo-0:9.72-1.el8_5.2.s390x" }, "product_reference": "annobin-debuginfo-0:9.72-1.el8_5.2.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debuginfo-0:9.72-1.el8_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:annobin-debuginfo-0:9.72-1.el8_5.2.x86_64" }, "product_reference": "annobin-debuginfo-0:9.72-1.el8_5.2.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debugsource-0:9.72-1.el8_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:annobin-debugsource-0:9.72-1.el8_5.2.aarch64" }, "product_reference": "annobin-debugsource-0:9.72-1.el8_5.2.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debugsource-0:9.72-1.el8_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:annobin-debugsource-0:9.72-1.el8_5.2.ppc64le" }, "product_reference": "annobin-debugsource-0:9.72-1.el8_5.2.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debugsource-0:9.72-1.el8_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:annobin-debugsource-0:9.72-1.el8_5.2.s390x" }, "product_reference": "annobin-debugsource-0:9.72-1.el8_5.2.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "annobin-debugsource-0:9.72-1.el8_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:annobin-debugsource-0:9.72-1.el8_5.2.x86_64" }, "product_reference": "annobin-debugsource-0:9.72-1.el8_5.2.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "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.5.0.Z.MAIN:annobin-0:9.72-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:annobin-0:9.72-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:annobin-0:9.72-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:annobin-0:9.72-1.el8_5.2.src", "AppStream-8.5.0.Z.MAIN:annobin-0:9.72-1.el8_5.2.x86_64", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-0:9.72-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-0:9.72-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-0:9.72-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-0:9.72-1.el8_5.2.x86_64", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.x86_64", "AppStream-8.5.0.Z.MAIN:annobin-debuginfo-0:9.72-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:annobin-debuginfo-0:9.72-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:annobin-debuginfo-0:9.72-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:annobin-debuginfo-0:9.72-1.el8_5.2.x86_64", "AppStream-8.5.0.Z.MAIN:annobin-debugsource-0:9.72-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:annobin-debugsource-0:9.72-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:annobin-debugsource-0:9.72-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:annobin-debugsource-0:9.72-1.el8_5.2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-10T09:48:06+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.5.0.Z.MAIN:annobin-0:9.72-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:annobin-0:9.72-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:annobin-0:9.72-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:annobin-0:9.72-1.el8_5.2.src", "AppStream-8.5.0.Z.MAIN:annobin-0:9.72-1.el8_5.2.x86_64", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-0:9.72-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-0:9.72-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-0:9.72-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-0:9.72-1.el8_5.2.x86_64", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.x86_64", "AppStream-8.5.0.Z.MAIN:annobin-debuginfo-0:9.72-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:annobin-debuginfo-0:9.72-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:annobin-debuginfo-0:9.72-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:annobin-debuginfo-0:9.72-1.el8_5.2.x86_64", "AppStream-8.5.0.Z.MAIN:annobin-debugsource-0:9.72-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:annobin-debugsource-0:9.72-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:annobin-debugsource-0:9.72-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:annobin-debugsource-0:9.72-1.el8_5.2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4593" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "AppStream-8.5.0.Z.MAIN:annobin-0:9.72-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:annobin-0:9.72-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:annobin-0:9.72-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:annobin-0:9.72-1.el8_5.2.src", "AppStream-8.5.0.Z.MAIN:annobin-0:9.72-1.el8_5.2.x86_64", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-0:9.72-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-0:9.72-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-0:9.72-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-0:9.72-1.el8_5.2.x86_64", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.x86_64", "AppStream-8.5.0.Z.MAIN:annobin-debuginfo-0:9.72-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:annobin-debuginfo-0:9.72-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:annobin-debuginfo-0:9.72-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:annobin-debuginfo-0:9.72-1.el8_5.2.x86_64", "AppStream-8.5.0.Z.MAIN:annobin-debugsource-0:9.72-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:annobin-debugsource-0:9.72-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:annobin-debugsource-0:9.72-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:annobin-debugsource-0:9.72-1.el8_5.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.5.0.Z.MAIN:annobin-0:9.72-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:annobin-0:9.72-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:annobin-0:9.72-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:annobin-0:9.72-1.el8_5.2.src", "AppStream-8.5.0.Z.MAIN:annobin-0:9.72-1.el8_5.2.x86_64", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-0:9.72-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-0:9.72-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-0:9.72-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-0:9.72-1.el8_5.2.x86_64", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:annobin-annocheck-debuginfo-0:9.72-1.el8_5.2.x86_64", "AppStream-8.5.0.Z.MAIN:annobin-debuginfo-0:9.72-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:annobin-debuginfo-0:9.72-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:annobin-debuginfo-0:9.72-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:annobin-debuginfo-0:9.72-1.el8_5.2.x86_64", "AppStream-8.5.0.Z.MAIN:annobin-debugsource-0:9.72-1.el8_5.2.aarch64", "AppStream-8.5.0.Z.MAIN:annobin-debugsource-0:9.72-1.el8_5.2.ppc64le", "AppStream-8.5.0.Z.MAIN:annobin-debugsource-0:9.72-1.el8_5.2.s390x", "AppStream-8.5.0.Z.MAIN:annobin-debugsource-0:9.72-1.el8_5.2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
RHSA-2021:4729
Vulnerability from csaf_redhat
Notes
{ "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 devtoolset-11-annobin is now available for Red Hat Software Collections.\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": "Annobin provides a compiler plugin to annotate and tools to examine compiled binary files.\n\nSecurity Fix(es):\n\n* Developer environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)\n\nThe following changes were introduced in annobin in order to facilitate detection of BiDi Unicode characters:\n\nThis update of annobin adds a new annocheck test to detect the presence of multibyte characters in symbol names.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:4729", "url": "https://access.redhat.com/errata/RHSA-2021:4729" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4729.json" } ], "title": "Red Hat Security Advisory: devtoolset-11-annobin security update", "tracking": { "current_release_date": "2025-09-25T12:36:00+00:00", "generator": { "date": "2025-09-25T12:36:00+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.8" } }, "id": "RHSA-2021:4729", "initial_release_date": "2021-11-18T10:04:42+00:00", "revision_history": [ { "date": "2021-11-18T10:04:42+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-18T10:04:42+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-25T12:36:00+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Software Collections for RHEL Workstation(v. 7)", "product": { "name": "Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for RHEL(v. 7)", "product": { "name": "Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } } ], "category": "product_family", "name": "Red Hat Software Collections" }, { "branches": [ { "category": "product_version", "name": "devtoolset-11-annobin-0:9.82-1.el7.1.src", "product": { "name": "devtoolset-11-annobin-0:9.82-1.el7.1.src", "product_id": "devtoolset-11-annobin-0:9.82-1.el7.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-annobin@9.82-1.el7.1?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.x86_64", "product": { "name": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.x86_64", "product_id": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-annobin-annocheck@9.82-1.el7.1?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.x86_64", "product": { "name": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.x86_64", "product_id": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-annobin-plugin-gcc@9.82-1.el7.1?arch=x86_64" } } }, { "category": "product_version", "name": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.x86_64", "product": { "name": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.x86_64", "product_id": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-annobin-debuginfo@9.82-1.el7.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "devtoolset-11-annobin-docs-0:9.82-1.el7.1.noarch", "product": { "name": "devtoolset-11-annobin-docs-0:9.82-1.el7.1.noarch", "product_id": "devtoolset-11-annobin-docs-0:9.82-1.el7.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-annobin-docs@9.82-1.el7.1?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.s390x", "product": { "name": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.s390x", "product_id": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-annobin-annocheck@9.82-1.el7.1?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.s390x", "product": { "name": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.s390x", "product_id": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-annobin-plugin-gcc@9.82-1.el7.1?arch=s390x" } } }, { "category": "product_version", "name": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.s390x", "product": { "name": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.s390x", "product_id": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-annobin-debuginfo@9.82-1.el7.1?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64", "product": { "name": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64", "product_id": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-annobin-annocheck@9.82-1.el7.1?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64", "product": { "name": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64", "product_id": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-annobin-plugin-gcc@9.82-1.el7.1?arch=ppc64" } } }, { "category": "product_version", "name": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64", "product": { "name": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64", "product_id": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-annobin-debuginfo@9.82-1.el7.1?arch=ppc64" } } } ], "category": "architecture", "name": "ppc64" }, { "branches": [ { "category": "product_version", "name": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64le", "product": { "name": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64le", "product_id": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-annobin-annocheck@9.82-1.el7.1?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64le", "product": { "name": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64le", "product_id": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-annobin-plugin-gcc@9.82-1.el7.1?arch=ppc64le" } } }, { "category": "product_version", "name": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64le", "product": { "name": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64le", "product_id": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/devtoolset-11-annobin-debuginfo@9.82-1.el7.1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-0:9.82-1.el7.1.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-0:9.82-1.el7.1.src" }, "product_reference": "devtoolset-11-annobin-0:9.82-1.el7.1.src", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64" }, "product_reference": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64le" }, "product_reference": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.s390x" }, "product_reference": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.x86_64" }, "product_reference": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64" }, "product_reference": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64le" }, "product_reference": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.s390x" }, "product_reference": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.x86_64" }, "product_reference": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-docs-0:9.82-1.el7.1.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-docs-0:9.82-1.el7.1.noarch" }, "product_reference": "devtoolset-11-annobin-docs-0:9.82-1.el7.1.noarch", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64" }, "product_reference": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64le" }, "product_reference": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.s390x" }, "product_reference": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.x86_64" }, "product_reference": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-0:9.82-1.el7.1.src as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-annobin-0:9.82-1.el7.1.src" }, "product_reference": "devtoolset-11-annobin-0:9.82-1.el7.1.src", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64" }, "product_reference": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64le" }, "product_reference": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.s390x" }, "product_reference": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.x86_64" }, "product_reference": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64" }, "product_reference": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64le" }, "product_reference": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.s390x" }, "product_reference": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.x86_64" }, "product_reference": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-docs-0:9.82-1.el7.1.noarch as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-annobin-docs-0:9.82-1.el7.1.noarch" }, "product_reference": "devtoolset-11-annobin-docs-0:9.82-1.el7.1.noarch", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64" }, "product_reference": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64le" }, "product_reference": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.s390x" }, "product_reference": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.x86_64" }, "product_reference": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-0:9.82-1.el7.1.src as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-annobin-0:9.82-1.el7.1.src" }, "product_reference": "devtoolset-11-annobin-0:9.82-1.el7.1.src", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64" }, "product_reference": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64le" }, "product_reference": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.s390x" }, "product_reference": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.x86_64" }, "product_reference": "devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64" }, "product_reference": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64le" }, "product_reference": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.s390x" }, "product_reference": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.x86_64" }, "product_reference": "devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-docs-0:9.82-1.el7.1.noarch as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-annobin-docs-0:9.82-1.el7.1.noarch" }, "product_reference": "devtoolset-11-annobin-docs-0:9.82-1.el7.1.noarch", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64" }, "product_reference": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64le" }, "product_reference": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.s390x" }, "product_reference": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.x86_64" }, "product_reference": "devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Nicholas Boucher and Ross Anderson" ], "organization": "University of Cambridge" } ], "cve": "CVE-2021-42574", "cwe": { "id": "CWE-838", "name": "Inappropriate Encoding for Output Context" }, "discovery_date": "2021-09-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2005819" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. An attacker could exploit this to deceive a human reviewer by creating a malicious patch containing well placed BiDi characters. The special handling and rendering of those characters can be then used in an attempt to hide unexpected and potentially dangerous behaviour from the reviewer.", "title": "Vulnerability description" }, { "category": "summary", "text": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw with the way Unicode standards are implemented in the context of development environments, which have specialized requirements for rendering text. This is not a flaw in Red Hat products.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-0:9.82-1.el7.1.src", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-docs-0:9.82-1.el7.1.noarch", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.x86_64", "7Server-RHSCL-3.8:devtoolset-11-annobin-0:9.82-1.el7.1.src", "7Server-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64", "7Server-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.s390x", "7Server-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.x86_64", "7Server-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64", "7Server-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.s390x", "7Server-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.x86_64", "7Server-RHSCL-3.8:devtoolset-11-annobin-docs-0:9.82-1.el7.1.noarch", "7Server-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64", "7Server-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.s390x", "7Server-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-0:9.82-1.el7.1.src", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-docs-0:9.82-1.el7.1.noarch", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "RHBZ#2005819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005819" }, { "category": "external", "summary": "RHSB-2021-007", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-007" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42574" }, { "category": "external", "summary": "https://trojansource.codes/", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/", "url": "https://www.lightbluetouchpaper.org/2021/11/01/trojan-source-invisible-vulnerabilities/" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing", "url": "https://www.unicode.org/reports/tr36/#Bidirectional_Text_Spoofing" }, { "category": "external", "summary": "https://www.unicode.org/reports/tr39/", "url": "https://www.unicode.org/reports/tr39/" } ], "release_date": "2021-11-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-11-18T10:04:42+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-0:9.82-1.el7.1.src", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-docs-0:9.82-1.el7.1.noarch", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.x86_64", "7Server-RHSCL-3.8:devtoolset-11-annobin-0:9.82-1.el7.1.src", "7Server-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64", "7Server-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.s390x", "7Server-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.x86_64", "7Server-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64", "7Server-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.s390x", "7Server-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.x86_64", "7Server-RHSCL-3.8:devtoolset-11-annobin-docs-0:9.82-1.el7.1.noarch", "7Server-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64", "7Server-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.s390x", "7Server-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-0:9.82-1.el7.1.src", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-docs-0:9.82-1.el7.1.noarch", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:4729" }, { "category": "workaround", "details": "This issue can be mitigated by ensuring code commits get a proper review. All new commits can also be scanned for the presence of BiDi characters before accepting the commit.", "product_ids": [ "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-0:9.82-1.el7.1.src", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-docs-0:9.82-1.el7.1.noarch", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.x86_64", "7Server-RHSCL-3.8:devtoolset-11-annobin-0:9.82-1.el7.1.src", "7Server-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64", "7Server-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.s390x", "7Server-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.x86_64", "7Server-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64", "7Server-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.s390x", "7Server-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.x86_64", "7Server-RHSCL-3.8:devtoolset-11-annobin-docs-0:9.82-1.el7.1.noarch", "7Server-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64", "7Server-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.s390x", "7Server-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-0:9.82-1.el7.1.src", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-docs-0:9.82-1.el7.1.noarch", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-0:9.82-1.el7.1.src", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.x86_64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-docs-0:9.82-1.el7.1.noarch", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64le", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.s390x", "7Server-RHSCL-3.8-7.7.Z:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.x86_64", "7Server-RHSCL-3.8:devtoolset-11-annobin-0:9.82-1.el7.1.src", "7Server-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64", "7Server-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.s390x", "7Server-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.x86_64", "7Server-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64", "7Server-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.s390x", "7Server-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.x86_64", "7Server-RHSCL-3.8:devtoolset-11-annobin-docs-0:9.82-1.el7.1.noarch", "7Server-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64", "7Server-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64le", "7Server-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.s390x", "7Server-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-0:9.82-1.el7.1.src", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-annocheck-0:9.82-1.el7.1.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-debuginfo-0:9.82-1.el7.1.x86_64", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-docs-0:9.82-1.el7.1.noarch", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.ppc64le", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.s390x", "7Workstation-RHSCL-3.8:devtoolset-11-annobin-plugin-gcc-0:9.82-1.el7.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "environment: Unicode\u0027s bidirectional (BiDi) override characters can cause trojan source attacks" } ] }
gsd-2021-42574
Vulnerability from gsd
{ "GSD": { "alias": "CVE-2021-42574", "description": "An issue was discovered in the Bidirectional Algorithm in the Unicode Specification through 14.0. It permits the visual reordering of characters via control sequences, which can be used to craft source code that renders different logic than the logical ordering of tokens ingested by compilers and interpreters. Adversaries can leverage this to encode source code for compilers accepting Unicode such that targeted vulnerabilities are introduced invisibly to human reviewers.", "id": "GSD-2021-42574", "references": [ "https://www.suse.com/security/cve/CVE-2021-42574.html", "https://access.redhat.com/errata/RHSA-2021:4743", "https://access.redhat.com/errata/RHSA-2021:4730", "https://access.redhat.com/errata/RHSA-2021:4729", "https://access.redhat.com/errata/RHSA-2021:4724", "https://access.redhat.com/errata/RHSA-2021:4723", "https://access.redhat.com/errata/RHSA-2021:4694", "https://access.redhat.com/errata/RHSA-2021:4669", "https://access.redhat.com/errata/RHSA-2021:4649", "https://access.redhat.com/errata/RHSA-2021:4602", "https://access.redhat.com/errata/RHSA-2021:4601", "https://access.redhat.com/errata/RHSA-2021:4600", "https://access.redhat.com/errata/RHSA-2021:4599", "https://access.redhat.com/errata/RHSA-2021:4598", "https://access.redhat.com/errata/RHSA-2021:4596", "https://access.redhat.com/errata/RHSA-2021:4595", "https://access.redhat.com/errata/RHSA-2021:4594", "https://access.redhat.com/errata/RHSA-2021:4593", "https://access.redhat.com/errata/RHSA-2021:4592", "https://access.redhat.com/errata/RHSA-2021:4591", "https://access.redhat.com/errata/RHSA-2021:4590", "https://access.redhat.com/errata/RHSA-2021:4589", "https://access.redhat.com/errata/RHSA-2021:4588", "https://access.redhat.com/errata/RHSA-2021:4587", "https://access.redhat.com/errata/RHSA-2021:4586", "https://access.redhat.com/errata/RHSA-2021:4585", "https://access.redhat.com/errata/RHSA-2021:4039", "https://access.redhat.com/errata/RHSA-2021:4038", "https://access.redhat.com/errata/RHSA-2021:4037", "https://access.redhat.com/errata/RHSA-2021:4036", "https://access.redhat.com/errata/RHSA-2021:4035", "https://access.redhat.com/errata/RHSA-2021:4034", "https://access.redhat.com/errata/RHSA-2021:4033", "https://advisories.mageia.org/CVE-2021-42574.html", "https://security.archlinux.org/CVE-2021-42574", "https://linux.oracle.com/cve/CVE-2021-42574.html" ] }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2021-42574" ], "details": "** DISPUTED ** An issue was discovered in the Bidirectional Algorithm in the Unicode Specification through 14.0. It permits the visual reordering of characters via control sequences, which can be used to craft source code that renders different logic than the logical ordering of tokens ingested by compilers and interpreters. Adversaries can leverage this to encode source code for compilers accepting Unicode such that targeted vulnerabilities are introduced invisibly to human reviewers. NOTE: the Unicode Consortium offers the following alternative approach to presenting this concern. An issue is noted in the nature of international text that can affect applications that implement support for The Unicode Standard and the Unicode Bidirectional Algorithm (all versions). Due to text display behavior when text includes left-to-right and right-to-left characters, the visual order of tokens may be different from their logical order. Additionally, control characters needed to fully support the requirements of bidirectional text can further obfuscate the logical order of tokens. Unless mitigated, an adversary could craft source code such that the ordering of tokens perceived by human reviewers does not match what will be processed by a compiler/interpreter/etc. The Unicode Consortium has documented this class of vulnerability in its document, Unicode Technical Report #36, Unicode Security Considerations. The Unicode Consortium also provides guidance on mitigations for this class of issues in Unicode Technical Standard #39, Unicode Security Mechanisms, and in Unicode Standard Annex #31, Unicode Identifier and Pattern Syntax. Also, the BIDI specification allows applications to tailor the implementation in ways that can mitigate misleading visual reordering in program text; see HL4 in Unicode Standard Annex #9, Unicode Bidirectional Algorithm.", "id": "GSD-2021-42574", "modified": "2023-12-13T01:23:06.168038Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2021-42574", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "n/a", "version": { "version_data": [ { "version_value": "n/a" } ] } } ] }, "vendor_name": "n/a" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "** DISPUTED ** An issue was discovered in the Bidirectional Algorithm in the Unicode Specification through 14.0. It permits the visual reordering of characters via control sequences, which can be used to craft source code that renders different logic than the logical ordering of tokens ingested by compilers and interpreters. Adversaries can leverage this to encode source code for compilers accepting Unicode such that targeted vulnerabilities are introduced invisibly to human reviewers. NOTE: the Unicode Consortium offers the following alternative approach to presenting this concern. An issue is noted in the nature of international text that can affect applications that implement support for The Unicode Standard and the Unicode Bidirectional Algorithm (all versions). Due to text display behavior when text includes left-to-right and right-to-left characters, the visual order of tokens may be different from their logical order. Additionally, control characters needed to fully support the requirements of bidirectional text can further obfuscate the logical order of tokens. Unless mitigated, an adversary could craft source code such that the ordering of tokens perceived by human reviewers does not match what will be processed by a compiler/interpreter/etc. The Unicode Consortium has documented this class of vulnerability in its document, Unicode Technical Report #36, Unicode Security Considerations. The Unicode Consortium also provides guidance on mitigations for this class of issues in Unicode Technical Standard #39, Unicode Security Mechanisms, and in Unicode Standard Annex #31, Unicode Identifier and Pattern Syntax. Also, the BIDI specification allows applications to tailor the implementation in ways that can mitigate misleading visual reordering in program text; see HL4 in Unicode Standard Annex #9, Unicode Bidirectional Algorithm." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "references": { "reference_data": [ { "name": "http://www.unicode.org/versions/Unicode14.0.0/", "refsource": "MISC", "url": "http://www.unicode.org/versions/Unicode14.0.0/" }, { "name": "https://trojansource.codes", "refsource": "MISC", "url": "https://trojansource.codes" }, { "name": "[oss-security] 20211101 CVE-2021-42574: rustc 1.56.0 and bidirectional-override codepoints in source code", "refsource": "MLIST", "url": "http://www.openwall.com/lists/oss-security/2021/11/01/1" }, { "name": "[oss-security] 20211101 Re: CVE-2021-42574: rustc 1.56.0 and bidirectional-override codepoints in source code", "refsource": "MLIST", "url": "http://www.openwall.com/lists/oss-security/2021/11/01/4" }, { "name": "[oss-security] 20211101 Trojan Source Attacks", "refsource": "MLIST", "url": "http://www.openwall.com/lists/oss-security/2021/11/01/6" }, { "name": "[oss-security] 20211102 Re: CVE-2021-42574: rustc 1.56.0 and bidirectional-override codepoints in source code", "refsource": "MLIST", "url": "http://www.openwall.com/lists/oss-security/2021/11/01/5" }, { "name": "[oss-security] 20211102 Re: Trojan Source Attacks", "refsource": "MLIST", "url": "http://www.openwall.com/lists/oss-security/2021/11/02/10" }, { "name": "FEDORA-2021-0578e23912", "refsource": "FEDORA", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QUPA37D57VPTDLSXOOGF4UXUEADOC4PQ/" }, { "name": "FEDORA-2021-7ad3a01f6a", "refsource": "FEDORA", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/LQNTFF24ROHLVPLUOEISBN3F7QM27L4U/" }, { "name": "VU#999008", "refsource": "CERT-VN", "url": "https://www.kb.cert.org/vuls/id/999008" }, { "name": "FEDORA-2021-443139f67c", "refsource": "FEDORA", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/IH2RG5YTR6ZZOLUV3EUPZEIJR7XHJLVD/" }, { "name": "https://www.scyon.nl/post/trojans-in-your-source-code", "refsource": "MISC", "url": "https://www.scyon.nl/post/trojans-in-your-source-code" }, { "name": "https://www.unicode.org/reports/tr36/", "refsource": "MISC", "url": "https://www.unicode.org/reports/tr36/" }, { "name": "https://www.unicode.org/reports/tr39/", "refsource": "MISC", "url": "https://www.unicode.org/reports/tr39/" }, { "name": "https://www.unicode.org/reports/tr31/", "refsource": "MISC", "url": "https://www.unicode.org/reports/tr31/" }, { "name": "https://www.unicode.org/reports/tr9/tr9-44.html#HL4", "refsource": "MISC", "url": "https://www.unicode.org/reports/tr9/tr9-44.html#HL4" }, { "name": "https://www.starwindsoftware.com/security/sw-20220804-0002/", "refsource": "MISC", "url": "https://www.starwindsoftware.com/security/sw-20220804-0002/" }, { "name": "GLSA-202210-09", "refsource": "GENTOO", "url": "https://security.gentoo.org/glsa/202210-09" } ] } }, "nvd.nist.gov": { "cve": { "configurations": [ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:unicode:unicode:*:*:*:*:*:*:*:*", "matchCriteriaId": "FAB64729-AF3D-46C0-B3B9-1588B46C524A", "versionEndExcluding": "14.0.0", "vulnerable": true } ], "negate": false, "operator": "OR" } ] }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:fedoraproject:fedora:33:*:*:*:*:*:*:*", "matchCriteriaId": "E460AA51-FCDA-46B9-AE97-E6676AA5E194", "vulnerable": true }, { "criteria": "cpe:2.3:o:fedoraproject:fedora:34:*:*:*:*:*:*:*", "matchCriteriaId": "A930E247-0B43-43CB-98FF-6CE7B8189835", "vulnerable": true }, { "criteria": "cpe:2.3:o:fedoraproject:fedora:35:*:*:*:*:*:*:*", "matchCriteriaId": "80E516C0-98A4-4ADE-B69F-66A772E2BAAA", "vulnerable": true } ], "negate": false, "operator": "OR" } ] }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:starwindsoftware:starwind_virtual_san:v8r13:14398:*:*:*:*:*:*", "matchCriteriaId": "DE49F316-C502-4D7A-AA70-D7745AEDAA93", "vulnerable": true } ], "negate": false, "operator": "OR" } ] } ], "descriptions": [ { "lang": "en", "value": "An issue was discovered in the Bidirectional Algorithm in the Unicode Specification through 14.0. It permits the visual reordering of characters via control sequences, which can be used to craft source code that renders different logic than the logical ordering of tokens ingested by compilers and interpreters. Adversaries can leverage this to encode source code for compilers accepting Unicode such that targeted vulnerabilities are introduced invisibly to human reviewers. NOTE: the Unicode Consortium offers the following alternative approach to presenting this concern. An issue is noted in the nature of international text that can affect applications that implement support for The Unicode Standard and the Unicode Bidirectional Algorithm (all versions). Due to text display behavior when text includes left-to-right and right-to-left characters, the visual order of tokens may be different from their logical order. Additionally, control characters needed to fully support the requirements of bidirectional text can further obfuscate the logical order of tokens. Unless mitigated, an adversary could craft source code such that the ordering of tokens perceived by human reviewers does not match what will be processed by a compiler/interpreter/etc. The Unicode Consortium has documented this class of vulnerability in its document, Unicode Technical Report #36, Unicode Security Considerations. The Unicode Consortium also provides guidance on mitigations for this class of issues in Unicode Technical Standard #39, Unicode Security Mechanisms, and in Unicode Standard Annex #31, Unicode Identifier and Pattern Syntax. Also, the BIDI specification allows applications to tailor the implementation in ways that can mitigate misleading visual reordering in program text; see HL4 in Unicode Standard Annex #9, Unicode Bidirectional Algorithm." }, { "lang": "es", "value": "** EN DISPUTA** Se ha detectado un problema en el algoritmo bidireccional de la especificaci\u00f3n Unicode hasta la versi\u00f3n 14.0. Permite la reordenaci\u00f3n visual de los caracteres a trav\u00e9s de secuencias de control, lo que puede ser utilizado para crear c\u00f3digo fuente que se traduce en una l\u00f3gica diferente a la ordenaci\u00f3n l\u00f3gica de los tokens ingeridos por los compiladores e int\u00e9rpretes. Los adversarios pueden aprovechar esto para codificar el c\u00f3digo fuente de los compiladores que aceptan Unicode, de manera que las vulnerabilidades objetivo se introduzcan de forma invisible para los revisores humanos. NOTA: el Consorcio Unicode ofrece el siguiente enfoque alternativo para presentar esta preocupaci\u00f3n. Se observa un problema en la naturaleza del texto internacional que puede afectar a las aplicaciones que implementan la compatibilidad con el est\u00e1ndar Unicode y el algoritmo bidireccional Unicode (todas las versiones). Debido al comportamiento de la visualizaci\u00f3n del texto cuando \u00e9ste incluye caracteres de izquierda a derecha y de derecha a izquierda, el orden visual de los tokens puede ser diferente de su orden l\u00f3gico. Adem\u00e1s, los caracteres de control necesarios para cumplir los requisitos del texto bidireccional pueden ofuscar a\u00fan m\u00e1s el orden l\u00f3gico de las fichas. A menos que se mitigue, un adversario podr\u00eda elaborar el c\u00f3digo fuente de tal manera que el orden de los tokens percibido por los revisores humanos no coincida con el que ser\u00e1 procesado por un compilador/interpretador/etc. El Consorcio Unicode ha documentado esta clase de vulnerabilidad en su documento, Informe T\u00e9cnico de Unicode #36, Consideraciones de Seguridad de Unicode. El Consorcio Unicode tambi\u00e9n proporciona orientaci\u00f3n sobre las mitigaciones para esta clase de problemas en la Norma T\u00e9cnica de Unicode #39, Mecanismos de Seguridad de Unicode, y en el Anexo de la Norma de Unicode #31, Identificador de Unicode y Sintaxis de Patrones. Adem\u00e1s, la especificaci\u00f3n BIDI permite a las aplicaciones adaptar la implementaci\u00f3n de manera que pueda mitigar la reordenaci\u00f3n visual enga\u00f1osa en el texto del programa; v\u00e9ase HL4 en el Anexo #9 del Est\u00e1ndar Unicode, Algoritmo Bidireccional Unicode." } ], "id": "CVE-2021-42574", "lastModified": "2024-04-11T01:13:06.963", "metrics": { "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "HIGH", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 5.1, "confidentialityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:H/Au:N/C:P/I:P/A:P", "version": "2.0" }, "exploitabilityScore": 4.9, "impactScore": 6.4, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "nvd@nist.gov", "type": "Primary", "userInteractionRequired": true } ], "cvssMetricV31": [ { "cvssData": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.3, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H", "version": "3.1" }, "exploitabilityScore": 1.6, "impactScore": 6.0, "source": "nvd@nist.gov", "type": "Primary" } ] }, "published": "2021-11-01T04:15:07.970", "references": [ { "source": "cve@mitre.org", "tags": [ "Exploit", "Mailing List", "Mitigation", "Third Party Advisory" ], "url": "http://www.openwall.com/lists/oss-security/2021/11/01/1" }, { "source": "cve@mitre.org", "tags": [ "Exploit", "Mailing List", "Third Party Advisory" ], "url": "http://www.openwall.com/lists/oss-security/2021/11/01/4" }, { "source": "cve@mitre.org", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "http://www.openwall.com/lists/oss-security/2021/11/01/5" }, { "source": "cve@mitre.org", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "http://www.openwall.com/lists/oss-security/2021/11/01/6" }, { "source": "cve@mitre.org", "tags": [ "Mailing List" ], "url": "http://www.openwall.com/lists/oss-security/2021/11/02/10" }, { "source": "cve@mitre.org", "tags": [ "Release Notes", "Vendor Advisory" ], "url": "http://www.unicode.org/versions/Unicode14.0.0/" }, { "source": "cve@mitre.org", "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/IH2RG5YTR6ZZOLUV3EUPZEIJR7XHJLVD/" }, { "source": "cve@mitre.org", "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/LQNTFF24ROHLVPLUOEISBN3F7QM27L4U/" }, { "source": "cve@mitre.org", "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/QUPA37D57VPTDLSXOOGF4UXUEADOC4PQ/" }, { "source": "cve@mitre.org", "tags": [ "Third Party Advisory" ], "url": "https://security.gentoo.org/glsa/202210-09" }, { "source": "cve@mitre.org", "tags": [ "Exploit", "Technical Description", "Third Party Advisory" ], "url": "https://trojansource.codes" }, { "source": "cve@mitre.org", "tags": [ "Third Party Advisory", "US Government Resource" ], "url": "https://www.kb.cert.org/vuls/id/999008" }, { "source": "cve@mitre.org", "tags": [ "Exploit", "Mitigation", "Third Party Advisory" ], "url": "https://www.scyon.nl/post/trojans-in-your-source-code" }, { "source": "cve@mitre.org", "tags": [ "Third Party Advisory" ], "url": "https://www.starwindsoftware.com/security/sw-20220804-0002/" }, { "source": "cve@mitre.org", "tags": [ "Technical Description", "Vendor Advisory" ], "url": "https://www.unicode.org/reports/tr31/" }, { "source": "cve@mitre.org", "tags": [ "Technical Description", "Vendor Advisory" ], "url": "https://www.unicode.org/reports/tr36/" }, { "source": "cve@mitre.org", "tags": [ "Technical Description", "Vendor Advisory" ], "url": "https://www.unicode.org/reports/tr39/" }, { "source": "cve@mitre.org", "tags": [ "Technical Description", "Vendor Advisory" ], "url": "https://www.unicode.org/reports/tr9/tr9-44.html#HL4" } ], "sourceIdentifier": "cve@mitre.org", "vulnStatus": "Modified", "weaknesses": [ { "description": [ { "lang": "en", "value": "CWE-94" } ], "source": "nvd@nist.gov", "type": "Primary" } ] } } } }
CERTFR-2023-AVI-0051
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans les produits Juniper. Certaines d'entre elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur, une exécution de code arbitraire à distance et un déni de service à distance.
Solution
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
NoneVendor | Product | Description | ||
---|---|---|---|---|
N/A | N/A | NorthStar Controller versions antérieures à 6.2.3 | ||
Juniper Networks | N/A | Contrail Cloud versions antérieures à 13.7.0 | ||
Juniper Networks | Junos OS Evolved | Junos OS Evolved versions antérieures à 19.2R3-EVO, 19.3R3-EVO, 19.4R3-EVO, 20.1R3-EVO, 20.2R2-EVO, 20.3R1-EVO, 20.4R2-EVO, 20.4R3-S3-EVO, 20.4R3-S4-EVO, 21.1R2-EVO, 21.2R1-EVO, 21.2R3-S4-EVO, 21.3R2-EVO, 21.3R3-EVO, 21.3R3-S1-EVO, 21.4R1-EVO, 21.4R2-EVO, 21.4R2-S1-EVO, 21.4R2-S2-EVO, 21.4R3-EVO, 22.1R1-EVO, 22.1R1-S2-EVO, 22.1R2-EVO, 22.1R3-EVO, 22.2R1-EVO, 22.2R1-S1-EVO, 22.2R2-EVO et 22.3R1-EVO | ||
Juniper Networks | N/A | Juniper Networks Contrail Service Orchestration (CSO) versions antérieures à 6.3.0 | ||
Juniper Networks | Junos OS | Junos OS versions antérieures à 15.1R7-S12, 18.4R2-S7, 19.1R3-S2, 19.1R3-S9, 19.2R1-S9, 19.2R3, 19.2R3-S5, 19.2R3-S6, 19.3R3, 19.3R3-S6, 19.3R3-S7, 19.4R2-S7, 19.4R2-S8, 19.4R3, 19.4R3-S10, 19.4R3-S8, 19.4R3-S9, 20.1R2, 20.1R3-S4, 20.2R2, 20.2R3-S5, 20.2R3-S6, 20.2R3-S7, 20.3R1, 20.3R3-S4, 20.3R3-S5, 20.3R3-S6, 20.4R1, 20.4R3-S3, 20.4R3-S4, 20.4R3-S5, 21.1R1-S1, 21.1R2, 21.1R3, 21.1R3-S3, 21.1R3-S4, 21.1R3-S5, 21.2R1, 21.2R3, 21.2R3-S1, 21.2R3-S2, 21.2R3-S3, 21.3R2, 21.3R3, 21.3R3-S1, 21.3R3-S2, 21.3R3-S3, 21.4R2, 21.4R2-S1, 21.4R2-S2, 21.4R3, 21.4R3-S1, 21.4R3-S2, 22.1R1, 22.1R1-S2, 22.1R2, 22.1R2-S1, 22.1R2-S2, 22.1R3, 22.1R3-S1, 22.2R1, 22.2R1-S1, 22.2R1-S2, 22.2R2, 22.2R3, 22.3R1, 22.3R1-S1, 22.3R2 et 22.4R1 | ||
Juniper Networks | Junos Space | Junos Space versions antérieures à 22.3R1 | ||
Juniper Networks | N/A | Cloud Native Contrail Networking versions antérieures à R22.3 |
Title | Publication Time | Tags | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
{ "$ref": "https://www.cert.ssi.gouv.fr/openapi.json", "affected_systems": [ { "description": "NorthStar Controller versions ant\u00e9rieures \u00e0 6.2.3", "product": { "name": "N/A", "vendor": { "name": "N/A", "scada": false } } }, { "description": "Contrail Cloud versions ant\u00e9rieures \u00e0 13.7.0", "product": { "name": "N/A", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS Evolved versions ant\u00e9rieures \u00e0 19.2R3-EVO, 19.3R3-EVO, 19.4R3-EVO, 20.1R3-EVO, 20.2R2-EVO, 20.3R1-EVO, 20.4R2-EVO, 20.4R3-S3-EVO, 20.4R3-S4-EVO, 21.1R2-EVO, 21.2R1-EVO, 21.2R3-S4-EVO, 21.3R2-EVO, 21.3R3-EVO, 21.3R3-S1-EVO, 21.4R1-EVO, 21.4R2-EVO, 21.4R2-S1-EVO, 21.4R2-S2-EVO, 21.4R3-EVO, 22.1R1-EVO, 22.1R1-S2-EVO, 22.1R2-EVO, 22.1R3-EVO, 22.2R1-EVO, 22.2R1-S1-EVO, 22.2R2-EVO et 22.3R1-EVO", "product": { "name": "Junos OS Evolved", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Juniper Networks Contrail Service Orchestration (CSO) versions ant\u00e9rieures \u00e0 6.3.0", "product": { "name": "N/A", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS versions ant\u00e9rieures \u00e0 15.1R7-S12, 18.4R2-S7, 19.1R3-S2, 19.1R3-S9, 19.2R1-S9, 19.2R3, 19.2R3-S5, 19.2R3-S6, 19.3R3, 19.3R3-S6, 19.3R3-S7, 19.4R2-S7, 19.4R2-S8, 19.4R3, 19.4R3-S10, 19.4R3-S8, 19.4R3-S9, 20.1R2, 20.1R3-S4, 20.2R2, 20.2R3-S5, 20.2R3-S6, 20.2R3-S7, 20.3R1, 20.3R3-S4, 20.3R3-S5, 20.3R3-S6, 20.4R1, 20.4R3-S3, 20.4R3-S4, 20.4R3-S5, 21.1R1-S1, 21.1R2, 21.1R3, 21.1R3-S3, 21.1R3-S4, 21.1R3-S5, 21.2R1, 21.2R3, 21.2R3-S1, 21.2R3-S2, 21.2R3-S3, 21.3R2, 21.3R3, 21.3R3-S1, 21.3R3-S2, 21.3R3-S3, 21.4R2, 21.4R2-S1, 21.4R2-S2, 21.4R3, 21.4R3-S1, 21.4R3-S2, 22.1R1, 22.1R1-S2, 22.1R2, 22.1R2-S1, 22.1R2-S2, 22.1R3, 22.1R3-S1, 22.2R1, 22.2R1-S1, 22.2R1-S2, 22.2R2, 22.2R3, 22.3R1, 22.3R1-S1, 22.3R2 et 22.4R1", "product": { "name": "Junos OS", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos Space versions ant\u00e9rieures \u00e0 22.3R1", "product": { "name": "Junos Space", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Cloud Native Contrail Networking versions ant\u00e9rieures \u00e0 R22.3", "product": { "name": "N/A", "vendor": { "name": "Juniper Networks", "scada": false } } } ], "affected_systems_content": null, "content": "## Solution\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des\ncorrectifs (cf. section Documentation).\n", "cves": [ { "name": "CVE-2016-4658", "url": "https://www.cve.org/CVERecord?id=CVE-2016-4658" }, { "name": "CVE-2016-8625", "url": "https://www.cve.org/CVERecord?id=CVE-2016-8625" }, { "name": "CVE-2016-8743", "url": "https://www.cve.org/CVERecord?id=CVE-2016-8743" }, { "name": "CVE-2017-12613", "url": "https://www.cve.org/CVERecord?id=CVE-2017-12613" }, { "name": "CVE-2019-1543", "url": "https://www.cve.org/CVERecord?id=CVE-2019-1543" }, { "name": "CVE-2019-1551", "url": "https://www.cve.org/CVERecord?id=CVE-2019-1551" }, { "name": "CVE-2020-0549", "url": "https://www.cve.org/CVERecord?id=CVE-2020-0549" }, { "name": "CVE-2020-0548", "url": "https://www.cve.org/CVERecord?id=CVE-2020-0548" }, { "name": "CVE-2020-8648", "url": "https://www.cve.org/CVERecord?id=CVE-2020-8648" }, { "name": "CVE-2020-11668", "url": "https://www.cve.org/CVERecord?id=CVE-2020-11668" }, { "name": "CVE-2020-0543", "url": "https://www.cve.org/CVERecord?id=CVE-2020-0543" }, { "name": "CVE-2020-14579", "url": "https://www.cve.org/CVERecord?id=CVE-2020-14579" }, { "name": "CVE-2020-14573", "url": "https://www.cve.org/CVERecord?id=CVE-2020-14573" }, { "name": "CVE-2020-14577", "url": "https://www.cve.org/CVERecord?id=CVE-2020-14577" }, { "name": "CVE-2020-14578", "url": "https://www.cve.org/CVERecord?id=CVE-2020-14578" }, { "name": "CVE-2020-14621", "url": "https://www.cve.org/CVERecord?id=CVE-2020-14621" }, { "name": "CVE-2020-14562", "url": "https://www.cve.org/CVERecord?id=CVE-2020-14562" }, { "name": "CVE-2020-14583", "url": "https://www.cve.org/CVERecord?id=CVE-2020-14583" }, { "name": "CVE-2020-14581", "url": "https://www.cve.org/CVERecord?id=CVE-2020-14581" }, { "name": "CVE-2020-14593", "url": "https://www.cve.org/CVERecord?id=CVE-2020-14593" }, { "name": "CVE-2020-14556", "url": "https://www.cve.org/CVERecord?id=CVE-2020-14556" }, { "name": "CVE-2020-14145", "url": "https://www.cve.org/CVERecord?id=CVE-2020-14145" }, { "name": "CVE-2020-14796", "url": "https://www.cve.org/CVERecord?id=CVE-2020-14796" }, { "name": "CVE-2020-14803", "url": "https://www.cve.org/CVERecord?id=CVE-2020-14803" }, { "name": "CVE-2020-14792", "url": "https://www.cve.org/CVERecord?id=CVE-2020-14792" }, { "name": "CVE-2020-14779", "url": "https://www.cve.org/CVERecord?id=CVE-2020-14779" }, { "name": "CVE-2020-14798", "url": "https://www.cve.org/CVERecord?id=CVE-2020-14798" }, { "name": "CVE-2020-14797", "url": "https://www.cve.org/CVERecord?id=CVE-2020-14797" }, { "name": "CVE-2020-14781", "url": "https://www.cve.org/CVERecord?id=CVE-2020-14781" }, { "name": "CVE-2020-14782", "url": "https://www.cve.org/CVERecord?id=CVE-2020-14782" }, { "name": "CVE-2020-14871", "url": "https://www.cve.org/CVERecord?id=CVE-2020-14871" }, { "name": "CVE-2020-8698", "url": "https://www.cve.org/CVERecord?id=CVE-2020-8698" }, { "name": "CVE-2020-8696", "url": "https://www.cve.org/CVERecord?id=CVE-2020-8696" }, { "name": "CVE-2020-25704", "url": "https://www.cve.org/CVERecord?id=CVE-2020-25704" }, { "name": "CVE-2020-0466", "url": "https://www.cve.org/CVERecord?id=CVE-2020-0466" }, { "name": "CVE-2020-0465", "url": "https://www.cve.org/CVERecord?id=CVE-2020-0465" }, { "name": "CVE-2020-1971", "url": "https://www.cve.org/CVERecord?id=CVE-2020-1971" }, { "name": "CVE-2020-8695", "url": "https://www.cve.org/CVERecord?id=CVE-2020-8695" }, { "name": "CVE-2019-20934", "url": "https://www.cve.org/CVERecord?id=CVE-2019-20934" }, { "name": "CVE-2021-3156", "url": "https://www.cve.org/CVERecord?id=CVE-2021-3156" }, { "name": "CVE-2021-3347", "url": "https://www.cve.org/CVERecord?id=CVE-2021-3347" }, { "name": "CVE-2021-23841", "url": "https://www.cve.org/CVERecord?id=CVE-2021-23841" }, { "name": "CVE-2021-23840", "url": "https://www.cve.org/CVERecord?id=CVE-2021-23840" }, { "name": "CVE-2021-3177", "url": "https://www.cve.org/CVERecord?id=CVE-2021-3177" }, { "name": "CVE-2020-12363", "url": "https://www.cve.org/CVERecord?id=CVE-2020-12363" }, { "name": "CVE-2020-12362", "url": "https://www.cve.org/CVERecord?id=CVE-2020-12362" }, { "name": "CVE-2020-12364", "url": "https://www.cve.org/CVERecord?id=CVE-2020-12364" }, { "name": "CVE-2021-27365", "url": "https://www.cve.org/CVERecord?id=CVE-2021-27365" }, { "name": "CVE-2021-27363", "url": "https://www.cve.org/CVERecord?id=CVE-2021-27363" }, { "name": "CVE-2021-27364", "url": "https://www.cve.org/CVERecord?id=CVE-2021-27364" }, { "name": "CVE-2020-27170", "url": "https://www.cve.org/CVERecord?id=CVE-2020-27170" }, { "name": "CVE-2021-3450", "url": "https://www.cve.org/CVERecord?id=CVE-2021-3450" }, { "name": "CVE-2020-35498", "url": "https://www.cve.org/CVERecord?id=CVE-2020-35498" }, { "name": "CVE-2021-28950", "url": "https://www.cve.org/CVERecord?id=CVE-2021-28950" }, { "name": "CVE-2021-29154", "url": "https://www.cve.org/CVERecord?id=CVE-2021-29154" }, { "name": "CVE-2020-36322", "url": "https://www.cve.org/CVERecord?id=CVE-2020-36322" }, { "name": "CVE-2021-2194", "url": "https://www.cve.org/CVERecord?id=CVE-2021-2194" }, { "name": "CVE-2021-2162", "url": "https://www.cve.org/CVERecord?id=CVE-2021-2162" }, { "name": "CVE-2021-2179", "url": "https://www.cve.org/CVERecord?id=CVE-2021-2179" }, { "name": "CVE-2021-2307", "url": "https://www.cve.org/CVERecord?id=CVE-2021-2307" }, { "name": "CVE-2021-2180", "url": "https://www.cve.org/CVERecord?id=CVE-2021-2180" }, { "name": "CVE-2021-2144", "url": "https://www.cve.org/CVERecord?id=CVE-2021-2144" }, { "name": "CVE-2021-2226", "url": "https://www.cve.org/CVERecord?id=CVE-2021-2226" }, { "name": "CVE-2021-2169", "url": "https://www.cve.org/CVERecord?id=CVE-2021-2169" }, { "name": "CVE-2021-2202", "url": "https://www.cve.org/CVERecord?id=CVE-2021-2202" }, { "name": "CVE-2021-2166", "url": "https://www.cve.org/CVERecord?id=CVE-2021-2166" }, { "name": "CVE-2021-2174", "url": "https://www.cve.org/CVERecord?id=CVE-2021-2174" }, { "name": "CVE-2021-2154", "url": "https://www.cve.org/CVERecord?id=CVE-2021-2154" }, { "name": "CVE-2020-28196", "url": "https://www.cve.org/CVERecord?id=CVE-2020-28196" }, { "name": "CVE-2021-2178", "url": "https://www.cve.org/CVERecord?id=CVE-2021-2178" }, { "name": "CVE-2021-2146", "url": "https://www.cve.org/CVERecord?id=CVE-2021-2146" }, { "name": "CVE-2021-2160", "url": "https://www.cve.org/CVERecord?id=CVE-2021-2160" }, { "name": "CVE-2021-2171", "url": "https://www.cve.org/CVERecord?id=CVE-2021-2171" }, { "name": "CVE-2021-2161", "url": "https://www.cve.org/CVERecord?id=CVE-2021-2161" }, { "name": "CVE-2021-2163", "url": "https://www.cve.org/CVERecord?id=CVE-2021-2163" }, { "name": "CVE-2021-29650", "url": "https://www.cve.org/CVERecord?id=CVE-2021-29650" }, { "name": "CVE-2021-23017", "url": "https://www.cve.org/CVERecord?id=CVE-2021-23017" }, { "name": "CVE-2021-25217", "url": "https://www.cve.org/CVERecord?id=CVE-2021-25217" }, { "name": "CVE-2021-33033", "url": "https://www.cve.org/CVERecord?id=CVE-2021-33033" }, { "name": "CVE-2020-24512", "url": "https://www.cve.org/CVERecord?id=CVE-2020-24512" }, { "name": "CVE-2020-24513", "url": "https://www.cve.org/CVERecord?id=CVE-2020-24513" }, { "name": "CVE-2020-24511", "url": "https://www.cve.org/CVERecord?id=CVE-2020-24511" }, { "name": "CVE-2021-32399", "url": "https://www.cve.org/CVERecord?id=CVE-2021-32399" }, { "name": "CVE-2021-33034", "url": "https://www.cve.org/CVERecord?id=CVE-2021-33034" }, { "name": "CVE-2021-3564", "url": "https://www.cve.org/CVERecord?id=CVE-2021-3564" }, { "name": "CVE-2021-3573", "url": "https://www.cve.org/CVERecord?id=CVE-2021-3573" }, { "name": "CVE-2020-36385", "url": "https://www.cve.org/CVERecord?id=CVE-2020-36385" }, { "name": "CVE-2020-27827", "url": "https://www.cve.org/CVERecord?id=CVE-2020-27827" }, { "name": "CVE-2021-22555", "url": "https://www.cve.org/CVERecord?id=CVE-2021-22555" }, { "name": "CVE-2021-33909", "url": "https://www.cve.org/CVERecord?id=CVE-2021-33909" }, { "name": "CVE-2021-2388", "url": "https://www.cve.org/CVERecord?id=CVE-2021-2388" }, { "name": "CVE-2021-2341", "url": "https://www.cve.org/CVERecord?id=CVE-2021-2341" }, { "name": "CVE-2021-2432", "url": "https://www.cve.org/CVERecord?id=CVE-2021-2432" }, { "name": "CVE-2021-2369", "url": "https://www.cve.org/CVERecord?id=CVE-2021-2369" }, { "name": "CVE-2021-2389", "url": "https://www.cve.org/CVERecord?id=CVE-2021-2389" }, { "name": "CVE-2021-2372", "url": "https://www.cve.org/CVERecord?id=CVE-2021-2372" }, { "name": "CVE-2021-2342", "url": "https://www.cve.org/CVERecord?id=CVE-2021-2342" }, { "name": "CVE-2021-2385", "url": "https://www.cve.org/CVERecord?id=CVE-2021-2385" }, { "name": "CVE-2021-2390", "url": "https://www.cve.org/CVERecord?id=CVE-2021-2390" }, { "name": "CVE-2021-22543", "url": "https://www.cve.org/CVERecord?id=CVE-2021-22543" }, { "name": "CVE-2021-37576", "url": "https://www.cve.org/CVERecord?id=CVE-2021-37576" }, { "name": "CVE-2021-3712", "url": "https://www.cve.org/CVERecord?id=CVE-2021-3712" }, { "name": "CVE-2021-3715", "url": "https://www.cve.org/CVERecord?id=CVE-2021-3715" }, { "name": "CVE-2021-39275", "url": "https://www.cve.org/CVERecord?id=CVE-2021-39275" }, { "name": "CVE-2021-34798", "url": "https://www.cve.org/CVERecord?id=CVE-2021-34798" }, { "name": "CVE-2021-40438", "url": "https://www.cve.org/CVERecord?id=CVE-2021-40438" }, { "name": "CVE-2021-3752", "url": "https://www.cve.org/CVERecord?id=CVE-2021-3752" }, { "name": "CVE-2021-27219", "url": "https://www.cve.org/CVERecord?id=CVE-2021-27219" }, { "name": "CVE-2020-26137", "url": "https://www.cve.org/CVERecord?id=CVE-2020-26137" }, { "name": "CVE-2020-28469", "url": "https://www.cve.org/CVERecord?id=CVE-2020-28469" }, { "name": "CVE-2020-26116", "url": "https://www.cve.org/CVERecord?id=CVE-2020-26116" }, { "name": "CVE-2021-35603", "url": "https://www.cve.org/CVERecord?id=CVE-2021-35603" }, { "name": "CVE-2021-35586", "url": "https://www.cve.org/CVERecord?id=CVE-2021-35586" }, { "name": "CVE-2021-35559", "url": "https://www.cve.org/CVERecord?id=CVE-2021-35559" }, { "name": "CVE-2021-35567", "url": "https://www.cve.org/CVERecord?id=CVE-2021-35567" }, { "name": "CVE-2021-35578", "url": "https://www.cve.org/CVERecord?id=CVE-2021-35578" }, { "name": "CVE-2021-35550", "url": "https://www.cve.org/CVERecord?id=CVE-2021-35550" }, { "name": "CVE-2021-35561", "url": "https://www.cve.org/CVERecord?id=CVE-2021-35561" }, { "name": "CVE-2021-35565", "url": "https://www.cve.org/CVERecord?id=CVE-2021-35565" }, { "name": "CVE-2021-35564", "url": "https://www.cve.org/CVERecord?id=CVE-2021-35564" }, { "name": "CVE-2021-35556", "url": "https://www.cve.org/CVERecord?id=CVE-2021-35556" }, { "name": "CVE-2021-26691", "url": "https://www.cve.org/CVERecord?id=CVE-2021-26691" }, { "name": "CVE-2021-0920", "url": "https://www.cve.org/CVERecord?id=CVE-2021-0920" }, { "name": "CVE-2021-42739", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42739" }, { "name": "CVE-2021-44790", "url": "https://www.cve.org/CVERecord?id=CVE-2021-44790" }, { "name": "CVE-2021-4083", "url": "https://www.cve.org/CVERecord?id=CVE-2021-4083" }, { "name": "CVE-2021-4155", "url": "https://www.cve.org/CVERecord?id=CVE-2021-4155" }, { "name": "CVE-2022-21349", "url": "https://www.cve.org/CVERecord?id=CVE-2022-21349" }, { "name": "CVE-2022-21277", "url": "https://www.cve.org/CVERecord?id=CVE-2022-21277" }, { "name": "CVE-2022-21291", "url": "https://www.cve.org/CVERecord?id=CVE-2022-21291" }, { "name": "CVE-2022-21340", "url": "https://www.cve.org/CVERecord?id=CVE-2022-21340" }, { "name": "CVE-2022-21282", "url": "https://www.cve.org/CVERecord?id=CVE-2022-21282" }, { "name": "CVE-2022-21341", "url": "https://www.cve.org/CVERecord?id=CVE-2022-21341" }, { "name": "CVE-2022-21365", "url": "https://www.cve.org/CVERecord?id=CVE-2022-21365" }, { "name": "CVE-2022-21305", "url": "https://www.cve.org/CVERecord?id=CVE-2022-21305" }, { "name": "CVE-2022-21366", "url": "https://www.cve.org/CVERecord?id=CVE-2022-21366" }, { "name": "CVE-2022-21360", "url": "https://www.cve.org/CVERecord?id=CVE-2022-21360" }, { "name": "CVE-2022-21296", "url": "https://www.cve.org/CVERecord?id=CVE-2022-21296" }, { "name": "CVE-2022-21293", "url": "https://www.cve.org/CVERecord?id=CVE-2022-21293" }, { "name": "CVE-2022-21248", "url": "https://www.cve.org/CVERecord?id=CVE-2022-21248" }, { "name": "CVE-2022-21299", "url": "https://www.cve.org/CVERecord?id=CVE-2022-21299" }, { "name": "CVE-2022-21294", "url": "https://www.cve.org/CVERecord?id=CVE-2022-21294" }, { "name": "CVE-2022-21283", "url": "https://www.cve.org/CVERecord?id=CVE-2022-21283" }, { "name": "CVE-2021-4034", "url": "https://www.cve.org/CVERecord?id=CVE-2021-4034" }, { "name": "CVE-2021-4028", "url": "https://www.cve.org/CVERecord?id=CVE-2021-4028" }, { "name": "CVE-2022-2526", "url": "https://www.cve.org/CVERecord?id=CVE-2022-2526" }, { "name": "CVE-2022-38177", "url": "https://www.cve.org/CVERecord?id=CVE-2022-38177" }, { "name": "CVE-2022-29154", "url": "https://www.cve.org/CVERecord?id=CVE-2022-29154" }, { "name": "CVE-2022-21449", "url": "https://www.cve.org/CVERecord?id=CVE-2022-21449" }, { "name": "CVE-2022-21476", "url": "https://www.cve.org/CVERecord?id=CVE-2022-21476" }, { "name": "CVE-2022-21125", "url": "https://www.cve.org/CVERecord?id=CVE-2022-21125" }, { "name": "CVE-2022-21123", "url": "https://www.cve.org/CVERecord?id=CVE-2022-21123" }, { "name": "CVE-2022-21166", "url": "https://www.cve.org/CVERecord?id=CVE-2022-21166" }, { "name": "CVE-2022-38178", "url": "https://www.cve.org/CVERecord?id=CVE-2022-38178" }, { "name": "CVE-2018-25032", "url": "https://www.cve.org/CVERecord?id=CVE-2018-25032" }, { "name": "CVE-2022-32250", "url": "https://www.cve.org/CVERecord?id=CVE-2022-32250" }, { "name": "CVE-2021-45960", "url": "https://www.cve.org/CVERecord?id=CVE-2021-45960" }, { "name": "CVE-2022-22827", "url": "https://www.cve.org/CVERecord?id=CVE-2022-22827" }, { "name": "CVE-2022-22825", "url": "https://www.cve.org/CVERecord?id=CVE-2022-22825" }, { "name": "CVE-2022-22822", "url": "https://www.cve.org/CVERecord?id=CVE-2022-22822" }, { "name": "CVE-2022-22824", "url": "https://www.cve.org/CVERecord?id=CVE-2022-22824" }, { "name": "CVE-2021-46143", "url": "https://www.cve.org/CVERecord?id=CVE-2021-46143" }, { "name": "CVE-2022-22826", "url": "https://www.cve.org/CVERecord?id=CVE-2022-22826" }, { "name": "CVE-2022-23852", "url": "https://www.cve.org/CVERecord?id=CVE-2022-23852" }, { "name": "CVE-2022-22823", "url": "https://www.cve.org/CVERecord?id=CVE-2022-22823" }, { "name": "CVE-2022-0330", "url": "https://www.cve.org/CVERecord?id=CVE-2022-0330" }, { "name": "CVE-2022-22942", "url": "https://www.cve.org/CVERecord?id=CVE-2022-22942" }, { "name": "CVE-2022-0492", "url": "https://www.cve.org/CVERecord?id=CVE-2022-0492" }, { "name": "CVE-2022-25236", "url": "https://www.cve.org/CVERecord?id=CVE-2022-25236" }, { "name": "CVE-2022-25315", "url": "https://www.cve.org/CVERecord?id=CVE-2022-25315" }, { "name": "CVE-2022-25235", "url": "https://www.cve.org/CVERecord?id=CVE-2022-25235" }, { "name": "CVE-2022-22720", "url": "https://www.cve.org/CVERecord?id=CVE-2022-22720" }, { "name": "CVE-2022-0778", "url": "https://www.cve.org/CVERecord?id=CVE-2022-0778" }, { "name": "CVE-2022-21434", "url": "https://www.cve.org/CVERecord?id=CVE-2022-21434" }, { "name": "CVE-2022-21443", "url": "https://www.cve.org/CVERecord?id=CVE-2022-21443" }, { "name": "CVE-2022-21496", "url": "https://www.cve.org/CVERecord?id=CVE-2022-21496" }, { "name": "CVE-2022-21426", "url": "https://www.cve.org/CVERecord?id=CVE-2022-21426" }, { "name": "CVE-2022-1473", "url": "https://www.cve.org/CVERecord?id=CVE-2022-1473" }, { "name": "CVE-2022-1729", "url": "https://www.cve.org/CVERecord?id=CVE-2022-1729" }, { "name": "CVE-2021-30465", "url": "https://www.cve.org/CVERecord?id=CVE-2021-30465" }, { "name": "CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "name": "CVE-2022-21541", "url": "https://www.cve.org/CVERecord?id=CVE-2022-21541" }, { "name": "CVE-2022-34169", "url": "https://www.cve.org/CVERecord?id=CVE-2022-34169" }, { "name": "CVE-2022-21549", "url": "https://www.cve.org/CVERecord?id=CVE-2022-21549" }, { "name": "CVE-2022-21540", "url": "https://www.cve.org/CVERecord?id=CVE-2022-21540" }, { "name": "CVE-2007-6755", "url": "https://www.cve.org/CVERecord?id=CVE-2007-6755" }, { "name": "CVE-2022-1271", "url": "https://www.cve.org/CVERecord?id=CVE-2022-1271" }, { "name": "CVE-2021-3765", "url": "https://www.cve.org/CVERecord?id=CVE-2021-3765" }, { "name": "CVE-2022-24903", "url": "https://www.cve.org/CVERecord?id=CVE-2022-24903" }, { "name": "CVE-2022-21626", "url": "https://www.cve.org/CVERecord?id=CVE-2022-21626" }, { "name": "CVE-2022-21619", "url": "https://www.cve.org/CVERecord?id=CVE-2022-21619" }, { "name": "CVE-2022-21628", "url": "https://www.cve.org/CVERecord?id=CVE-2022-21628" }, { "name": "CVE-2022-21624", "url": "https://www.cve.org/CVERecord?id=CVE-2022-21624" }, { "name": "CVE-2019-11287", "url": "https://www.cve.org/CVERecord?id=CVE-2019-11287" }, { "name": "CVE-2023-22397", "url": "https://www.cve.org/CVERecord?id=CVE-2023-22397" }, { "name": "CVE-2023-22403", "url": "https://www.cve.org/CVERecord?id=CVE-2023-22403" }, { "name": "CVE-2023-22398", "url": "https://www.cve.org/CVERecord?id=CVE-2023-22398" }, { "name": "CVE-2023-22399", "url": "https://www.cve.org/CVERecord?id=CVE-2023-22399" }, { "name": "CVE-2023-22417", "url": "https://www.cve.org/CVERecord?id=CVE-2023-22417" }, { "name": "CVE-2023-22395", "url": "https://www.cve.org/CVERecord?id=CVE-2023-22395" }, { "name": "CVE-2023-22391", "url": "https://www.cve.org/CVERecord?id=CVE-2023-22391" }, { "name": "CVE-2023-22409", "url": "https://www.cve.org/CVERecord?id=CVE-2023-22409" }, { "name": "CVE-2023-22407", "url": "https://www.cve.org/CVERecord?id=CVE-2023-22407" }, { "name": "CVE-2023-22414", "url": "https://www.cve.org/CVERecord?id=CVE-2023-22414" }, { "name": "CVE-2023-22393", "url": "https://www.cve.org/CVERecord?id=CVE-2023-22393" }, { "name": "CVE-2023-22415", "url": "https://www.cve.org/CVERecord?id=CVE-2023-22415" }, { "name": "CVE-2023-22405", "url": "https://www.cve.org/CVERecord?id=CVE-2023-22405" }, { "name": "CVE-2023-22412", "url": "https://www.cve.org/CVERecord?id=CVE-2023-22412" }, { "name": "CVE-2020-24489", "url": "https://www.cve.org/CVERecord?id=CVE-2020-24489" }, { "name": "CVE-2023-22404", "url": "https://www.cve.org/CVERecord?id=CVE-2023-22404" }, { "name": "CVE-2021-3504", "url": "https://www.cve.org/CVERecord?id=CVE-2021-3504" }, { "name": "CVE-2023-22394", "url": "https://www.cve.org/CVERecord?id=CVE-2023-22394" }, { "name": "CVE-2023-22406", "url": "https://www.cve.org/CVERecord?id=CVE-2023-22406" }, { "name": "CVE-2018-8046", "url": "https://www.cve.org/CVERecord?id=CVE-2018-8046" }, { "name": "CVE-2007-2285", "url": "https://www.cve.org/CVERecord?id=CVE-2007-2285" }, { "name": "CVE-2021-35940", "url": "https://www.cve.org/CVERecord?id=CVE-2021-35940" }, { "name": "CVE-2023-22411", "url": "https://www.cve.org/CVERecord?id=CVE-2023-22411" }, { "name": "CVE-2023-22401", "url": "https://www.cve.org/CVERecord?id=CVE-2023-22401" }, { "name": "CVE-2020-15778", "url": "https://www.cve.org/CVERecord?id=CVE-2020-15778" }, { "name": "CVE-2023-22396", "url": "https://www.cve.org/CVERecord?id=CVE-2023-22396" }, { "name": "CVE-2023-22402", "url": "https://www.cve.org/CVERecord?id=CVE-2023-22402" }, { "name": "CVE-2021-3621", "url": "https://www.cve.org/CVERecord?id=CVE-2021-3621" }, { "name": "CVE-2023-22400", "url": "https://www.cve.org/CVERecord?id=CVE-2023-22400" }, { "name": "CVE-2023-22408", "url": "https://www.cve.org/CVERecord?id=CVE-2023-22408" }, { "name": "CVE-2022-0934", "url": "https://www.cve.org/CVERecord?id=CVE-2022-0934" }, { "name": "CVE-2021-40085", "url": "https://www.cve.org/CVERecord?id=CVE-2021-40085" }, { "name": "CVE-2023-22410", "url": "https://www.cve.org/CVERecord?id=CVE-2023-22410" }, { "name": "CVE-2023-22416", "url": "https://www.cve.org/CVERecord?id=CVE-2023-22416" }, { "name": "CVE-2023-22413", "url": "https://www.cve.org/CVERecord?id=CVE-2023-22413" } ], "initial_release_date": "2023-01-23T00:00:00", "last_revision_date": "2023-01-23T00:00:00", "links": [], "reference": "CERTFR-2023-AVI-0051", "revisions": [ { "description": "Version initiale", "revision_date": "2023-01-23T00:00:00.000000" } ], "risks": [ { "description": "D\u00e9ni de service \u00e0 distance" }, { "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": "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\nJuniper. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer\nun probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur, une ex\u00e9cution de\ncode arbitraire \u00e0 distance et un d\u00e9ni de service \u00e0 distance.\n", "title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits Juniper", "vendor_advisories": [ { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA70195 du 11 janvier 2023", "url": "https://supportportal.juniper.net/s/article/2023-01-Security-Bulletin-Junos-OS-QFX10K-Series-PFE-crash-upon-receipt-of-specific-genuine-packets-when-sFlow-is-enabled-CVE-2023-22399?language=en_US" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA70183 du 11 janvier 2023", "url": "https://supportportal.juniper.net/s/article/2023-01-Security-Bulletin-Contrail-Cloud-Multiple-Vulnerabilities-have-been-resolved-in-Contrail-Cloud-release-13-7-0?language=en_US" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA70203 du 11 janvier 2023", "url": "https://supportportal.juniper.net/s/article/2023-01-Security-Bulletin-Junos-OS-and-Junos-OS-Evolved-An-RPD-crash-can-happen-due-to-an-MPLS-TE-tunnel-configuration-change-on-a-directly-connected-router-CVE-2023-22407?language=en_US" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA70192 du 11 janvier 2023", "url": "https://supportportal.juniper.net/s/article/2023-01-Security-Bulletin-Junos-OS-Receipt-of-crafted-TCP-packets-on-Ethernet-console-port-results-in-MBUF-leak-leading-to-Denial-of-Service-DoS-CVE-2023-22396?language=en_US" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA70213 du 11 janvier 2023", "url": "https://supportportal.juniper.net/s/article/2023-01-Security-Bulletin-Junos-OS-SRX-Series-A-memory-leak-might-be-observed-in-IPsec-VPN-scenario-leading-to-an-FPC-crash-CVE-2023-22417?language=en_US" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA70193 du 11 janvier 2023", "url": "https://supportportal.juniper.net/s/article/2023-01-Security-Bulletin-Junos-OS-Evolved-PTX10003-An-attacker-sending-specific-genuine-packets-will-cause-a-memory-leak-in-the-PFE-leading-to-a-Denial-of-Service-CVE-2023-22397?language=en_US" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA70181 du 11 janvier 2023", "url": "https://supportportal.juniper.net/s/article/2023-01-Security-Bulletin-Junos-OS-and-Junos-OS-Evolved-RPD-might-crash-when-MPLS-ping-is-performed-on-BGP-LSPs-CVE-2023-22398?language=en_US" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA70186 du 11 janvier 2023", "url": "https://supportportal.juniper.net/s/article/2023-01-Security-Bulletin-Junos-OS-Evolved-Multiple-vulnerabilities-resolved-in-OpenSSL?language=en_US" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA70179 du 11 janvier 2023", "url": "https://supportportal.juniper.net/s/article/2023-01-Security-Bulletin-Northstar-Controller-Pivotal-RabbitMQ-contains-a-web-management-plugin-that-is-vulnerable-to-a-Denial-of-Service-DoS-attack-CVE-2019-11287?language=en_US" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA70208 du 11 janvier 2023", "url": "https://supportportal.juniper.net/s/article/2023-01-Security-Bulletin-Junos-OS-MX-Series-and-SRX-Series-The-flowd-daemon-will-crash-if-the-SIP-ALG-is-enabled-and-specific-SIP-messages-are-processed-CVE-2023-22412?language=en_US" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA70201 du 11 janvier 2023", "url": "https://supportportal.juniper.net/s/article/2023-01-Security-Bulletin-Junos-OS-QFX5k-Series-EX46xx-Series-MAC-limiting-feature-stops-working-after-PFE-restart-device-reboot--CVE-2023-22405?language=en_US" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA70209 du 11 janvier 2023", "url": "https://supportportal.juniper.net/s/article/2023-01-Security-Bulletin-Junos-OS-MX-Series-FPC-crash-when-an-IPsec6-tunnel-processes-specific-IPv4-packets-CVE-2023-22413?language=en_US" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA70187 du 11 janvier 2023", "url": "https://supportportal.juniper.net/s/article/2023-01-Security-Bulletin-Junos-OS-ACX2K-Series-Receipt-of-a-high-rate-of-specific-traffic-will-lead-to-a-Denial-of-Service-DoS-CVE-2023-22391?language=en_US" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA70199 du 11 janvier 2023", "url": "https://supportportal.juniper.net/s/article/2023-01-Security-Bulletin-Junos-OS-QFX10k-Series-ICCP-flap-will-be-observed-due-to-excessive-specific-traffic-CVE-2023-22403?language=en_US" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA70180 du 11 janvier 2023", "url": "https://supportportal.juniper.net/s/article/2023-01-Security-Bulletin-Junos-OS-and-Junos-OS-Evolved-OpenSSL-Infinite-loop-in-BN-mod-sqrt-reachable-when-parsing-certificates-CVE-2022-0778?language=en_US" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA70198 du 11 janvier 2023", "url": "https://supportportal.juniper.net/s/article/2023-01-Security-Bulletin-Junos-OS-Evolved-The-kernel-might-restart-in-a-BGP-scenario-where-bgp-auto-discovery-is-enabled-and-such-a-neighbor-flaps-CVE-2023-22402?language=en_US" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA70196 du 11 janvier 2023", "url": "https://supportportal.juniper.net/s/article/2023-01-Security-Bulletin-Junos-OS-Evolved-A-specific-SNMP-GET-operation-and-a-specific-CLI-commands-cause-resources-to-leak-and-eventually-the-evo-pfemand-process-will-crash-CVE-2023-22400?language=en_US" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA70197 du 11 janvier 2023", "url": "https://supportportal.juniper.net/s/article/2023-01-Security-Bulletin-Junos-OS-and-Junos-OS-Evolved-PTX10008-PTX10016-When-a-specific-SNMP-MIB-is-queried-the-FPC-will-crash-CVE-2023-22401?language=en_US" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA70202 du 11 janvier 2023", "url": "https://supportportal.juniper.net/s/article/2023-01-Security-Bulletin-Junos-OS-and-Junos-OS-Evolved-A-memory-leak-which-will-ultimately-lead-to-an-rpd-crash-will-be-observed-when-a-peer-interface-flaps-continuously-in-a-Segment-Routing-scenario-CVE-2023-22406?language=en_US" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA70190 du 11 janvier 2023", "url": "https://supportportal.juniper.net/s/article/2023-01-Security-Bulletin-Junos-OS-SRX-Series-and-MX-Series-Memory-leak-due-to-receipt-of-specially-crafted-SIP-calls-CVE-2023-22394?language=en_US" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA70191 du 11 janvier 2023", "url": "https://supportportal.juniper.net/s/article/2023-01-Security-Bulletin-Junos-OS-In-an-MPLS-scenario-the-processing-of-specific-packets-to-the-device-causes-a-buffer-leak-and-ultimately-a-loss-of-connectivity-CVE-2023-22395?language=en_US" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA69903 du 11 janvier 2023", "url": "https://supportportal.juniper.net/s/article/2022-10-Security-Bulletin-Contrail-Networking-Multiple-Vulnerabilities-have-been-resolved-in-Contrail-Networking-R22-3?language=en_US" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA70204 du 11 janvier 2023", "url": "https://supportportal.juniper.net/s/article/2023-01-Security-Bulletin-Junos-OS-SRX-5000-Series-Upon-processing-of-a-specific-SIP-packet-an-FPC-can-crash-CVE-2023-22408?language=en_US" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA70200 du 11 janvier 2023", "url": "https://supportportal.juniper.net/s/article/2023-01-Security-Bulletin-Junos-OS-SRX-Series-and-MX-Series-with-SPC3-When-IPsec-VPN-is-configured-iked-will-core-when-a-specifically-formatted-payload-is-received-CVE-2023-22404?language=en_US" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA70212 du 11 janvier 2023", "url": "https://supportportal.juniper.net/s/article/2023-01-Security-Bulletin-Junos-OS-SRX-Series-The-flowd-daemon-will-crash-if-SIP-ALG-is-enabled-and-a-malicious-SIP-packet-is-received-CVE-2023-22416?language=en_US" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA70185 du 11 janvier 2023", "url": "https://supportportal.juniper.net/s/article/2023-01-Security-Bulletin-Junos-Space-Multiple-vulnerabilities-resolved-in-22-3R1-release?language=en_US" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA70211 du 11 janvier 2023", "url": "https://supportportal.juniper.net/s/article/2023-01-Security-Bulletin-Junos-OS-MX-Series-and-SRX-Series-The-flow-processing-daemon-flowd-will-crash-when-a-specific-H-323-packet-is-received-CVE-2023-22415?language=en_US" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA70210 du 11 janvier 2023", "url": "https://supportportal.juniper.net/s/article/2023-01-Security-Bulletin-Junos-OS-PTX-Series-and-QFX10000-Series-An-FPC-memory-leak-is-observed-when-specific-multicast-packets-are-processed-CVE-2023-22414?language=en_US" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA70206 du 11 janvier 2023", "url": "https://supportportal.juniper.net/s/article/2023-01-Security-Bulletin-Junos-OS-MX-Series-with-MPC10-MPC11-When-Suspicious-Control-Flow-Detection-scfd-is-enabled-and-an-attacker-is-sending-specific-traffic-this-causes-a-memory-leak-CVE-2023-22410?language=en_US" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA70205 du 11 janvier 2023", "url": "https://supportportal.juniper.net/s/article/2023-01-Security-Bulletin-Junos-OS-SRX-Series-MX-Series-with-SPC3-When-an-inconsistent-NAT-configuration-exists-and-a-specific-CLI-command-is-issued-the-SPC-will-reboot-CVE-2023-22409?language=en_US" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA70182 du 11 janvier 2023", "url": "https://supportportal.juniper.net/s/article/2023-01-Security-Bulletin-Contrail-Service-Orchestration-Multiple-vulnerabilities-resolved-in-CSO-6-3-0?language=en_US" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA70189 du 11 janvier 2023", "url": "https://supportportal.juniper.net/s/article/2023-01-Security-Bulletin-Junos-OS-and-Junos-OS-Evolved-RPD-crash-upon-receipt-of-BGP-route-with-invalid-next-hop-CVE-2023-22393?language=en_US" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA70207 du 11 janvier 2023", "url": "https://supportportal.juniper.net/s/article/2023-01-Security-Bulletin-Junos-OS-SRX-Series-The-flowd-daemon-will-crash-when-Unified-Policies-are-used-with-IPv6-and-certain-dynamic-applications-are-rejected-by-the-device-CVE-2023-22411?language=en_US" } ] }
CERTFR-2022-AVI-650
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans les produits Juniper. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, un déni de service à distance et un contournement de la politique de sécurité.
Solution
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
NoneVendor | Product | Description | ||
---|---|---|---|---|
Juniper Networks | Junos OS | Junos OS sur plateformes MX versions 20.4.x antérieures à 20.4R3-S2 | ||
Juniper Networks | Junos OS | Junos OS versions 21.1.x antérieures à 21.1R3-S1 | ||
Juniper Networks | Junos OS Evolved | Junos OS Evolved versions 21.1.x aantérieures à 21.1R3-S1-EVO | ||
Juniper Networks | Junos OS | Junos OS versions 18.3.x antérieures à 18.3R3-S6 | ||
Juniper Networks | Junos OS | Junos OS versions 17.3.x antérieures à 17.3R3-S12 | ||
Juniper Networks | Junos OS | Junos OS sur plateformes SRX versions 20.4.x antérieures à 20.4R3-S2, 20.4R3-S3 | ||
Juniper Networks | Junos OS | Junos OS versions 21.4.x antérieures à 21.4R1-S2, 21.4R2 | ||
Juniper Networks | Junos OS | Junos OS sur plateformes PTX versions 19.2.x antérieures à 19.2R1-S8, 19.2R3-S6 | ||
Juniper Networks | Junos OS | Junos OS sur plateformes EX versions antérieures à 19.2R1-S9, 19.2R3-S5 | ||
Juniper Networks | Junos OS | Junos OS sur plateformes EX versions 20.3.x antérieures à 20.3R3-S3 | ||
Juniper Networks | Junos OS | Junos OS sur plateformes PTX versions 19.3.x antérieures à 19.3R3-S6 | ||
Juniper Networks | Junos OS Evolved | Junos OS Evolved versions 21.3.x antérieures à 21.3R2-S1-EVO, 21.3R3-EVO | ||
Juniper Networks | Junos OS | Junos OS sur plateformes QFX versions 21.2.x antérieures à 21.2R2-S1, 21.2R3 | ||
Juniper Networks | Junos Space | Junos Space versions antérieures à 22.1R1 | ||
Juniper Networks | Junos OS | Junos OS sur plateformes PTX versions 22.1.x antérieures à 22.1R2 | ||
Juniper Networks | Junos OS | Junos OS versions 19.2.x antérieures à 19.2R1-S9, 19.2R3-S6 | ||
Juniper Networks | Junos OS | Junos OS sur plateformes EX versions 19.3.x antérieures à 19.3R3-S6 | ||
Juniper Networks | Junos OS | Junos OS sur plateformes EX versions 20.1.x antérieures à 20.1R3-S4 | ||
Juniper Networks | N/A | Junos Space Security Director Policy Enforcer versions antérieures à 22.1R1 | ||
Juniper Networks | Junos OS | Junos OS versions 21.2.x antérieures à 21.2R2-S2, 21.2R3 | ||
Juniper Networks | Junos OS | Junos OS sur plateformes QFX versions 19.4.x antérieures à 19.4R2-S6, 19.4R3-S8 | ||
Juniper Networks | Junos OS | Junos OS versions 19.4.x antérieures à 19.4R2-S6, 19.4R3-S8 | ||
Juniper Networks | Junos OS | Junos OS sur plateformes MX versions supérieures à 20.1R1 | ||
Juniper Networks | Junos OS | Junos OS sur plateformes QFX versions 20.1.x antérieures à 20.1R3-S4 | ||
Juniper Networks | Junos OS | Junos OS versions 19.1.x antérieures à 19.1R2-S3, 19.1R3-S8 | ||
Juniper Networks | Junos OS | Junos OS versions 15.1X49, 15.1X49-D100 et suivantes antérieures à 19.2R3-S5 | ||
Juniper Networks | Junos OS Evolved | Junos OS Evolved versions 21.2.x antérieures à 21.2R1-S1-EVO, 21.2R3-EVO | ||
Juniper Networks | Junos OS | Junos OS sur plateformes EX versions 20.4.x antérieures à 20.4R3-S2, 20.4R3-S3 | ||
Juniper Networks | Junos OS | Junos OS versions 20.2.x antérieures à 20.2R3-S5 | ||
Juniper Networks | Junos OS | Junos OS sur plateformes MX versions 21.1.x antérieures à 21.1R2, 21.1R3-S2 | ||
Juniper Networks | Junos OS | Junos OS sur plateformes QFX versions 19.2.x antérieures à 19.2R1-S9, 19.2R3-S5 | ||
Juniper Networks | Junos OS | Junos OS sur plateformes EX versions 21.1.x antérieures à 21.1R3-S1 | ||
Juniper Networks | Junos OS | Junos OS versions 21.3.x antérieures à 21.3R2-S1, 21.3R3 | ||
Juniper Networks | Junos OS | Junos OS sur plateformes SRX versions 21.4.x antérieures à 21.4R1-S1, 21.4R2 | ||
Juniper Networks | Junos OS | Junos OS sur plateformes SRX versions 19.3.x antérieures à 19.3R3-S6 | ||
Juniper Networks | N/A | Juniper Networks Contrail Networking versions antérieures à 21.4.0 | ||
Juniper Networks | Junos OS | Junos OS sur plateformes PTX versions 19.4.x antérieures à 19.4R2-S5, 19.4R3-S8 | ||
Juniper Networks | N/A | Contrôleur Juniper Networks NorthStar versions antérieures à 5.1.0 Service Pack 6 | ||
Juniper Networks | Junos OS | Junos OS sur plateformes MX versions 20.2.x antérieures à 20.2R3-S5 | ||
Juniper Networks | Junos OS | Junos OS sur plateformes QFX versions 20.4.x antérieures à 20.4R3-S2 | ||
Juniper Networks | Junos OS | Junos OS sur plateformes SRX versions 20.2.x antérieures à 20.2R3-S4 | ||
Juniper Networks | Junos OS | Junos OS sur plateformes PTX versions 21.2.x antérieures à 21.2R1-S1, 21.2R2, 21.2R3-S1 | ||
Juniper Networks | Junos OS | Junos OS sur plateformes PTX versions 20.2.x antérieures à 20.2R3-S5 | ||
Juniper Networks | Junos OS Evolved | Junos OS Evolved versions 21.4.x antérieures à 21.4R1-S1-EVO, 21.4R2-EVO | ||
Juniper Networks | Junos OS | Junos OS sur plateformes SRX versions antérieures à 19.2R1-S9, 19.2R3-S5 | ||
Juniper Networks | Junos OS | Junos OS sur plateformes EX versions 19.4.x antérieures à 19.4R3-S8 | ||
Juniper Networks | Junos OS | Junos OS sur plateformes PTX toutes versions antérieures à 19.1R3-S9 | ||
Juniper Networks | Junos OS | Junos OS versions 19.3.x antérieures à 19.3R2-S7, 19.3R3-S6 | ||
Juniper Networks | Junos OS | Junos OS sur plateformes EX versions 21.3.x antérieures à 21.3R1-S2, 21.3R2, 21.3R3 | ||
Juniper Networks | Junos OS | Junos OS sur plateformes PTX versions 20.1.x antérieures à 20.1R3-S4 | ||
Juniper Networks | Junos OS | Junos OS sur plateformes QFX versions 21.3.x antérieures à 21.3R2 | ||
Juniper Networks | Junos OS | Junos OS versions 20.3.x antérieures à 20.3R3-S4 | ||
Juniper Networks | Junos OS | Junos OS sur plateformes QFX versions 20.3.x antérieures à 20.3R3-S3 | ||
Juniper Networks | Junos OS | Junos OS versions 18.4.x antérieures à 18.4R2-S10, 18.4R3-S9 | ||
Juniper Networks | Junos OS | Junos OS sur plateformes EX versions 21.2.x antérieures à 21.2R2-S2, 21.2R3 | ||
Juniper Networks | Junos OS | Junos OS sur plateformes SRX versions 21.1.x antérieures à 21.1R3-S2 | ||
Juniper Networks | Junos OS | Junos OS sur plateformes EX versions 20.2.x antérieures à 20.2R3-S4 | ||
Juniper Networks | Junos OS | Junos OS sur plateformes SRX versions 21.2.x antérieures à 21.2R2-S3, 21.2R3 | ||
Juniper Networks | Junos OS | Junos OS versions 15.1.x antérieures à 15.1R7-S10 | ||
Juniper Networks | Junos OS | Junos OS sur plateformes SRX versions 20.1.x antérieures à 20.1R3-S4 | ||
Juniper Networks | Junos OS Evolved | Junos OS Evolved versions antérieures à 20.4R3-S3-EVO | ||
Juniper Networks | Junos OS | Junos OS sur plateformes EX versions 21.4.x antérieures à 21.4R1-S1, 21.4R2 | ||
Juniper Networks | Junos OS | Junos OS sur plateformes QFX versions 19.3.x antérieures à 19.3R3-S6 | ||
Juniper Networks | Junos OS | Junos OS versions antérieures à 12.3R12-S21 | ||
Juniper Networks | Junos OS | Junos OS sur plateformes MX versions 21.3.x antérieures à 21.3R2 | ||
Juniper Networks | Junos OS | Junos OS sur plateformes QFX versions 21.1.x antérieures à 21.1R2-S1, 21.1R3 | ||
Juniper Networks | Junos OS | Junos OS sur plateformes MX versions 20.3.x antérieures à 20.3R3-S4 | ||
Juniper Networks | Junos OS | Junos OS sur plateformes PTX versions 20.4.x antérieures à 20.4R3-S4 | ||
Juniper Networks | Junos OS | Junos OS sur plateformes SRX versions 19.4.x antérieures à 19.4R3-S8 | ||
Juniper Networks | Junos OS | Junos OS versions 20.1.x antérieures à 20.1R3-S4 | ||
Juniper Networks | N/A | Contrôleur Juniper Networks NorthStar versions 6.x antérieures à 6.2.2 | ||
Juniper Networks | Junos OS | Junos OS sur plateformes QFX versions antérieures à 19.1R3-S9 | ||
Juniper Networks | Junos OS | Junos OS sur plateformes QFX versions 20.2.x antérieures à 20.2R3-S4 | ||
Juniper Networks | Junos OS | Junos OS sur plateformes PTX versions 21.1.x antérieures à 21.1R2-S1, 21.1R3-S2 | ||
Juniper Networks | Junos OS | Junos OS sur plateformes SRX versions 20.3.x antérieures à 20.3R3-S3 | ||
Juniper Networks | Junos OS | Junos OS sur plateformes SRX versions 21.3.x antérieures à 21.3R1-S2, 21.3R2, 21.3R3 | ||
Juniper Networks | Junos OS | Junos OS sur plateformes PTX versions 20.3.x antérieures à 20.3R3-S4 | ||
Juniper Networks | Junos OS | Junos OS sur plateformes MX versions 21.4.x antérieures à 21.4R2 | ||
Juniper Networks | Junos OS | Junos OS sur plateformes PTX versions 21.4.x antérieures à 21.4R2 | ||
Juniper Networks | Junos OS | Junos OS sur plateformes MX versions 21.2.x antérieures à 21.2R2-S2 | ||
Juniper Networks | Junos OS | Junos OS sur plateformes PTX versions 21.3.x antérieures à 21.3R3 | ||
Juniper Networks | Junos OS | Junos OS versions 20.4.x antérieures à 20.4R2-S2, 20.4R3-S3 |
Title | Publication Time | Tags | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
{ "$ref": "https://www.cert.ssi.gouv.fr/openapi.json", "affected_systems": [ { "description": "Junos OS sur plateformes MX versions 20.4.x ant\u00e9rieures \u00e0 20.4R3-S2", "product": { "name": "Junos OS", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS versions 21.1.x ant\u00e9rieures \u00e0 21.1R3-S1", "product": { "name": "Junos OS", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS Evolved versions 21.1.x aant\u00e9rieures \u00e0 21.1R3-S1-EVO", "product": { "name": "Junos OS Evolved", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS versions 18.3.x ant\u00e9rieures \u00e0 18.3R3-S6", "product": { "name": "Junos OS", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS versions 17.3.x ant\u00e9rieures \u00e0 17.3R3-S12", "product": { "name": "Junos OS", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS sur plateformes SRX versions 20.4.x ant\u00e9rieures \u00e0 20.4R3-S2, 20.4R3-S3", "product": { "name": "Junos OS", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS versions 21.4.x ant\u00e9rieures \u00e0 21.4R1-S2, 21.4R2", "product": { "name": "Junos OS", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS sur plateformes PTX versions 19.2.x ant\u00e9rieures \u00e0 19.2R1-S8, 19.2R3-S6", "product": { "name": "Junos OS", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS sur plateformes EX versions ant\u00e9rieures \u00e0 19.2R1-S9, 19.2R3-S5", "product": { "name": "Junos OS", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS sur plateformes EX versions 20.3.x ant\u00e9rieures \u00e0 20.3R3-S3", "product": { "name": "Junos OS", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS sur plateformes PTX versions 19.3.x ant\u00e9rieures \u00e0 19.3R3-S6", "product": { "name": "Junos OS", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS Evolved versions 21.3.x ant\u00e9rieures \u00e0 21.3R2-S1-EVO, 21.3R3-EVO", "product": { "name": "Junos OS Evolved", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS sur plateformes QFX versions 21.2.x ant\u00e9rieures \u00e0 21.2R2-S1, 21.2R3", "product": { "name": "Junos OS", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos Space versions ant\u00e9rieures \u00e0 22.1R1", "product": { "name": "Junos Space", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS sur plateformes PTX versions 22.1.x ant\u00e9rieures \u00e0 22.1R2", "product": { "name": "Junos OS", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS versions 19.2.x ant\u00e9rieures \u00e0 19.2R1-S9, 19.2R3-S6", "product": { "name": "Junos OS", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS sur plateformes EX versions 19.3.x ant\u00e9rieures \u00e0 19.3R3-S6", "product": { "name": "Junos OS", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS sur plateformes EX versions 20.1.x ant\u00e9rieures \u00e0 20.1R3-S4", "product": { "name": "Junos OS", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos Space Security Director Policy Enforcer versions ant\u00e9rieures \u00e0 22.1R1", "product": { "name": "N/A", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS versions 21.2.x ant\u00e9rieures \u00e0 21.2R2-S2, 21.2R3", "product": { "name": "Junos OS", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS sur plateformes QFX versions 19.4.x ant\u00e9rieures \u00e0 19.4R2-S6, 19.4R3-S8", "product": { "name": "Junos OS", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS versions 19.4.x ant\u00e9rieures \u00e0 19.4R2-S6, 19.4R3-S8", "product": { "name": "Junos OS", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS sur plateformes MX versions sup\u00e9rieures \u00e0 20.1R1", "product": { "name": "Junos OS", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS sur plateformes QFX versions 20.1.x ant\u00e9rieures \u00e0 20.1R3-S4", "product": { "name": "Junos OS", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS versions 19.1.x ant\u00e9rieures \u00e0 19.1R2-S3, 19.1R3-S8", "product": { "name": "Junos OS", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS versions 15.1X49, 15.1X49-D100 et suivantes ant\u00e9rieures \u00e0 19.2R3-S5", "product": { "name": "Junos OS", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS Evolved versions 21.2.x ant\u00e9rieures \u00e0 21.2R1-S1-EVO, 21.2R3-EVO", "product": { "name": "Junos OS Evolved", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS sur plateformes EX versions 20.4.x ant\u00e9rieures \u00e0 20.4R3-S2, 20.4R3-S3", "product": { "name": "Junos OS", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS versions 20.2.x ant\u00e9rieures \u00e0 20.2R3-S5", "product": { "name": "Junos OS", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS sur plateformes MX versions 21.1.x ant\u00e9rieures \u00e0 21.1R2, 21.1R3-S2", "product": { "name": "Junos OS", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS sur plateformes QFX versions 19.2.x ant\u00e9rieures \u00e0 19.2R1-S9, 19.2R3-S5", "product": { "name": "Junos OS", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS sur plateformes EX versions 21.1.x ant\u00e9rieures \u00e0 21.1R3-S1", "product": { "name": "Junos OS", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS versions 21.3.x ant\u00e9rieures \u00e0 21.3R2-S1, 21.3R3", "product": { "name": "Junos OS", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS sur plateformes SRX versions 21.4.x ant\u00e9rieures \u00e0 21.4R1-S1, 21.4R2", "product": { "name": "Junos OS", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS sur plateformes SRX versions 19.3.x ant\u00e9rieures \u00e0 19.3R3-S6", "product": { "name": "Junos OS", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Juniper Networks Contrail Networking versions ant\u00e9rieures \u00e0 21.4.0", "product": { "name": "N/A", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS sur plateformes PTX versions 19.4.x ant\u00e9rieures \u00e0 19.4R2-S5, 19.4R3-S8", "product": { "name": "Junos OS", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Contr\u00f4leur Juniper Networks NorthStar versions ant\u00e9rieures \u00e0 5.1.0 Service Pack 6", "product": { "name": "N/A", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS sur plateformes MX versions 20.2.x ant\u00e9rieures \u00e0 20.2R3-S5", "product": { "name": "Junos OS", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS sur plateformes QFX versions 20.4.x ant\u00e9rieures \u00e0 20.4R3-S2", "product": { "name": "Junos OS", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS sur plateformes SRX versions 20.2.x ant\u00e9rieures \u00e0 20.2R3-S4", "product": { "name": "Junos OS", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS sur plateformes PTX versions 21.2.x ant\u00e9rieures \u00e0 21.2R1-S1, 21.2R2, 21.2R3-S1", "product": { "name": "Junos OS", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS sur plateformes PTX versions 20.2.x ant\u00e9rieures \u00e0 20.2R3-S5", "product": { "name": "Junos OS", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS Evolved versions 21.4.x ant\u00e9rieures \u00e0 21.4R1-S1-EVO, 21.4R2-EVO", "product": { "name": "Junos OS Evolved", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS sur plateformes SRX versions ant\u00e9rieures \u00e0 19.2R1-S9, 19.2R3-S5", "product": { "name": "Junos OS", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS sur plateformes EX versions 19.4.x ant\u00e9rieures \u00e0 19.4R3-S8", "product": { "name": "Junos OS", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS sur plateformes PTX toutes versions ant\u00e9rieures \u00e0 19.1R3-S9", "product": { "name": "Junos OS", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS versions 19.3.x ant\u00e9rieures \u00e0 19.3R2-S7, 19.3R3-S6", "product": { "name": "Junos OS", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS sur plateformes EX versions 21.3.x ant\u00e9rieures \u00e0 21.3R1-S2, 21.3R2, 21.3R3", "product": { "name": "Junos OS", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS sur plateformes PTX versions 20.1.x ant\u00e9rieures \u00e0 20.1R3-S4", "product": { "name": "Junos OS", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS sur plateformes QFX versions 21.3.x ant\u00e9rieures \u00e0 21.3R2", "product": { "name": "Junos OS", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS versions 20.3.x ant\u00e9rieures \u00e0 20.3R3-S4", "product": { "name": "Junos OS", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS sur plateformes QFX versions 20.3.x ant\u00e9rieures \u00e0 20.3R3-S3", "product": { "name": "Junos OS", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS versions 18.4.x ant\u00e9rieures \u00e0 18.4R2-S10, 18.4R3-S9", "product": { "name": "Junos OS", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS sur plateformes EX versions 21.2.x ant\u00e9rieures \u00e0 21.2R2-S2, 21.2R3", "product": { "name": "Junos OS", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS sur plateformes SRX versions 21.1.x ant\u00e9rieures \u00e0 21.1R3-S2", "product": { "name": "Junos OS", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS sur plateformes EX versions 20.2.x ant\u00e9rieures \u00e0 20.2R3-S4", "product": { "name": "Junos OS", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS sur plateformes SRX versions 21.2.x ant\u00e9rieures \u00e0 21.2R2-S3, 21.2R3", "product": { "name": "Junos OS", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS versions 15.1.x ant\u00e9rieures \u00e0 15.1R7-S10", "product": { "name": "Junos OS", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS sur plateformes SRX versions 20.1.x ant\u00e9rieures \u00e0 20.1R3-S4", "product": { "name": "Junos OS", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS Evolved versions ant\u00e9rieures \u00e0 20.4R3-S3-EVO", "product": { "name": "Junos OS Evolved", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS sur plateformes EX versions 21.4.x ant\u00e9rieures \u00e0 21.4R1-S1, 21.4R2", "product": { "name": "Junos OS", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS sur plateformes QFX versions 19.3.x ant\u00e9rieures \u00e0 19.3R3-S6", "product": { "name": "Junos OS", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS versions ant\u00e9rieures \u00e0 12.3R12-S21", "product": { "name": "Junos OS", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS sur plateformes MX versions 21.3.x ant\u00e9rieures \u00e0 21.3R2", "product": { "name": "Junos OS", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS sur plateformes QFX versions 21.1.x ant\u00e9rieures \u00e0 21.1R2-S1, 21.1R3", "product": { "name": "Junos OS", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS sur plateformes MX versions 20.3.x ant\u00e9rieures \u00e0 20.3R3-S4", "product": { "name": "Junos OS", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS sur plateformes PTX versions 20.4.x ant\u00e9rieures \u00e0 20.4R3-S4", "product": { "name": "Junos OS", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS sur plateformes SRX versions 19.4.x ant\u00e9rieures \u00e0 19.4R3-S8", "product": { "name": "Junos OS", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS versions 20.1.x ant\u00e9rieures \u00e0 20.1R3-S4", "product": { "name": "Junos OS", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Contr\u00f4leur Juniper Networks NorthStar versions 6.x ant\u00e9rieures \u00e0 6.2.2", "product": { "name": "N/A", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS sur plateformes QFX versions ant\u00e9rieures \u00e0 19.1R3-S9", "product": { "name": "Junos OS", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS sur plateformes QFX versions 20.2.x ant\u00e9rieures \u00e0 20.2R3-S4", "product": { "name": "Junos OS", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS sur plateformes PTX versions 21.1.x ant\u00e9rieures \u00e0 21.1R2-S1, 21.1R3-S2", "product": { "name": "Junos OS", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS sur plateformes SRX versions 20.3.x ant\u00e9rieures \u00e0 20.3R3-S3", "product": { "name": "Junos OS", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS sur plateformes SRX versions 21.3.x ant\u00e9rieures \u00e0 21.3R1-S2, 21.3R2, 21.3R3", "product": { "name": "Junos OS", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS sur plateformes PTX versions 20.3.x ant\u00e9rieures \u00e0 20.3R3-S4", "product": { "name": "Junos OS", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS sur plateformes MX versions 21.4.x ant\u00e9rieures \u00e0 21.4R2", "product": { "name": "Junos OS", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS sur plateformes PTX versions 21.4.x ant\u00e9rieures \u00e0 21.4R2", "product": { "name": "Junos OS", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS sur plateformes MX versions 21.2.x ant\u00e9rieures \u00e0 21.2R2-S2", "product": { "name": "Junos OS", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS sur plateformes PTX versions 21.3.x ant\u00e9rieures \u00e0 21.3R3", "product": { "name": "Junos OS", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS versions 20.4.x ant\u00e9rieures \u00e0 20.4R2-S2, 20.4R3-S3", "product": { "name": "Junos OS", "vendor": { "name": "Juniper Networks", "scada": false } } } ], "affected_systems_content": null, "content": "## Solution\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des\ncorrectifs (cf. section Documentation).\n", "cves": [ { "name": "CVE-2012-0876", "url": "https://www.cve.org/CVERecord?id=CVE-2012-0876" }, { "name": "CVE-2003-0001", "url": "https://www.cve.org/CVERecord?id=CVE-2003-0001" }, { "name": "CVE-2015-2716", "url": "https://www.cve.org/CVERecord?id=CVE-2015-2716" }, { "name": "CVE-2015-1283", "url": "https://www.cve.org/CVERecord?id=CVE-2015-1283" }, { "name": "CVE-2013-7422", "url": "https://www.cve.org/CVERecord?id=CVE-2013-7422" }, { "name": "CVE-2015-7705", "url": "https://www.cve.org/CVERecord?id=CVE-2015-7705" }, { "name": "CVE-2015-8035", "url": "https://www.cve.org/CVERecord?id=CVE-2015-8035" }, { "name": "CVE-2016-2516", "url": "https://www.cve.org/CVERecord?id=CVE-2016-2516" }, { "name": "CVE-2016-4612", "url": "https://www.cve.org/CVERecord?id=CVE-2016-4612" }, { "name": "CVE-2016-4610", "url": "https://www.cve.org/CVERecord?id=CVE-2016-4610" }, { "name": "CVE-2016-4608", "url": "https://www.cve.org/CVERecord?id=CVE-2016-4608" }, { "name": "CVE-2016-4609", "url": "https://www.cve.org/CVERecord?id=CVE-2016-4609" }, { "name": "CVE-2016-4607", "url": "https://www.cve.org/CVERecord?id=CVE-2016-4607" }, { "name": "CVE-2016-5131", "url": "https://www.cve.org/CVERecord?id=CVE-2016-5131" }, { "name": "CVE-2016-4658", "url": "https://www.cve.org/CVERecord?id=CVE-2016-4658" }, { "name": "CVE-2016-4738", "url": "https://www.cve.org/CVERecord?id=CVE-2016-4738" }, { "name": "CVE-2016-5300", "url": "https://www.cve.org/CVERecord?id=CVE-2016-5300" }, { "name": "CVE-2016-9063", "url": "https://www.cve.org/CVERecord?id=CVE-2016-9063" }, { "name": "CVE-2016-8618", "url": "https://www.cve.org/CVERecord?id=CVE-2016-8618" }, { "name": "CVE-2016-8622", "url": "https://www.cve.org/CVERecord?id=CVE-2016-8622" }, { "name": "CVE-2016-8619", "url": "https://www.cve.org/CVERecord?id=CVE-2016-8619" }, { "name": "CVE-2016-5180", "url": "https://www.cve.org/CVERecord?id=CVE-2016-5180" }, { "name": "CVE-2016-9538", "url": "https://www.cve.org/CVERecord?id=CVE-2016-9538" }, { "name": "CVE-2016-9539", "url": "https://www.cve.org/CVERecord?id=CVE-2016-9539" }, { "name": "CVE-2017-0553", "url": "https://www.cve.org/CVERecord?id=CVE-2017-0553" }, { "name": "CVE-2017-7375", "url": "https://www.cve.org/CVERecord?id=CVE-2017-7375" }, { "name": "CVE-2017-1000368", "url": "https://www.cve.org/CVERecord?id=CVE-2017-1000368" }, { "name": "CVE-2017-10989", "url": "https://www.cve.org/CVERecord?id=CVE-2017-10989" }, { "name": "CVE-2017-7525", "url": "https://www.cve.org/CVERecord?id=CVE-2017-7525" }, { "name": "CVE-2017-15412", "url": "https://www.cve.org/CVERecord?id=CVE-2017-15412" }, { "name": "CVE-2017-8817", "url": "https://www.cve.org/CVERecord?id=CVE-2017-8817" }, { "name": "CVE-2015-8385", "url": "https://www.cve.org/CVERecord?id=CVE-2015-8385" }, { "name": "CVE-2015-8388", "url": "https://www.cve.org/CVERecord?id=CVE-2015-8388" }, { "name": "CVE-2015-2327", "url": "https://www.cve.org/CVERecord?id=CVE-2015-2327" }, { "name": "CVE-2017-16931", "url": "https://www.cve.org/CVERecord?id=CVE-2017-16931" }, { "name": "CVE-2015-8394", "url": "https://www.cve.org/CVERecord?id=CVE-2015-8394" }, { "name": "CVE-2015-8387", "url": "https://www.cve.org/CVERecord?id=CVE-2015-8387" }, { "name": "CVE-2015-8391", "url": "https://www.cve.org/CVERecord?id=CVE-2015-8391" }, { "name": "CVE-2015-8380", "url": "https://www.cve.org/CVERecord?id=CVE-2015-8380" }, { "name": "CVE-2016-3191", "url": "https://www.cve.org/CVERecord?id=CVE-2016-3191" }, { "name": "CVE-2015-8390", "url": "https://www.cve.org/CVERecord?id=CVE-2015-8390" }, { "name": "CVE-2015-8386", "url": "https://www.cve.org/CVERecord?id=CVE-2015-8386" }, { "name": "CVE-2015-2328", "url": "https://www.cve.org/CVERecord?id=CVE-2015-2328" }, { "name": "CVE-2017-18258", "url": "https://www.cve.org/CVERecord?id=CVE-2017-18258" }, { "name": "CVE-2018-9251", "url": "https://www.cve.org/CVERecord?id=CVE-2018-9251" }, { "name": "CVE-2018-7489", "url": "https://www.cve.org/CVERecord?id=CVE-2018-7489" }, { "name": "CVE-2017-15095", "url": "https://www.cve.org/CVERecord?id=CVE-2017-15095" }, { "name": "CVE-2017-17485", "url": "https://www.cve.org/CVERecord?id=CVE-2017-17485" }, { "name": "CVE-2019-9518", "url": "https://www.cve.org/CVERecord?id=CVE-2019-9518" }, { "name": "CVE-2018-14721", "url": "https://www.cve.org/CVERecord?id=CVE-2018-14721" }, { "name": "CVE-2019-8457", "url": "https://www.cve.org/CVERecord?id=CVE-2019-8457" }, { "name": "CVE-2019-1354", "url": "https://www.cve.org/CVERecord?id=CVE-2019-1354" }, { "name": "CVE-2019-1352", "url": "https://www.cve.org/CVERecord?id=CVE-2019-1352" }, { "name": "CVE-2019-1387", "url": "https://www.cve.org/CVERecord?id=CVE-2019-1387" }, { "name": "CVE-2019-1349", "url": "https://www.cve.org/CVERecord?id=CVE-2019-1349" }, { "name": "CVE-2019-1350", "url": "https://www.cve.org/CVERecord?id=CVE-2019-1350" }, { "name": "CVE-2019-17267", "url": "https://www.cve.org/CVERecord?id=CVE-2019-17267" }, { "name": "CVE-2020-2754", "url": "https://www.cve.org/CVERecord?id=CVE-2020-2754" }, { "name": "CVE-2020-2756", "url": "https://www.cve.org/CVERecord?id=CVE-2020-2756" }, { "name": "CVE-2020-2805", "url": "https://www.cve.org/CVERecord?id=CVE-2020-2805" }, { "name": "CVE-2020-2830", "url": "https://www.cve.org/CVERecord?id=CVE-2020-2830" }, { "name": "CVE-2020-2757", "url": "https://www.cve.org/CVERecord?id=CVE-2020-2757" }, { "name": "CVE-2020-2800", "url": "https://www.cve.org/CVERecord?id=CVE-2020-2800" }, { "name": "CVE-2020-2803", "url": "https://www.cve.org/CVERecord?id=CVE-2020-2803" }, { "name": "CVE-2020-2755", "url": "https://www.cve.org/CVERecord?id=CVE-2020-2755" }, { "name": "CVE-2020-2781", "url": "https://www.cve.org/CVERecord?id=CVE-2020-2781" }, { "name": "CVE-2020-2773", "url": "https://www.cve.org/CVERecord?id=CVE-2020-2773" }, { "name": "CVE-2020-8616", "url": "https://www.cve.org/CVERecord?id=CVE-2020-8616" }, { "name": "CVE-2020-8617", "url": "https://www.cve.org/CVERecord?id=CVE-2020-8617" }, { "name": "CVE-2019-17571", "url": "https://www.cve.org/CVERecord?id=CVE-2019-17571" }, { "name": "CVE-2017-14867", "url": "https://www.cve.org/CVERecord?id=CVE-2017-14867" }, { "name": "CVE-2019-16943", "url": "https://www.cve.org/CVERecord?id=CVE-2019-16943" }, { "name": "CVE-2020-14579", "url": "https://www.cve.org/CVERecord?id=CVE-2020-14579" }, { "name": "CVE-2020-14577", "url": "https://www.cve.org/CVERecord?id=CVE-2020-14577" }, { "name": "CVE-2020-14578", "url": "https://www.cve.org/CVERecord?id=CVE-2020-14578" }, { "name": "CVE-2020-14621", "url": "https://www.cve.org/CVERecord?id=CVE-2020-14621" }, { "name": "CVE-2020-14583", "url": "https://www.cve.org/CVERecord?id=CVE-2020-14583" }, { "name": "CVE-2020-14593", "url": "https://www.cve.org/CVERecord?id=CVE-2020-14593" }, { "name": "CVE-2020-14556", "url": "https://www.cve.org/CVERecord?id=CVE-2020-14556" }, { "name": "CVE-2020-11656", "url": "https://www.cve.org/CVERecord?id=CVE-2020-11656" }, { "name": "CVE-2020-1968", "url": "https://www.cve.org/CVERecord?id=CVE-2020-1968" }, { "name": "CVE-2020-15999", "url": "https://www.cve.org/CVERecord?id=CVE-2020-15999" }, { "name": "CVE-2020-1747", "url": "https://www.cve.org/CVERecord?id=CVE-2020-1747" }, { "name": "CVE-2020-25696", "url": "https://www.cve.org/CVERecord?id=CVE-2020-25696" }, { "name": "CVE-2020-13631", "url": "https://www.cve.org/CVERecord?id=CVE-2020-13631" }, { "name": "CVE-2020-13435", "url": "https://www.cve.org/CVERecord?id=CVE-2020-13435" }, { "name": "CVE-2020-13434", "url": "https://www.cve.org/CVERecord?id=CVE-2020-13434" }, { "name": "CVE-2020-15358", "url": "https://www.cve.org/CVERecord?id=CVE-2020-15358" }, { "name": "CVE-2020-13630", "url": "https://www.cve.org/CVERecord?id=CVE-2020-13630" }, { "name": "CVE-2020-25704", "url": "https://www.cve.org/CVERecord?id=CVE-2020-25704" }, { "name": "CVE-2020-1971", "url": "https://www.cve.org/CVERecord?id=CVE-2020-1971" }, { "name": "CVE-2021-23839", "url": "https://www.cve.org/CVERecord?id=CVE-2021-23839" }, { "name": "CVE-2021-23841", "url": "https://www.cve.org/CVERecord?id=CVE-2021-23841" }, { "name": "CVE-2021-23840", "url": "https://www.cve.org/CVERecord?id=CVE-2021-23840" }, { "name": "CVE-2021-3177", "url": "https://www.cve.org/CVERecord?id=CVE-2021-3177" }, { "name": "CVE-2019-25013", "url": "https://www.cve.org/CVERecord?id=CVE-2019-25013" }, { "name": "CVE-2021-28950", "url": "https://www.cve.org/CVERecord?id=CVE-2021-28950" }, { "name": "CVE-2020-36322", "url": "https://www.cve.org/CVERecord?id=CVE-2020-36322" }, { "name": "CVE-2021-23017", "url": "https://www.cve.org/CVERecord?id=CVE-2021-23017" }, { "name": "CVE-2020-36385", "url": "https://www.cve.org/CVERecord?id=CVE-2020-36385" }, { "name": "CVE-2020-10878", "url": "https://www.cve.org/CVERecord?id=CVE-2020-10878" }, { "name": "CVE-2020-13632", "url": "https://www.cve.org/CVERecord?id=CVE-2020-13632" }, { "name": "CVE-2020-11655", "url": "https://www.cve.org/CVERecord?id=CVE-2020-11655" }, { "name": "CVE-2020-29573", "url": "https://www.cve.org/CVERecord?id=CVE-2020-29573" }, { "name": "CVE-2020-10029", "url": "https://www.cve.org/CVERecord?id=CVE-2020-10029" }, { "name": "CVE-2021-3712", "url": "https://www.cve.org/CVERecord?id=CVE-2021-3712" }, { "name": "CVE-2020-12049", "url": "https://www.cve.org/CVERecord?id=CVE-2020-12049" }, { "name": "CVE-2020-14363", "url": "https://www.cve.org/CVERecord?id=CVE-2020-14363" }, { "name": "CVE-2019-18276", "url": "https://www.cve.org/CVERecord?id=CVE-2019-18276" }, { "name": "CVE-2021-3520", "url": "https://www.cve.org/CVERecord?id=CVE-2021-3520" }, { "name": "CVE-2019-9169", "url": "https://www.cve.org/CVERecord?id=CVE-2019-9169" }, { "name": "CVE-2021-3517", "url": "https://www.cve.org/CVERecord?id=CVE-2021-3517" }, { "name": "CVE-2021-20271", "url": "https://www.cve.org/CVERecord?id=CVE-2021-20271" }, { "name": "CVE-2020-27619", "url": "https://www.cve.org/CVERecord?id=CVE-2020-27619" }, { "name": "CVE-2020-8492", "url": "https://www.cve.org/CVERecord?id=CVE-2020-8492" }, { "name": "CVE-2021-20227", "url": "https://www.cve.org/CVERecord?id=CVE-2021-20227" }, { "name": "CVE-2021-35603", "url": "https://www.cve.org/CVERecord?id=CVE-2021-35603" }, { "name": "CVE-2021-35586", "url": "https://www.cve.org/CVERecord?id=CVE-2021-35586" }, { "name": "CVE-2021-35559", "url": "https://www.cve.org/CVERecord?id=CVE-2021-35559" }, { "name": "CVE-2021-35567", "url": "https://www.cve.org/CVERecord?id=CVE-2021-35567" }, { "name": "CVE-2021-35578", "url": "https://www.cve.org/CVERecord?id=CVE-2021-35578" }, { "name": "CVE-2021-35550", "url": "https://www.cve.org/CVERecord?id=CVE-2021-35550" }, { "name": "CVE-2021-35561", "url": "https://www.cve.org/CVERecord?id=CVE-2021-35561" }, { "name": "CVE-2021-35565", "url": "https://www.cve.org/CVERecord?id=CVE-2021-35565" }, { "name": "CVE-2021-35588", "url": "https://www.cve.org/CVERecord?id=CVE-2021-35588" }, { "name": "CVE-2021-35564", "url": "https://www.cve.org/CVERecord?id=CVE-2021-35564" }, { "name": "CVE-2021-35556", "url": "https://www.cve.org/CVERecord?id=CVE-2021-35556" }, { "name": "CVE-2021-22946", "url": "https://www.cve.org/CVERecord?id=CVE-2021-22946" }, { "name": "CVE-2020-13871", "url": "https://www.cve.org/CVERecord?id=CVE-2020-13871" }, { "name": "CVE-2020-25717", "url": "https://www.cve.org/CVERecord?id=CVE-2020-25717" }, { "name": "CVE-2016-2124", "url": "https://www.cve.org/CVERecord?id=CVE-2016-2124" }, { "name": "CVE-2021-42739", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42739" }, { "name": "CVE-2019-9924", "url": "https://www.cve.org/CVERecord?id=CVE-2019-9924" }, { "name": "CVE-2019-14892", "url": "https://www.cve.org/CVERecord?id=CVE-2019-14892" }, { "name": "CVE-2019-14893", "url": "https://www.cve.org/CVERecord?id=CVE-2019-14893" }, { "name": "CVE-2022-21304", "url": "https://www.cve.org/CVERecord?id=CVE-2022-21304" }, { "name": "CVE-2022-21245", "url": "https://www.cve.org/CVERecord?id=CVE-2022-21245" }, { "name": "CVE-2022-21344", "url": "https://www.cve.org/CVERecord?id=CVE-2022-21344" }, { "name": "CVE-2022-21270", "url": "https://www.cve.org/CVERecord?id=CVE-2022-21270" }, { "name": "CVE-2022-21367", "url": "https://www.cve.org/CVERecord?id=CVE-2022-21367" }, { "name": "CVE-2022-21303", "url": "https://www.cve.org/CVERecord?id=CVE-2022-21303" }, { "name": "CVE-2020-9327", "url": "https://www.cve.org/CVERecord?id=CVE-2020-9327" }, { "name": "CVE-2021-41617", "url": "https://www.cve.org/CVERecord?id=CVE-2021-41617" }, { "name": "CVE-2019-14379", "url": "https://www.cve.org/CVERecord?id=CVE-2019-14379" }, { "name": "CVE-2014-6272", "url": "https://www.cve.org/CVERecord?id=CVE-2014-6272" }, { "name": "CVE-2015-6525", "url": "https://www.cve.org/CVERecord?id=CVE-2015-6525" }, { "name": "CVE-2018-14404", "url": "https://www.cve.org/CVERecord?id=CVE-2018-14404" }, { "name": "CVE-2017-1000158", "url": "https://www.cve.org/CVERecord?id=CVE-2017-1000158" }, { "name": "CVE-2020-14343", "url": "https://www.cve.org/CVERecord?id=CVE-2020-14343" }, { "name": "CVE-2018-1000654", "url": "https://www.cve.org/CVERecord?id=CVE-2018-1000654" }, { "name": "CVE-2014-9471", "url": "https://www.cve.org/CVERecord?id=CVE-2014-9471" }, { "name": "CVE-2019-14540", "url": "https://www.cve.org/CVERecord?id=CVE-2019-14540" }, { "name": "CVE-2020-8840", "url": "https://www.cve.org/CVERecord?id=CVE-2020-8840" }, { "name": "CVE-2019-16942", "url": "https://www.cve.org/CVERecord?id=CVE-2019-16942" }, { "name": "CVE-2019-16335", "url": "https://www.cve.org/CVERecord?id=CVE-2019-16335" }, { "name": "CVE-2019-17531", "url": "https://www.cve.org/CVERecord?id=CVE-2019-17531" }, { "name": "CVE-2019-20330", "url": "https://www.cve.org/CVERecord?id=CVE-2019-20330" }, { "name": "CVE-2019-0205", "url": "https://www.cve.org/CVERecord?id=CVE-2019-0205" }, { "name": "CVE-2017-12562", "url": "https://www.cve.org/CVERecord?id=CVE-2017-12562" }, { "name": "CVE-2018-14567", "url": "https://www.cve.org/CVERecord?id=CVE-2018-14567" }, { "name": "CVE-2022-22217", "url": "https://www.cve.org/CVERecord?id=CVE-2022-22217" }, { "name": "CVE-2016-4484", "url": "https://www.cve.org/CVERecord?id=CVE-2016-4484" }, { "name": "CVE-2015-4042", "url": "https://www.cve.org/CVERecord?id=CVE-2015-4042" }, { "name": "CVE-2016-7943", "url": "https://www.cve.org/CVERecord?id=CVE-2016-7943" }, { "name": "CVE-2016-6318", "url": "https://www.cve.org/CVERecord?id=CVE-2016-6318" }, { "name": "CVE-2017-7500", "url": "https://www.cve.org/CVERecord?id=CVE-2017-7500" }, { "name": "CVE-2016-7942", "url": "https://www.cve.org/CVERecord?id=CVE-2016-7942" }, { "name": "CVE-2017-9117", "url": "https://www.cve.org/CVERecord?id=CVE-2017-9117" }, { "name": "CVE-2022-22203", "url": "https://www.cve.org/CVERecord?id=CVE-2022-22203" }, { "name": "CVE-2015-5228", "url": "https://www.cve.org/CVERecord?id=CVE-2015-5228" }, { "name": "CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "name": "CVE-2022-22216", "url": "https://www.cve.org/CVERecord?id=CVE-2022-22216" }, { "name": "CVE-2015-7805", "url": "https://www.cve.org/CVERecord?id=CVE-2015-7805" }, { "name": "CVE-2017-8779", "url": "https://www.cve.org/CVERecord?id=CVE-2017-8779" }, { "name": "CVE-2022-22206", "url": "https://www.cve.org/CVERecord?id=CVE-2022-22206" }, { "name": "CVE-2016-7947", "url": "https://www.cve.org/CVERecord?id=CVE-2016-7947" }, { "name": "CVE-2016-7951", "url": "https://www.cve.org/CVERecord?id=CVE-2016-7951" }, { "name": "CVE-2018-8088", "url": "https://www.cve.org/CVERecord?id=CVE-2018-8088" }, { "name": "CVE-2018-6954", "url": "https://www.cve.org/CVERecord?id=CVE-2018-6954" }, { "name": "CVE-2014-9488", "url": "https://www.cve.org/CVERecord?id=CVE-2014-9488" }, { "name": "CVE-2018-14720", "url": "https://www.cve.org/CVERecord?id=CVE-2018-14720" }, { "name": "CVE-2017-15994", "url": "https://www.cve.org/CVERecord?id=CVE-2017-15994" }, { "name": "CVE-2022-22209", "url": "https://www.cve.org/CVERecord?id=CVE-2022-22209" }, { "name": "CVE-2015-8540", "url": "https://www.cve.org/CVERecord?id=CVE-2015-8540" }, { "name": "CVE-2016-7950", "url": "https://www.cve.org/CVERecord?id=CVE-2016-7950" }, { "name": "CVE-2017-14930", "url": "https://www.cve.org/CVERecord?id=CVE-2017-14930" }, { "name": "CVE-2017-8105", "url": "https://www.cve.org/CVERecord?id=CVE-2017-8105" }, { "name": "CVE-2016-7949", "url": "https://www.cve.org/CVERecord?id=CVE-2016-7949" }, { "name": "CVE-2017-5225", "url": "https://www.cve.org/CVERecord?id=CVE-2017-5225" }, { "name": "CVE-2016-1951", "url": "https://www.cve.org/CVERecord?id=CVE-2016-1951" }, { "name": "CVE-2017-8871", "url": "https://www.cve.org/CVERecord?id=CVE-2017-8871" }, { "name": "CVE-2018-19362", "url": "https://www.cve.org/CVERecord?id=CVE-2018-19362" }, { "name": "CVE-2022-22215", "url": "https://www.cve.org/CVERecord?id=CVE-2022-22215" }, { "name": "CVE-2015-7036", "url": "https://www.cve.org/CVERecord?id=CVE-2015-7036" }, { "name": "CVE-2016-2779", "url": "https://www.cve.org/CVERecord?id=CVE-2016-2779" }, { "name": "CVE-2022-22213", "url": "https://www.cve.org/CVERecord?id=CVE-2022-22213" }, { "name": "CVE-2016-10195", "url": "https://www.cve.org/CVERecord?id=CVE-2016-10195" }, { "name": "CVE-2014-5044", "url": "https://www.cve.org/CVERecord?id=CVE-2014-5044" }, { "name": "CVE-2016-7944", "url": "https://www.cve.org/CVERecord?id=CVE-2016-7944" }, { "name": "CVE-2014-9114", "url": "https://www.cve.org/CVERecord?id=CVE-2014-9114" }, { "name": "CVE-2014-9474", "url": "https://www.cve.org/CVERecord?id=CVE-2014-9474" }, { "name": "CVE-2015-2059", "url": "https://www.cve.org/CVERecord?id=CVE-2015-2059" }, { "name": "CVE-2022-22207", "url": "https://www.cve.org/CVERecord?id=CVE-2022-22207" }, { "name": "CVE-2022-22205", "url": "https://www.cve.org/CVERecord?id=CVE-2022-22205" }, { "name": "CVE-2022-22204", "url": "https://www.cve.org/CVERecord?id=CVE-2022-22204" }, { "name": "CVE-2017-5929", "url": "https://www.cve.org/CVERecord?id=CVE-2017-5929" }, { "name": "CVE-2018-19361", "url": "https://www.cve.org/CVERecord?id=CVE-2018-19361" }, { "name": "CVE-2017-10685", "url": "https://www.cve.org/CVERecord?id=CVE-2017-10685" }, { "name": "CVE-2021-33574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-33574" }, { "name": "CVE-2015-8947", "url": "https://www.cve.org/CVERecord?id=CVE-2015-8947" }, { "name": "CVE-2019-9893", "url": "https://www.cve.org/CVERecord?id=CVE-2019-9893" }, { "name": "CVE-2016-1238", "url": "https://www.cve.org/CVERecord?id=CVE-2016-1238" }, { "name": "CVE-2016-7948", "url": "https://www.cve.org/CVERecord?id=CVE-2016-7948" }, { "name": "CVE-2014-9746", "url": "https://www.cve.org/CVERecord?id=CVE-2014-9746" }, { "name": "CVE-2018-14719", "url": "https://www.cve.org/CVERecord?id=CVE-2018-14719" }, { "name": "CVE-2016-2052", "url": "https://www.cve.org/CVERecord?id=CVE-2016-2052" }, { "name": "CVE-2021-3487", "url": "https://www.cve.org/CVERecord?id=CVE-2021-3487" }, { "name": "CVE-2022-22214", "url": "https://www.cve.org/CVERecord?id=CVE-2022-22214" }, { "name": "CVE-2014-4043", "url": "https://www.cve.org/CVERecord?id=CVE-2014-4043" }, { "name": "CVE-2022-22221", "url": "https://www.cve.org/CVERecord?id=CVE-2022-22221" }, { "name": "CVE-2022-22212", "url": "https://www.cve.org/CVERecord?id=CVE-2022-22212" }, { "name": "CVE-2017-16548", "url": "https://www.cve.org/CVERecord?id=CVE-2017-16548" }, { "name": "CVE-2021-36690", "url": "https://www.cve.org/CVERecord?id=CVE-2021-36690" }, { "name": "CVE-2014-9939", "url": "https://www.cve.org/CVERecord?id=CVE-2014-9939" }, { "name": "CVE-2017-11164", "url": "https://www.cve.org/CVERecord?id=CVE-2017-11164" }, { "name": "CVE-2015-3308", "url": "https://www.cve.org/CVERecord?id=CVE-2015-3308" }, { "name": "CVE-2017-7614", "url": "https://www.cve.org/CVERecord?id=CVE-2017-7614" }, { "name": "CVE-2022-22202", "url": "https://www.cve.org/CVERecord?id=CVE-2022-22202" }, { "name": "CVE-2017-8421", "url": "https://www.cve.org/CVERecord?id=CVE-2017-8421" }, { "name": "CVE-2017-14062", "url": "https://www.cve.org/CVERecord?id=CVE-2017-14062" }, { "name": "CVE-2018-14718", "url": "https://www.cve.org/CVERecord?id=CVE-2018-14718" }, { "name": "CVE-2022-22218", "url": "https://www.cve.org/CVERecord?id=CVE-2022-22218" }, { "name": "CVE-2017-10684", "url": "https://www.cve.org/CVERecord?id=CVE-2017-10684" }, { "name": "CVE-2022-22210", "url": "https://www.cve.org/CVERecord?id=CVE-2022-22210" }, { "name": "CVE-2017-13716", "url": "https://www.cve.org/CVERecord?id=CVE-2017-13716" }, { "name": "CVE-2021-37750", "url": "https://www.cve.org/CVERecord?id=CVE-2021-37750" }, { "name": "CVE-2015-5602", "url": "https://www.cve.org/CVERecord?id=CVE-2015-5602" }, { "name": "CVE-2018-11307", "url": "https://www.cve.org/CVERecord?id=CVE-2018-11307" }, { "name": "CVE-2018-19360", "url": "https://www.cve.org/CVERecord?id=CVE-2018-19360" }, { "name": "CVE-2017-17434", "url": "https://www.cve.org/CVERecord?id=CVE-2017-17434" }, { "name": "CVE-2017-8287", "url": "https://www.cve.org/CVERecord?id=CVE-2017-8287" }, { "name": "CVE-2017-8804", "url": "https://www.cve.org/CVERecord?id=CVE-2017-8804" } ], "initial_release_date": "2022-07-15T00:00:00", "last_revision_date": "2022-07-15T00:00:00", "links": [], "reference": "CERTFR-2022-AVI-650", "revisions": [ { "description": "Version initiale", "revision_date": "2022-07-15T00:00:00.000000" } ], "risks": [ { "description": "D\u00e9ni de service \u00e0 distance" }, { "description": "Ex\u00e9cution de code arbitraire \u00e0 distance" }, { "description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es" }, { "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\nJuniper. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer\nune ex\u00e9cution de code arbitraire \u00e0 distance, un d\u00e9ni de service \u00e0\ndistance et un contournement de la politique de s\u00e9curit\u00e9.\n", "title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits Juniper", "vendor_advisories": [ { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA69723 du 13 juillet 2022", "url": "https://supportportal.juniper.net/s/article/2022-07-Security-Bulletin-Junos-Space-Security-Director-Policy-Enforcer-upgraded-to-CentOS-7-9" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA69722 du 13 juillet 2022", "url": "https://supportportal.juniper.net/s/article/2022-07-Security-Bulletin-Junos-Space-Multiple-vulnerabilities-resolved-in-22-2R1-release-CVE-2022-22218" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA69713 du 13 juillet 2022", "url": "https://supportportal.juniper.net/s/article/2022-07-Security-Bulletin-Junos-OS-RIB-and-PFEs-can-get-out-of-sync-due-to-a-memory-leak-caused-by-interface-flaps-or-route-churn-CVE-2022-22209" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA69710 du 13 juillet 2022", "url": "https://supportportal.juniper.net/s/article/2022-07-Security-Bulletin-Junos-OS-SRX-series-The-PFE-will-crash-when-specific-traffic-is-scanned-by-Enhanced-Web-Filtering-safe-search-CVE-2022-22206" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA69717 du 13 juillet 2022", "url": "https://supportportal.juniper.net/s/article/2022-07-Security-Bulletin-Junos-OS-and-Junos-OS-Evolved-Denial-of-Service-DoS-vulnerability-in-RPD-upon-receipt-of-specific-BGP-update-CVE-2022-22213" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA69707 du 13 juillet 2022", "url": "https://supportportal.juniper.net/s/article/2022-07-Security-Bulletin-Junos-OS-EX4600-Series-and-QFX5000-Series-Receipt-of-specific-traffic-will-lead-to-an-fxpc-process-crash-followed-by-an-FPC-reboot-CVE-2022-22203" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA69714 du 13 juillet 2022", "url": "https://supportportal.juniper.net/s/article/2022-07-Security-Bulletin-Junos-OS-QFX5000-Series-and-MX-Series-An-l2alm-crash-leading-to-an-FPC-crash-can-be-observed-in-VxLAN-scenario-CVE-2022-22210" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA69718 du 13 juillet 2022", "url": "https://supportportal.juniper.net/s/article/2022-07-Security-Bulletin-Junos-OS-and-Junos-OS-Evolved-In-an-MPLS-scenario-upon-receipt-of-a-specific-IPv6-packet-an-FPC-will-crash-CVE-2022-22214" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA69726 du 13 juillet 2022", "url": "https://supportportal.juniper.net/s/article/2022-07-Security-Bulletin-Contrail-Networking-Multiple-vulnerabilities-resolved-in-Contrail-Networking-21-4" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA69711 du 13 juillet 2022", "url": "https://supportportal.juniper.net/s/article/2022-07-Security-Bulletin-Junos-OS-MX-Series-with-MPC11-In-a-GNF-node-slicing-scenario-gathering-AF-interface-statistics-can-lead-to-a-kernel-crash-CVE-2022-22207" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA69715 du 13 juillet 2022", "url": "https://supportportal.juniper.net/s/article/2022-07-Security-Bulletin-Junos-OS-OpenSSL-security-fixes" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA69708 du 13 juillet 2022", "url": "https://supportportal.juniper.net/s/article/2022-07-Security-Bulletin-Junos-OS-MX-Series-and-SRX-Series-When-receiving-a-specific-SIP-packets-stale-call-table-entries-are-created-which-eventually-leads-to-a-DoS-for-all-SIP-traffic-CVE-2022-22204" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA69716 du 13 juillet 2022", "url": "https://supportportal.juniper.net/s/article/2022-07-Security-Bulletin-Junos-OS-Evolved-A-high-rate-of-specific-hostbound-traffic-will-cause-unexpected-hostbound-traffic-delays-or-drops-CVE-2022-22212" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA69719 du 13 juillet 2022", "url": "https://supportportal.juniper.net/s/article/2022-07-Security-Bulletin-Junos-OS-and-Junos-OS-Evolved-var-run-pid-env-files-are-potentially-not-deleted-during-termination-of-a-gRPC-connection-causing-inode-exhaustion-CVE-2022-22215" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA69703 du 13 juillet 2022", "url": "https://supportportal.juniper.net/s/article/2022-07-Security-Bulletin-Northstar-Controller-nginx-component-allows-remote-attacker-to-cause-worker-process-crash-or-potentially-arbitrary-code-execution-CVE-2021-23017-2" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA69721 du 13 juillet 2022", "url": "https://supportportal.juniper.net/s/article/2022-07-Security-Bulletin-Junos-OS-QFX10k-Series-Denial-of-Service-DoS-upon-receipt-of-crafted-MLD-packets-on-multi-homing-ESI-in-VXLAN-CVE-2022-22217" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA69720 du 13 juillet 2022", "url": "https://supportportal.juniper.net/s/article/2022-07-Security-Bulletin-Junos-OS-PTX-Series-and-QFX10000-Series-Etherleak-memory-disclosure-in-Ethernet-padding-data-CVE-2022-22216" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA69725 du 13 juillet 2022", "url": "https://supportportal.juniper.net/s/article/2022-07-Security-Bulletin-Junos-OS-SRX-and-EX-Series-Local-privilege-escalation-flaw-in-download-functionality-CVE-2022-22221" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA69705 du 13 juillet 2022", "url": "https://supportportal.juniper.net/s/article/2022-07-Security-Bulletin-Junos-OS-and-Junos-OS-Evolved-Multiple-vulnerabilities-in-SQLite-resolved" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA69709 du 13 juillet 2022", "url": "https://supportportal.juniper.net/s/article/2022-07-Security-Bulletin-Junos-OS-SRX-Series-An-FPC-memory-leak-can-occur-in-an-APBR-scenario-CVE-2022-22205" }, { "published_at": null, "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA69706 du 13 juillet 2022", "url": "https://supportportal.juniper.net/s/article/2022-07-Security-Bulletin-Junos-OS-PTX-Series-FPCs-may-restart-unexpectedly-upon-receipt-of-specific-MPLS-packets-with-certain-multi-unit-interface-configurations-CVE-2022-22202" } ] }
CERTFR-2022-AVI-916
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans les produits Juniper. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, un déni de service à distance et un contournement de la politique de sécurité.
Solution
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
Vendor | Product | Description | ||
---|---|---|---|---|
Juniper Networks | N/A | Contrail Networking versions antérieures à R22.3 | ||
Juniper Networks | N/A | Paragon Active Assurance (anciennement Netrounds) versions antérieures à 3.1.1 | ||
Juniper Networks | Junos Space | Junos Space versions antérieures à 22.2R1 | ||
Juniper Networks | Junos OS Evolved | Junos OS Evolved versions antérieures à 20.4R3-S4-EVO, 21.2R2-EVO, 21.3R2-EVO, 21.4R1-EVO, 21.3R3-EVO, 21.4R2-EVO, 22.1R2-EVO, 22.2R1-EVO, 20.4R3-S3-EVO, 21.1R2-EVO, 21.2R1-EVO, 20.4R3-S4-EVO, 21.3R3-EVO, 21.4R2-EVO, 22.1R2-EVO, 22.2R1-EVO, 20.4R3-S4-EVO, 21.4R3-EVO, 22.1R2-EVO, 22.2R1-EVO, 21.4R3-EVO, 22.1R1-S2-EVO, 22.1R3-EVO, 22.2R2-EVO, 22.3R1-EVO, 20.4R3-S5-EVO, 21.1R3-EVO, 21.2R2-S1-EVO, 21.2R3-EVO, 21.3R2-EVO, 21.4R1-EVO, 21.4R1-S2-EVO, 21.4R2-S1-EVO, 21.4R3-EVO, 22.1R2-EVO, 22.2R1-EVO, 20.4R3-S1-EVO, 21.2R3-EVO, 21.3R2-EVO, 21.4R1-EVO, 20.4R3-S3-EVO, 21.2R3-EVO, 21.3R2-EVO, 21.4R1-S1-EVO, 21.4R2-EVO, 22.1R1-EVO, 20.4R3-S1-EVO, 21.2R1-S2-EVO, 21.2R3-EVO, 21.3R2-EVO, 21.4R1-EVO, 20.4R3-S5-EVO, 21.1R3-S2-EVO, 21.2R3-S1-EVO, 21.3R3-S2-EVO, 21.4R2-EVO, 22.1R2-EVO, 22.2R2-EVO, 22.3R1-EVO, 20.4R3-S4-EVO, 21.1R3-S2-EVO, 21.2R3-EVO, 21.3R2-EVO, 21.4R1-EVO, 20.2R3-S3-EVO, 20.4R3-S1-EVO, 21.3R2-EVO, 21.4R1-EVO, 21.1R3-S2-EVO, 21.2R3-S2-EVO, 21.3R3-EVO, 21.4R1-S1-EVO, 21.4R2-EVO et 22.1R1-EVO | ||
Juniper Networks | N/A | Contrail Networking versions antérieures à 2011.L5 | ||
Juniper Networks | N/A | Steel Belted Radius Carrier Edition versions antérieures à 8.6.0R16 | ||
Juniper Networks | Junos OS | Junos OS versions antérieures à 19.2R3-S6, 20.2R3-S4, 20.3R3-S3, 20.4R3-S4, 21.1R2, 21.2R2, 21.3R2, 21.4R1, 19.1R3-S9, 19.2R3-S6, 19.3R3-S7, 19.4R2-S7, 19.4R3-S9, 20.2R3-S5, 20.3R3-S4, 20.4R3-S4, 21.1R3-S1, 21.2R3, 21.3R2, 21.4R1-S2, 21.4R2, 22.1R1, 19.4R2-S6, 19.4R3-S7, 20.1R3-S3, 20.2R3-S4, 20.3R3-S3, 20.4R3-S2, 21.1R3, 21.2R3, 21.3R1-S2, 21.3R2, 21.4R1, 19.1R3-S9, 19.2R3-S5, 19.3R3-S3, 19.4R3-S9, 20.1R3, 20.2R3-S1, 20.3R3, 20.4R3, 21.1R2, 21.2R1, 15.1R7-S11, 18.4R2-S10, 18.4R3-S10, 19.1R3-S8, 19.2R3-S4, 19.3R3-S5, 19.4R2-S6, 19.4R3-S7, 20.1R3-S3, 20.2R3-S3, 20.3R3-S2, 20.4R3-S4, 21.1R3, 21.2R3-S3, 21.3R3-S1, 21.4R1, 15.1R7-S13, 19.1R3-S9, 19.2R3-S6, 19.3R3-S6, 19.4R2-S7, 19.4R3-S8, 20.2R3-S5, 20.3R3-S5, 20.4R3-S2, 21.1R3, 21.2R3, 21.3R2, 21.4R1, 18.4R2-S10, 18.4R3-S10, 19.1R3-S7, 19.2R1-S8, 19.2R3-S4, 19.4R3-S8, 20.2R3-S3, 20.3R3-S2, 20.4R3, 21.1R2, 21.2R1, 19.4R2-S8, 19.4R3-S9, 20.2R3-S5, 20.3R3-S5, 20.4R3-S4, 21.1R3-S3, 21.2R3-S2, 21.3R3-S1, 21.4R2-S1, 21.4R3, 22.1R1-S2, 22.1R3, 22.2R1-S1, 22.2R2, 22.3R1, 21.3R3-S2, 21.4R2-S2, 21.4R3, 22.1R1-S2, 22.1R3, 22.2R2, 22.3R1, 21.2R3-S1, 21.3R2-S2, 21.3R3, 21.4R2-S1, 21.4R3, 22.1R1-S1, 22.1R2, 22.2R1, 21.4R1-S2, 21.4R2-S1, 21.4R3, 22.1R2, 22.2R1, 21.4R1-S2, 21.4R2, 22.1R1-S1, 22.1R2, 22.2R1, 17.3R3-S12, 17.4R2-S13, 17.4R3-S5, 18.1R3-S13, 18.2R3-S8, 18.3R3-S5, 18.4R1-S8, 18.4R2-S6, 18.4R3-S6, 19.1R3-S4, 19.2R1-S7, 19.2R3-S1, 19.3R2-S6, 19.3R3-S1, 19.4R1-S4, 19.4R2-S4, 19.4R3-S1, 20.1R2, 20.2R2-S3, 20.2R3, 20.3R2, 20.4R1, 21.1R3-S2, 21.2R3-S1, 21.3R3, 21.4R2, 22.1R2, 22.2R1, 20.2R3-S5, 20.3R3-S4, 20.4R3-S3, 21.1R3-S2, 21.2R3-S1, 21.3R3, 21.4R1-S2, 21.4R2, 22.1R1-S1, 22.1R2, 22.2R1, 18.4R3-S11, 19.1R3-S9, 19.2R1-S9, 19.2R3-S5, 19.3R3-S6, 19.4R2-S7, 19.4R3-S8, 20.1R3-S4, 20.2R3-S4, 20.3R3-S4, 20.4R3-S3, 21.1R3-S1, 21.2R3, 21.3R2, 21.4R2, 22.1R1, 19.2R3-S5, 19.3R3-S5, 19.4R2-S6, 19.4R3-S8, 20.2R3-S4, 20.3R3-S3, 20.4R3-S3, 21.1R3-S1, 21.2R3, 21.3R2, 21.4R1-S1, 21.4R2, 22.1R1, 19.4R3-S9, 20.2R3-S5, 20.3R3-S2, 20.4R3-S1, 21.1R3, 21.2R1-S2, 21.2R2-S1, 21.2R3, 21.3R2, 21.4R1, 21.4R1-S2, 21.4R2, 22.1R1, 19.2R3-S6, 19.4R2-S8, 19.4R3-S9, 20.2R3-S5, 20.3R3-S5, 20.4R3-S4, 21.1R3-S2, 21.2R3-S1, 21.3R3-S2, 21.4R2, 22.1R2, 22.3R1, 18.4R2-S9, 18.4R3-S11, 19.1R3-S8, 19.3R3-S5, 19.4R2-S6, 19.4R3-S6, 20.2R3-S3, 20.3R3-S2, 20.4R3-S1, 21.1R3-S3, 21.2R2-S1, 21.2R3, 21.3R1, 19.1R3-S9, 19.2R3-S6, 19.3R3-S7, 19.4R3-S9, 20.1R3-S5, 20.2R3-S5, 20.3R3-S5, 20.4R3-S4, 21.1R3-S2, 21.3R3, 21.4R3, 22.1R2, 22.2R1, 19.4R3-S8, 20.1R3-S2, 20.2R3-S3, 20.3R3-S2, 20.4R3-S1, 21.1R3, 21.2R1-S2, 21.2R3, 21.3R2, 21.4R1, 20.4R3-S4, 21.1R3-S2, 21.2R3-S2, 21.3R2-S2, 21.3R3, 21.4R1-S2, 21.4R2, 21.4R3, 22.1R1-S1, 22.1R2 et 22.2R1 | ||
Juniper Networks | Session Smart Router | Session Smart Router versions antérieures à 5.4.7 | ||
Juniper Networks | Session Smart Router | Session Smart Router versions 5.5.x antérieures à 5.5.3 | ||
Juniper Networks | N/A | Paragon Active Assurance (anciennement Netrounds) versions 3.2.x antérieures à 3.2.1 |
Title | Publication Time | Tags | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
{ "$ref": "https://www.cert.ssi.gouv.fr/openapi.json", "affected_systems": [ { "description": "Contrail Networking versions ant\u00e9rieures \u00e0 R22.3", "product": { "name": "N/A", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Paragon Active Assurance (anciennement Netrounds) versions ant\u00e9rieures \u00e0 3.1.1", "product": { "name": "N/A", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos Space versions ant\u00e9rieures \u00e0 22.2R1", "product": { "name": "Junos Space", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS Evolved versions ant\u00e9rieures \u00e0 20.4R3-S4-EVO, 21.2R2-EVO, 21.3R2-EVO, 21.4R1-EVO, 21.3R3-EVO, 21.4R2-EVO, 22.1R2-EVO, 22.2R1-EVO, 20.4R3-S3-EVO, 21.1R2-EVO, 21.2R1-EVO, 20.4R3-S4-EVO, 21.3R3-EVO, 21.4R2-EVO, 22.1R2-EVO, 22.2R1-EVO, 20.4R3-S4-EVO, 21.4R3-EVO, 22.1R2-EVO, 22.2R1-EVO, 21.4R3-EVO, 22.1R1-S2-EVO, 22.1R3-EVO, 22.2R2-EVO, 22.3R1-EVO, 20.4R3-S5-EVO, 21.1R3-EVO, 21.2R2-S1-EVO, 21.2R3-EVO, 21.3R2-EVO, 21.4R1-EVO, 21.4R1-S2-EVO, 21.4R2-S1-EVO, 21.4R3-EVO, 22.1R2-EVO, 22.2R1-EVO, 20.4R3-S1-EVO, 21.2R3-EVO, 21.3R2-EVO, 21.4R1-EVO, 20.4R3-S3-EVO, 21.2R3-EVO, 21.3R2-EVO, 21.4R1-S1-EVO, 21.4R2-EVO, 22.1R1-EVO, 20.4R3-S1-EVO, 21.2R1-S2-EVO, 21.2R3-EVO, 21.3R2-EVO, 21.4R1-EVO, 20.4R3-S5-EVO, 21.1R3-S2-EVO, 21.2R3-S1-EVO, 21.3R3-S2-EVO, 21.4R2-EVO, 22.1R2-EVO, 22.2R2-EVO, 22.3R1-EVO, 20.4R3-S4-EVO, 21.1R3-S2-EVO, 21.2R3-EVO, 21.3R2-EVO, 21.4R1-EVO, 20.2R3-S3-EVO, 20.4R3-S1-EVO, 21.3R2-EVO, 21.4R1-EVO, 21.1R3-S2-EVO, 21.2R3-S2-EVO, 21.3R3-EVO, 21.4R1-S1-EVO, 21.4R2-EVO et 22.1R1-EVO", "product": { "name": "Junos OS Evolved", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Contrail Networking versions ant\u00e9rieures \u00e0 2011.L5", "product": { "name": "N/A", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Steel Belted Radius Carrier Edition versions ant\u00e9rieures \u00e0 8.6.0R16", "product": { "name": "N/A", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Junos OS versions ant\u00e9rieures \u00e0 19.2R3-S6, 20.2R3-S4, 20.3R3-S3, 20.4R3-S4, 21.1R2, 21.2R2, 21.3R2, 21.4R1, 19.1R3-S9, 19.2R3-S6, 19.3R3-S7, 19.4R2-S7, 19.4R3-S9, 20.2R3-S5, 20.3R3-S4, 20.4R3-S4, 21.1R3-S1, 21.2R3, 21.3R2, 21.4R1-S2, 21.4R2, 22.1R1, 19.4R2-S6, 19.4R3-S7, 20.1R3-S3, 20.2R3-S4, 20.3R3-S3, 20.4R3-S2, 21.1R3, 21.2R3, 21.3R1-S2, 21.3R2, 21.4R1, 19.1R3-S9, 19.2R3-S5, 19.3R3-S3, 19.4R3-S9, 20.1R3, 20.2R3-S1, 20.3R3, 20.4R3, 21.1R2, 21.2R1, 15.1R7-S11, 18.4R2-S10, 18.4R3-S10, 19.1R3-S8, 19.2R3-S4, 19.3R3-S5, 19.4R2-S6, 19.4R3-S7, 20.1R3-S3, 20.2R3-S3, 20.3R3-S2, 20.4R3-S4, 21.1R3, 21.2R3-S3, 21.3R3-S1, 21.4R1, 15.1R7-S13, 19.1R3-S9, 19.2R3-S6, 19.3R3-S6, 19.4R2-S7, 19.4R3-S8, 20.2R3-S5, 20.3R3-S5, 20.4R3-S2, 21.1R3, 21.2R3, 21.3R2, 21.4R1, 18.4R2-S10, 18.4R3-S10, 19.1R3-S7, 19.2R1-S8, 19.2R3-S4, 19.4R3-S8, 20.2R3-S3, 20.3R3-S2, 20.4R3, 21.1R2, 21.2R1, 19.4R2-S8, 19.4R3-S9, 20.2R3-S5, 20.3R3-S5, 20.4R3-S4, 21.1R3-S3, 21.2R3-S2, 21.3R3-S1, 21.4R2-S1, 21.4R3, 22.1R1-S2, 22.1R3, 22.2R1-S1, 22.2R2, 22.3R1, 21.3R3-S2, 21.4R2-S2, 21.4R3, 22.1R1-S2, 22.1R3, 22.2R2, 22.3R1, 21.2R3-S1, 21.3R2-S2, 21.3R3, 21.4R2-S1, 21.4R3, 22.1R1-S1, 22.1R2, 22.2R1, 21.4R1-S2, 21.4R2-S1, 21.4R3, 22.1R2, 22.2R1, 21.4R1-S2, 21.4R2, 22.1R1-S1, 22.1R2, 22.2R1, 17.3R3-S12, 17.4R2-S13, 17.4R3-S5, 18.1R3-S13, 18.2R3-S8, 18.3R3-S5, 18.4R1-S8, 18.4R2-S6, 18.4R3-S6, 19.1R3-S4, 19.2R1-S7, 19.2R3-S1, 19.3R2-S6, 19.3R3-S1, 19.4R1-S4, 19.4R2-S4, 19.4R3-S1, 20.1R2, 20.2R2-S3, 20.2R3, 20.3R2, 20.4R1, 21.1R3-S2, 21.2R3-S1, 21.3R3, 21.4R2, 22.1R2, 22.2R1, 20.2R3-S5, 20.3R3-S4, 20.4R3-S3, 21.1R3-S2, 21.2R3-S1, 21.3R3, 21.4R1-S2, 21.4R2, 22.1R1-S1, 22.1R2, 22.2R1, 18.4R3-S11, 19.1R3-S9, 19.2R1-S9, 19.2R3-S5, 19.3R3-S6, 19.4R2-S7, 19.4R3-S8, 20.1R3-S4, 20.2R3-S4, 20.3R3-S4, 20.4R3-S3, 21.1R3-S1, 21.2R3, 21.3R2, 21.4R2, 22.1R1, 19.2R3-S5, 19.3R3-S5, 19.4R2-S6, 19.4R3-S8, 20.2R3-S4, 20.3R3-S3, 20.4R3-S3, 21.1R3-S1, 21.2R3, 21.3R2, 21.4R1-S1, 21.4R2, 22.1R1, 19.4R3-S9, 20.2R3-S5, 20.3R3-S2, 20.4R3-S1, 21.1R3, 21.2R1-S2, 21.2R2-S1, 21.2R3, 21.3R2, 21.4R1, 21.4R1-S2, 21.4R2, 22.1R1, 19.2R3-S6, 19.4R2-S8, 19.4R3-S9, 20.2R3-S5, 20.3R3-S5, 20.4R3-S4, 21.1R3-S2, 21.2R3-S1, 21.3R3-S2, 21.4R2, 22.1R2, 22.3R1, 18.4R2-S9, 18.4R3-S11, 19.1R3-S8, 19.3R3-S5, 19.4R2-S6, 19.4R3-S6, 20.2R3-S3, 20.3R3-S2, 20.4R3-S1, 21.1R3-S3, 21.2R2-S1, 21.2R3, 21.3R1, 19.1R3-S9, 19.2R3-S6, 19.3R3-S7, 19.4R3-S9, 20.1R3-S5, 20.2R3-S5, 20.3R3-S5, 20.4R3-S4, 21.1R3-S2, 21.3R3, 21.4R3, 22.1R2, 22.2R1, 19.4R3-S8, 20.1R3-S2, 20.2R3-S3, 20.3R3-S2, 20.4R3-S1, 21.1R3, 21.2R1-S2, 21.2R3, 21.3R2, 21.4R1, 20.4R3-S4, 21.1R3-S2, 21.2R3-S2, 21.3R2-S2, 21.3R3, 21.4R1-S2, 21.4R2, 21.4R3, 22.1R1-S1, 22.1R2 et 22.2R1", "product": { "name": "Junos OS", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Session Smart Router versions ant\u00e9rieures \u00e0 5.4.7", "product": { "name": "Session Smart Router", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Session Smart Router versions 5.5.x ant\u00e9rieures \u00e0 5.5.3", "product": { "name": "Session Smart Router", "vendor": { "name": "Juniper Networks", "scada": false } } }, { "description": "Paragon Active Assurance (anciennement Netrounds) versions 3.2.x ant\u00e9rieures \u00e0 3.2.1", "product": { "name": "N/A", "vendor": { "name": "Juniper Networks", "scada": false } } } ], "affected_systems_content": "", "content": "## Solution\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des\ncorrectifs (cf. section Documentation).\n", "cves": [ { "name": "CVE-2022-1343", "url": "https://www.cve.org/CVERecord?id=CVE-2022-1343" }, { "name": "CVE-2022-22243", "url": "https://www.cve.org/CVERecord?id=CVE-2022-22243" }, { "name": "CVE-2022-1473", "url": "https://www.cve.org/CVERecord?id=CVE-2022-1473" }, { "name": "CVE-2020-25710", "url": "https://www.cve.org/CVERecord?id=CVE-2020-25710" }, { "name": "CVE-2021-45960", "url": "https://www.cve.org/CVERecord?id=CVE-2021-45960" }, { "name": "CVE-2022-24407", "url": "https://www.cve.org/CVERecord?id=CVE-2022-24407" }, { "name": "CVE-2021-35586", "url": "https://www.cve.org/CVERecord?id=CVE-2021-35586" }, { "name": "CVE-2022-22238", "url": "https://www.cve.org/CVERecord?id=CVE-2022-22238" }, { "name": "CVE-2022-22249", "url": "https://www.cve.org/CVERecord?id=CVE-2022-22249" }, { "name": "CVE-2021-35550", "url": "https://www.cve.org/CVERecord?id=CVE-2021-35550" }, { "name": "CVE-2022-22227", "url": "https://www.cve.org/CVERecord?id=CVE-2022-22227" }, { "name": "CVE-2016-0701", "url": "https://www.cve.org/CVERecord?id=CVE-2016-0701" }, { "name": "CVE-2021-25220", "url": "https://www.cve.org/CVERecord?id=CVE-2021-25220" }, { "name": "CVE-2021-35567", "url": "https://www.cve.org/CVERecord?id=CVE-2021-35567" }, { "name": "CVE-2021-31535", "url": "https://www.cve.org/CVERecord?id=CVE-2021-31535" }, { "name": "CVE-2021-42574", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42574" }, { "name": "CVE-2020-27777", "url": "https://www.cve.org/CVERecord?id=CVE-2020-27777" }, { "name": "CVE-2022-22208", "url": "https://www.cve.org/CVERecord?id=CVE-2022-22208" }, { "name": "CVE-2022-1292", "url": "https://www.cve.org/CVERecord?id=CVE-2022-1292" }, { "name": "CVE-2017-5929", "url": "https://www.cve.org/CVERecord?id=CVE-2017-5929" }, { "name": "CVE-2022-22218", "url": "https://www.cve.org/CVERecord?id=CVE-2022-22218" }, { "name": "CVE-2021-20271", "url": "https://www.cve.org/CVERecord?id=CVE-2021-20271" }, { "name": "CVE-2022-22823", "url": "https://www.cve.org/CVERecord?id=CVE-2022-22823" }, { "name": "CVE-2022-22201", "url": "https://www.cve.org/CVERecord?id=CVE-2022-22201" }, { "name": "CVE-2020-0466", "url": "https://www.cve.org/CVERecord?id=CVE-2020-0466" }, { "name": "CVE-2021-42771", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42771" }, { "name": "CVE-2021-29154", "url": "https://www.cve.org/CVERecord?id=CVE-2021-29154" }, { "name": "CVE-2018-20532", "url": "https://www.cve.org/CVERecord?id=CVE-2018-20532" }, { "name": "CVE-2022-22246", "url": "https://www.cve.org/CVERecord?id=CVE-2022-22246" }, { "name": "CVE-2007-6755", "url": "https://www.cve.org/CVERecord?id=CVE-2007-6755" }, { "name": "CVE-2020-29661", "url": "https://www.cve.org/CVERecord?id=CVE-2020-29661" }, { "name": "CVE-2022-22250", "url": "https://www.cve.org/CVERecord?id=CVE-2022-22250" }, { "name": "CVE-2022-22192", "url": "https://www.cve.org/CVERecord?id=CVE-2022-22192" }, { "name": "CVE-2019-12735", "url": "https://www.cve.org/CVERecord?id=CVE-2019-12735" }, { "name": "CVE-2022-22239", "url": "https://www.cve.org/CVERecord?id=CVE-2022-22239" }, { "name": "CVE-2022-25315", "url": "https://www.cve.org/CVERecord?id=CVE-2022-25315" }, { "name": "CVE-2022-22822", "url": "https://www.cve.org/CVERecord?id=CVE-2022-22822" }, { "name": "CVE-2022-22241", "url": "https://www.cve.org/CVERecord?id=CVE-2022-22241" }, { "name": "CVE-2020-25212", "url": "https://www.cve.org/CVERecord?id=CVE-2020-25212" }, { "name": "CVE-2019-2435", "url": "https://www.cve.org/CVERecord?id=CVE-2019-2435" }, { "name": "CVE-2021-27363", "url": "https://www.cve.org/CVERecord?id=CVE-2021-27363" }, { "name": "CVE-2022-22226", "url": "https://www.cve.org/CVERecord?id=CVE-2022-22226" }, { "name": "CVE-2015-9262", "url": "https://www.cve.org/CVERecord?id=CVE-2015-9262" }, { "name": "CVE-2021-4160", "url": "https://www.cve.org/CVERecord?id=CVE-2021-4160" }, { "name": "CVE-2020-24394", "url": "https://www.cve.org/CVERecord?id=CVE-2020-24394" }, { "name": "CVE-2021-35559", "url": "https://www.cve.org/CVERecord?id=CVE-2021-35559" }, { "name": "CVE-2021-3573", "url": "https://www.cve.org/CVERecord?id=CVE-2021-3573" }, { "name": "CVE-2019-19532", "url": "https://www.cve.org/CVERecord?id=CVE-2019-19532" }, { "name": "CVE-2020-14314", "url": "https://www.cve.org/CVERecord?id=CVE-2020-14314" }, { "name": "CVE-2021-27364", "url": "https://www.cve.org/CVERecord?id=CVE-2021-27364" }, { "name": "CVE-2021-35565", "url": "https://www.cve.org/CVERecord?id=CVE-2021-35565" }, { "name": "CVE-2022-22229", "url": "https://www.cve.org/CVERecord?id=CVE-2022-22229" }, { "name": "CVE-2018-20534", "url": "https://www.cve.org/CVERecord?id=CVE-2018-20534" }, { "name": "CVE-2016-4658", "url": "https://www.cve.org/CVERecord?id=CVE-2016-4658" }, { "name": "CVE-2021-35603", "url": "https://www.cve.org/CVERecord?id=CVE-2021-35603" }, { "name": "CVE-2021-28165", "url": "https://www.cve.org/CVERecord?id=CVE-2021-28165" }, { "name": "CVE-2022-23852", "url": "https://www.cve.org/CVERecord?id=CVE-2022-23852" }, { "name": "CVE-2022-22225", "url": "https://www.cve.org/CVERecord?id=CVE-2022-22225" }, { "name": "CVE-2020-12364", "url": "https://www.cve.org/CVERecord?id=CVE-2020-12364" }, { "name": "CVE-2022-22825", "url": "https://www.cve.org/CVERecord?id=CVE-2022-22825" }, { "name": "CVE-2021-3711", "url": "https://www.cve.org/CVERecord?id=CVE-2021-3711" }, { "name": "CVE-2022-22245", "url": "https://www.cve.org/CVERecord?id=CVE-2022-22245" }, { "name": "CVE-2022-25314", "url": "https://www.cve.org/CVERecord?id=CVE-2022-25314" }, { "name": "CVE-2022-0330", "url": "https://www.cve.org/CVERecord?id=CVE-2022-0330" }, { "name": "CVE-2022-23990", "url": "https://www.cve.org/CVERecord?id=CVE-2022-23990" }, { "name": "CVE-2019-1543", "url": "https://www.cve.org/CVERecord?id=CVE-2019-1543" }, { "name": "CVE-2018-10689", "url": "https://www.cve.org/CVERecord?id=CVE-2018-10689" }, { "name": "CVE-2016-2124", "url": "https://www.cve.org/CVERecord?id=CVE-2016-2124" }, { "name": "CVE-2021-27365", "url": "https://www.cve.org/CVERecord?id=CVE-2021-27365" }, { "name": "CVE-2020-8648", "url": "https://www.cve.org/CVERecord?id=CVE-2020-8648" }, { "name": "CVE-2022-25235", "url": "https://www.cve.org/CVERecord?id=CVE-2022-25235" }, { "name": "CVE-2020-27170", "url": "https://www.cve.org/CVERecord?id=CVE-2020-27170" }, { "name": "CVE-2020-25705", "url": "https://www.cve.org/CVERecord?id=CVE-2020-25705" }, { "name": "CVE-2018-25032", "url": "https://www.cve.org/CVERecord?id=CVE-2018-25032" }, { "name": "CVE-2022-0847", "url": "https://www.cve.org/CVERecord?id=CVE-2022-0847" }, { "name": "CVE-2020-14385", "url": "https://www.cve.org/CVERecord?id=CVE-2020-14385" }, { "name": "CVE-2022-22232", "url": "https://www.cve.org/CVERecord?id=CVE-2022-22232" }, { "name": "CVE-2019-18282", "url": "https://www.cve.org/CVERecord?id=CVE-2019-18282" }, { "name": "CVE-2020-12321", "url": "https://www.cve.org/CVERecord?id=CVE-2020-12321" }, { "name": "CVE-2022-22240", "url": "https://www.cve.org/CVERecord?id=CVE-2022-22240" }, { "name": "CVE-2021-46143", "url": "https://www.cve.org/CVERecord?id=CVE-2021-46143" }, { "name": "CVE-2019-20811", "url": "https://www.cve.org/CVERecord?id=CVE-2019-20811" }, { "name": "CVE-2020-12363", "url": "https://www.cve.org/CVERecord?id=CVE-2020-12363" }, { "name": "CVE-2021-43527", "url": "https://www.cve.org/CVERecord?id=CVE-2021-43527" }, { "name": "CVE-2022-22942", "url": "https://www.cve.org/CVERecord?id=CVE-2022-22942" }, { "name": "CVE-2021-3656", "url": "https://www.cve.org/CVERecord?id=CVE-2021-3656" }, { "name": "CVE-2021-35588", "url": "https://www.cve.org/CVERecord?id=CVE-2021-35588" }, { "name": "CVE-2022-22234", "url": "https://www.cve.org/CVERecord?id=CVE-2022-22234" }, { "name": "CVE-2022-22242", "url": "https://www.cve.org/CVERecord?id=CVE-2022-22242" }, { "name": "CVE-2022-1271", "url": "https://www.cve.org/CVERecord?id=CVE-2022-1271" }, { "name": "CVE-2021-22543", "url": "https://www.cve.org/CVERecord?id=CVE-2021-22543" }, { "name": "CVE-2022-22251", "url": "https://www.cve.org/CVERecord?id=CVE-2022-22251" }, { "name": "CVE-2008-5161", "url": "https://www.cve.org/CVERecord?id=CVE-2008-5161" }, { "name": "CVE-2022-22244", "url": "https://www.cve.org/CVERecord?id=CVE-2022-22244" }, { "name": "CVE-2019-20934", "url": "https://www.cve.org/CVERecord?id=CVE-2019-20934" }, { "name": "CVE-2021-29650", "url": "https://www.cve.org/CVERecord?id=CVE-2021-29650" }, { "name": "CVE-2021-3715", "url": "https://www.cve.org/CVERecord?id=CVE-2021-3715" }, { "name": "CVE-2022-22233", "url": "https://www.cve.org/CVERecord?id=CVE-2022-22233" }, { "name": "CVE-2021-4155", "url": "https://www.cve.org/CVERecord?id=CVE-2021-4155" }, { "name": "CVE-2021-45417", "url": "https://www.cve.org/CVERecord?id=CVE-2021-45417" }, { "name": "CVE-2020-10769", "url": "https://www.cve.org/CVERecord?id=CVE-2020-10769" }, { "name": "CVE-2018-20533", "url": "https://www.cve.org/CVERecord?id=CVE-2018-20533" }, { "name": "CVE-2021-3564", "url": "https://www.cve.org/CVERecord?id=CVE-2021-3564" }, { "name": "CVE-2020-25656", "url": "https://www.cve.org/CVERecord?id=CVE-2020-25656" }, { "name": "CVE-2021-3752", "url": "https://www.cve.org/CVERecord?id=CVE-2021-3752" }, { "name": "CVE-2022-22224", "url": "https://www.cve.org/CVERecord?id=CVE-2022-22224" }, { "name": "CVE-2021-20265", "url": "https://www.cve.org/CVERecord?id=CVE-2021-20265" }, { "name": "CVE-2021-3177", "url": "https://www.cve.org/CVERecord?id=CVE-2021-3177" }, { "name": "CVE-2020-25211", "url": "https://www.cve.org/CVERecord?id=CVE-2020-25211" }, { "name": "CVE-2022-0492", "url": "https://www.cve.org/CVERecord?id=CVE-2022-0492" }, { "name": "CVE-2022-22827", "url": "https://www.cve.org/CVERecord?id=CVE-2022-22827" }, { "name": "CVE-2022-22247", "url": "https://www.cve.org/CVERecord?id=CVE-2022-22247" }, { "name": "CVE-2020-12362", "url": "https://www.cve.org/CVERecord?id=CVE-2020-12362" }, { "name": "CVE-2019-0205", "url": "https://www.cve.org/CVERecord?id=CVE-2019-0205" }, { "name": "CVE-2021-22555", "url": "https://www.cve.org/CVERecord?id=CVE-2021-22555" }, { "name": "CVE-2021-3347", "url": "https://www.cve.org/CVERecord?id=CVE-2021-3347" }, { "name": "CVE-2022-25236", "url": "https://www.cve.org/CVERecord?id=CVE-2022-25236" }, { "name": "CVE-2022-0778", "url": "https://www.cve.org/CVERecord?id=CVE-2022-0778" }, { "name": "CVE-2021-37576", "url": "https://www.cve.org/CVERecord?id=CVE-2021-37576" }, { "name": "CVE-2021-35578", "url": "https://www.cve.org/CVERecord?id=CVE-2021-35578" }, { "name": "CVE-2020-28374", "url": "https://www.cve.org/CVERecord?id=CVE-2020-28374" }, { "name": "CVE-2021-0920", "url": "https://www.cve.org/CVERecord?id=CVE-2021-0920" }, { "name": "CVE-2022-22199", "url": "https://www.cve.org/CVERecord?id=CVE-2022-22199" }, { "name": "CVE-2021-42550", "url": "https://www.cve.org/CVERecord?id=CVE-2021-42550" }, { "name": "CVE-2021-3712", "url": "https://www.cve.org/CVERecord?id=CVE-2021-3712" }, { "name": "CVE-2022-22236", "url": "https://www.cve.org/CVERecord?id=CVE-2022-22236" }, { "name": "CVE-2020-7053", "url": "https://www.cve.org/CVERecord?id=CVE-2020-7053" }, { "name": "CVE-2022-22248", "url": "https://www.cve.org/CVERecord?id=CVE-2022-22248" }, { "name": "CVE-2019-9518", "url": "https://www.cve.org/CVERecord?id=CVE-2019-9518" }, { "name": "CVE-2022-22220", "url": "https://www.cve.org/CVERecord?id=CVE-2022-22220" }, { "name": "CVE-2021-32399", "url": "https://www.cve.org/CVERecord?id=CVE-2021-32399" }, { "name": "CVE-2021-35564", "url": "https://www.cve.org/CVERecord?id=CVE-2021-35564" }, { "name": "CVE-2022-22826", "url": "https://www.cve.org/CVERecord?id=CVE-2022-22826" }, { "name": "CVE-2022-22228", "url": "https://www.cve.org/CVERecord?id=CVE-2022-22228" }, { "name": "CVE-2021-23840", "url": "https://www.cve.org/CVERecord?id=CVE-2021-23840" }, { "name": "CVE-2020-14351", "url": "https://www.cve.org/CVERecord?id=CVE-2020-14351" }, { "name": "CVE-2020-25709", "url": "https://www.cve.org/CVERecord?id=CVE-2020-25709" }, { "name": "CVE-2022-1434", "url": "https://www.cve.org/CVERecord?id=CVE-2022-1434" }, { "name": "CVE-2020-25643", "url": "https://www.cve.org/CVERecord?id=CVE-2020-25643" }, { "name": "CVE-2022-22223", "url": "https://www.cve.org/CVERecord?id=CVE-2022-22223" }, { "name": "CVE-2020-25645", "url": "https://www.cve.org/CVERecord?id=CVE-2020-25645" }, { "name": "CVE-2021-35556", "url": "https://www.cve.org/CVERecord?id=CVE-2021-35556" }, { "name": "CVE-2020-25717", "url": "https://www.cve.org/CVERecord?id=CVE-2020-25717" }, { "name": "CVE-2021-3765", "url": "https://www.cve.org/CVERecord?id=CVE-2021-3765" }, { "name": "CVE-2021-41617", "url": "https://www.cve.org/CVERecord?id=CVE-2021-41617" }, { "name": "CVE-2021-4034", "url": "https://www.cve.org/CVERecord?id=CVE-2021-4034" }, { "name": "CVE-2022-24903", "url": "https://www.cve.org/CVERecord?id=CVE-2022-24903" }, { "name": "CVE-2022-22824", "url": "https://www.cve.org/CVERecord?id=CVE-2022-22824" }, { "name": "CVE-2019-1551", "url": "https://www.cve.org/CVERecord?id=CVE-2019-1551" }, { "name": "CVE-2019-2684", "url": "https://www.cve.org/CVERecord?id=CVE-2019-2684" }, { "name": "CVE-2021-0543", "url": "https://www.cve.org/CVERecord?id=CVE-2021-0543" }, { "name": "CVE-2021-3653", "url": "https://www.cve.org/CVERecord?id=CVE-2021-3653" }, { "name": "CVE-2022-22231", "url": "https://www.cve.org/CVERecord?id=CVE-2022-22231" }, { "name": "CVE-2021-35561", "url": "https://www.cve.org/CVERecord?id=CVE-2021-35561" }, { "name": "CVE-2022-22235", "url": "https://www.cve.org/CVERecord?id=CVE-2022-22235" }, { "name": "CVE-2020-0427", "url": "https://www.cve.org/CVERecord?id=CVE-2020-0427" }, { "name": "CVE-2020-28469", "url": "https://www.cve.org/CVERecord?id=CVE-2020-28469" }, { "name": "CVE-2022-22211", "url": "https://www.cve.org/CVERecord?id=CVE-2022-22211" }, { "name": "CVE-2020-0465", "url": "https://www.cve.org/CVERecord?id=CVE-2020-0465" }, { "name": "CVE-2022-22230", "url": "https://www.cve.org/CVERecord?id=CVE-2022-22230" }, { "name": "CVE-2022-22237", "url": "https://www.cve.org/CVERecord?id=CVE-2022-22237" }, { "name": "CVE-2021-37750", "url": "https://www.cve.org/CVERecord?id=CVE-2021-37750" } ], "initial_release_date": "2022-10-13T00:00:00", "last_revision_date": "2022-10-13T00:00:00", "links": [], "reference": "CERTFR-2022-AVI-916", "revisions": [ { "description": "Version initiale", "revision_date": "2022-10-13T00: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": "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\nJuniper. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer\nune ex\u00e9cution de code arbitraire \u00e0 distance, un d\u00e9ni de service \u00e0\ndistance et un contournement de la politique de s\u00e9curit\u00e9.\n", "title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits Juniper", "vendor_advisories": [ { "published_at": "2022-10-12", "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA69906", "url": "https://supportportal.juniper.net/s/article/2022-10-Security-Bulletin-Junos-OS-MX-Series-An-FPC-crash-might-be-seen-due-to-mac-moves-within-the-same-bridge-domain-CVE-2022-22249" }, { "published_at": "2022-10-12", "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA69885", "url": "https://supportportal.juniper.net/s/article/2022-10-Security-Bulletin-Junos-OS-SRX-Series-If-UTM-Enhanced-Content-Filtering-and-AntiVirus-are-enabled-and-specific-traffic-is-processed-the-PFE-will-crash-CVE-2022-22231" }, { "published_at": "2022-10-12", "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA69888", "url": "https://supportportal.juniper.net/s/article/2022-10-Security-Bulletin-Junos-OS-SRX-Series-Cache-poisoning-vulnerability-in-BIND-used-by-DNS-Proxy-CVE-2021-25220" }, { "published_at": "2022-10-12", "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA69886", "url": "https://supportportal.juniper.net/s/article/2022-10-Security-Bulletin-Junos-OS-SRX-Series-If-Unified-Threat-Management-UTM-Enhanced-Content-Filtering-CF-is-enabled-and-specific-traffic-is-processed-the-PFE-will-crash-CVE-2022-22232" }, { "published_at": "2022-10-12", "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA69899", "url": "https://supportportal.juniper.net/s/article/2022-10-Security-Bulletin-Junos-OS-Multiple-vulnerabilities-in-J-Web" }, { "published_at": "2022-10-12", "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA69881", "url": "https://supportportal.juniper.net/s/article/2022-10-Security-Bulletin-SBR-Carrier-Multiple-Vulnerabilities-resolved-in-version-8-6-0R16-64-bit-Solaris-and-Linux-editions" }, { "published_at": "2022-10-12", "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA69894", "url": "https://supportportal.juniper.net/s/article/2022-10-Security-Bulletin-Junos-OS-and-Junos-OS-Evolved-The-rpd-process-will-crash-when-a-malformed-incoming-RESV-message-is-processed-CVE-2022-22238" }, { "published_at": "2022-10-12", "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA69898", "url": "https://supportportal.juniper.net/s/article/2022-10-Security-Bulletin-Junos-OS-and-Junos-OS-Evolved-RPD-core-upon-receipt-of-a-specific-EVPN-route-by-a-BGP-route-reflector-in-an-EVPN-environment-CVE-2022-22199" }, { "published_at": "2022-10-12", "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA69895", "url": "https://supportportal.juniper.net/s/article/2022-10-Security-Bulletin-Junos-OS-Evolved-The-ssh-CLI-command-always-runs-as-root-which-can-lead-to-privilege-escalation-CVE-2022-22239" }, { "published_at": "2022-10-12", "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA69908", "url": "https://supportportal.juniper.net/s/article/2022-10-Security-Bulletin-cSRX-Series-Storing-Passwords-in-a-Recoverable-Format-and-software-permissions-issues-allows-a-local-attacker-to-elevate-privileges-CVE-2022-22251" }, { "published_at": "2022-10-12", "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA69874", "url": "https://supportportal.juniper.net/s/article/2022-10-Security-Bulletin-Junos-OS-and-Junos-OS-Evolved-PPMD-goes-into-infinite-loop-upon-receipt-of-malformed-OSPF-TLV-CVE-2022-22224" }, { "published_at": "2022-10-12", "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA69902", "url": "https://supportportal.juniper.net/s/article/2022-10-Security-Bulletin-Junos-OS-and-Junos-OS-Evolved-Due-to-a-race-condition-the-rpd-process-can-crash-upon-receipt-of-a-BGP-update-message-containing-flow-spec-route-CVE-2022-22220" }, { "published_at": "2022-10-12", "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA69879", "url": "https://supportportal.juniper.net/s/article/2022-10-Security-Bulletin-Junos-OS-and-Junos-OS-Evolved-An-rpd-crash-can-occur-due-to-memory-corruption-caused-by-flapping-BGP-sessions-CVE-2022-22208" }, { "published_at": "2022-10-12", "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA69890", "url": "https://supportportal.juniper.net/s/article/2022-10-Security-Bulletin-Junos-OS-EX2300-and-EX3400-Series-One-of-more-SFPs-might-become-unavailable-when-the-system-is-very-busy-CVE-2022-22234" }, { "published_at": "2022-10-12", "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA69875", "url": "https://supportportal.juniper.net/s/article/2022-10-Security-Bulletin-Junos-OS-and-Junos-OS-Evolved-In-a-BGP-multipath-scenario-when-one-of-the-contributing-routes-is-flapping-often-and-rapidly-rpd-may-crash-CVE-2022-22225" }, { "published_at": "2022-10-12", "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA69915", "url": "https://supportportal.juniper.net/s/article/2022-10-Security-Bulletin-Junos-OS-Evolved-PTX-Series-An-attacker-can-cause-a-kernel-panic-by-sending-a-malformed-TCP-packet-to-the-device-CVE-2022-22192" }, { "published_at": "2022-10-12", "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA69878", "url": "https://supportportal.juniper.net/s/article/2022-10-Security-Bulletin-Junos-OS-Evolved-ACX7000-Series-Specific-IPv6-transit-traffic-gets-exceptioned-to-the-routing-engine-which-will-cause-increased-CPU-utilization-CVE-2022-22227" }, { "published_at": "2022-10-12", "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA69907", "url": "https://supportportal.juniper.net/s/article/2022-10-Security-Bulletin-Junos-OS-and-Junos-OS-Evolved-An-FPC-might-crash-and-reload-if-the-EVPN-MAC-entry-is-move-from-local-to-remote-CVE-2022-22250" }, { "published_at": "2022-10-12", "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA69891", "url": "https://supportportal.juniper.net/s/article/2022-10-Security-Bulletin-Junos-OS-SRX-Series-A-flowd-core-will-be-observed-when-malformed-GPRS-traffic-is-processed-CVE-2022-22235" }, { "published_at": "2022-10-12", "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA69882", "url": "https://supportportal.juniper.net/s/article/2022-10-Security-Bulletin-Junos-Space-Multiple-vulnerabilities-resolved-in-22-2R1-release" }, { "published_at": "2022-10-12", "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA69876", "url": "https://supportportal.juniper.net/s/article/2022-10-Security-Bulletin-Junos-OS-EX4300-MP-EX4600-QFX5000-Series-In-VxLAN-scenarios-specific-packets-processed-cause-a-memory-leak-leading-to-a-PFE-crash-CVE-2022-22226" }, { "published_at": "2022-10-12", "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA69892", "url": "https://supportportal.juniper.net/s/article/2022-10-Security-Bulletin-Junos-OS-SRX-Series-and-MX-Series-When-specific-valid-SIP-packets-are-received-the-PFE-will-crash-CVE-2022-22236" }, { "published_at": "2022-10-12", "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA69889", "url": "https://supportportal.juniper.net/s/article/2022-10-Security-Bulletin-Session-Smart-Router-Multiple-vulnerabilities-resolved" }, { "published_at": "2022-10-12", "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA69887", "url": "https://supportportal.juniper.net/s/article/2022-10-Security-Bulletin-Junos-OS-and-Junos-OS-Evolved-In-an-SR-to-LDP-interworking-scenario-with-SRMS-when-a-specific-low-privileged-command-is-issued-on-an-ABR-rpd-will-crash-CVE-2022-22233" }, { "published_at": "2022-10-12", "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA69903", "url": "https://supportportal.juniper.net/s/article/2022-10-Security-Bulletin-Contrail-Networking-Multiple-Vulnerabilities-have-been-resolved-in-Contrail-Networking-R22-3" }, { "published_at": "2022-10-12", "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA69900", "url": "https://supportportal.juniper.net/s/article/2022-10-Security-Bulletin-Junos-OS-SRX5000-Series-with-SPC3-SRX4000-Series-and-vSRX-When-PowerMode-IPsec-is-configured-the-PFE-will-crash-upon-receipt-of-a-malformed-ESP-packet-CVE-2022-22201" }, { "published_at": "2022-10-12", "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA69884", "url": "https://supportportal.juniper.net/s/article/2022-10-Security-Bulletin-Junos-OS-and-Junos-OS-Evolved-RPD-crash-upon-receipt-of-specific-OSPFv3-LSAs-CVE-2022-22230" }, { "published_at": "2022-10-12", "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA69901", "url": "https://supportportal.juniper.net/s/article/2022-10-Security-Bulletin-Junos-OS-SRX-Series-Upon-processing-of-a-genuine-packet-the-pkid-process-will-crash-during-CMPv2-auto-re-enrollment-CVE-2022-22218" }, { "published_at": "2022-10-12", "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA69905", "url": "https://supportportal.juniper.net/s/article/2022-10-Security-Bulletin-Junos-OS-Evolved-Incorrect-file-permissions-can-allow-low-privileged-user-to-cause-another-user-to-execute-arbitrary-commands-CVE-2022-22248" }, { "published_at": "2022-10-12", "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA69893", "url": "https://supportportal.juniper.net/s/article/2022-10-Security-Bulletin-Junos-OS-Peers-not-configured-for-TCP-AO-can-establish-a-BGP-or-LDP-session-even-if-authentication-is-configured-locally-CVE-2022-22237" }, { "published_at": "2022-10-12", "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA69904", "url": "https://supportportal.juniper.net/s/article/2022-10-Security-Bulletin-Junos-OS-Evolved-Kernel-processing-of-unvalidated-TCP-segments-could-lead-to-a-Denial-of-Service-DoS-CVE-2022-22247" }, { "published_at": "2022-10-12", "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA69880", "url": "https://supportportal.juniper.net/s/article/2022-10-Security-Bulletin-Junos-OS-On-IPv6-OAM-SRv6-network-enabled-devices-an-attacker-sending-a-specific-genuine-packet-to-an-IPv6-address-configured-on-the-device-may-cause-a-RPD-memory-leak-leading-to-an-RPD-core-CVE-2022-22228" }, { "published_at": "2022-10-12", "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA69873", "url": "https://supportportal.juniper.net/s/article/2022-10-Security-Bulletin-Junos-OS-QFX10000-Series-In-IP-MPLS-PHP-node-scenarios-upon-receipt-of-certain-crafted-packets-multiple-interfaces-in-LAG-configurations-may-detach-CVE-2022-22223" }, { "published_at": "2022-10-12", "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA69896", "url": "https://supportportal.juniper.net/s/article/2022-10-Security-Bulletin-Junos-OS-and-Junos-OS-Evolved-An-rpd-memory-leak-might-be-observed-while-running-a-specific-cli-command-in-a-RIB-sharding-scenario-CVE-2022-22240" }, { "published_at": "2022-10-12", "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA69897", "url": "https://supportportal.juniper.net/s/article/2022-10-Security-Bulletin-Contrail-Networking-Multiple-Vulnerabilities-have-been-resolved-in-Contrail-Networking-release-2011-L5" }, { "published_at": "2022-10-12", "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA69916", "url": "https://supportportal.juniper.net/s/article/2022-10-Security-Bulletin-Junos-OS-Evolved-PTX-Series-Multiple-FPCs-become-unreachable-due-to-continuous-polling-of-specific-SNMP-OID-CVE-2022-22211" }, { "published_at": "2022-10-12", "title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA69883", "url": "https://supportportal.juniper.net/s/article/2022-10-Security-Bulletin-Paragon-Active-Assurance-Formerly-Netrounds-Stored-Cross-site-Scripting-XSS-vulnerability-in-web-administration-CVE-2022-22229" } ] }
WID-SEC-W-2023-0561
Vulnerability from csaf_certbund
Notes
{ "document": { "aggregate_severity": { "text": "hoch" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "FreeFlow-Druckserver ist eine Druckserveranwendung f\u00fcr Xerox-Produktionsdrucker, die Flexibilit\u00e4t, umfangreiche Workflow-Optionen und eine Farbverwaltung bietet.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Xerox FreeFlow Print Server ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden.", "title": "Angriff" }, { "category": "general", "text": "- UNIX\n- Linux\n- Windows", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2023-0561 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-0561.json" }, { "category": "self", "summary": "WID-SEC-2023-0561 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-0561" }, { "category": "external", "summary": "XEROX Security Advisory XRX23-007 vom 2023-05-18", "url": "https://security.business.xerox.com/wp-content/uploads/2023/05/Xerox-Security-Bulletin-XRX23-007-Xerox%C2%AE-FreeFlow%C2%AE-Print-Server-v7.pdf" }, { "category": "external", "summary": "XEROX Security Advisory XRX23-005 vom 2023-04-04", "url": "https://security.business.xerox.com/wp-content/uploads/2023/04/Xerox-Security-Bulletin-XRX23-005-Xerox%25C2%25AE-FreeFlow%25C2%25AE-Print-Server-v9.pdf" }, { "category": "external", "summary": "XEROX Security Advisory XRX23-002 vom 2023-03-23", "url": "https://security.business.xerox.com/wp-content/uploads/2023/03/Xerox-Security-Bulletin-XRX23-002-FreeFlow-Print-Server-v2_Windows10.pdf" }, { "category": "external", "summary": "Xerox Mini Bulletin XRX21A vom 2023-03-02", "url": "https://security.business.xerox.com/wp-content/uploads/2023/03/Xerox-Security-Bulletin-XRX23-001-FreeFlow%C2%AE-Print-Server-v7.pdf" } ], "source_lang": "en-US", "title": "Xerox FreeFlow Print Server: Mehrere Schwachstellen", "tracking": { "current_release_date": "2023-05-18T22:00:00.000+00:00", "generator": { "date": "2024-08-15T17:46:07.359+00:00", "engine": { "name": "BSI-WID", "version": "1.3.5" } }, "id": "WID-SEC-W-2023-0561", "initial_release_date": "2023-03-02T23:00:00.000+00:00", "revision_history": [ { "date": "2023-03-02T23:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2023-03-22T23:00:00.000+00:00", "number": "2", "summary": "Neue Updates von XEROX aufgenommen" }, { "date": "2023-04-03T22:00:00.000+00:00", "number": "3", "summary": "Neue Updates von XEROX aufgenommen" }, { "date": "2023-05-18T22:00:00.000+00:00", "number": "4", "summary": "Neue Updates von XEROX aufgenommen" } ], "status": "final", "version": "4" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Xerox FreeFlow Print Server 7", "product": { "name": "Xerox FreeFlow Print Server 7", "product_id": "T000872", "product_identification_helper": { "cpe": "cpe:/a:xerox:freeflow_print_server:7" } } }, { "category": "product_name", "name": "Xerox FreeFlow Print Server 9", "product": { "name": "Xerox FreeFlow Print Server 9", "product_id": "T002977", "product_identification_helper": { "cpe": "cpe:/a:xerox:freeflow_print_server:9" } } }, { "category": "product_name", "name": "Xerox FreeFlow Print Server v2", "product": { "name": "Xerox FreeFlow Print Server v2", "product_id": "T014888", "product_identification_helper": { "cpe": "cpe:/a:xerox:freeflow_print_server:v2" } } } ], "category": "product_name", "name": "FreeFlow Print Server" } ], "category": "vendor", "name": "Xerox" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-21900", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2023-21900" }, { "cve": "CVE-2023-21843", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2023-21843" }, { "cve": "CVE-2023-21835", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2023-21835" }, { "cve": "CVE-2023-21830", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2023-21830" }, { "cve": "CVE-2022-46882", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-46882" }, { "cve": "CVE-2022-46881", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-46881" }, { "cve": "CVE-2022-46880", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-46880" }, { "cve": "CVE-2022-46878", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-46878" }, { "cve": "CVE-2022-46875", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-46875" }, { "cve": "CVE-2022-46874", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-46874" }, { "cve": "CVE-2022-46872", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-46872" }, { "cve": "CVE-2022-45421", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-45421" }, { "cve": "CVE-2022-45420", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-45420" }, { "cve": "CVE-2022-45419", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-45419" }, { "cve": "CVE-2022-45418", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-45418" }, { "cve": "CVE-2022-45417", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-45417" }, { "cve": "CVE-2022-45416", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-45416" }, { "cve": "CVE-2022-45415", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-45415" }, { "cve": "CVE-2022-45414", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-45414" }, { "cve": "CVE-2022-45413", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-45413" }, { "cve": "CVE-2022-45412", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-45412" }, { "cve": "CVE-2022-45411", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-45411" }, { "cve": "CVE-2022-45410", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-45410" }, { "cve": "CVE-2022-45409", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-45409" }, { "cve": "CVE-2022-45408", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-45408" }, { "cve": "CVE-2022-45407", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-45407" }, { "cve": "CVE-2022-45406", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-45406" }, { "cve": "CVE-2022-45405", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-45405" }, { "cve": "CVE-2022-45404", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-45404" }, { "cve": "CVE-2022-45403", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-45403" }, { "cve": "CVE-2022-45063", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-45063" }, { "cve": "CVE-2022-45061", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-45061" }, { "cve": "CVE-2022-44638", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-44638" }, { "cve": "CVE-2022-43680", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-43680" }, { "cve": "CVE-2022-43548", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-43548" }, { "cve": "CVE-2022-42932", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-42932" }, { "cve": "CVE-2022-42929", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-42929" }, { "cve": "CVE-2022-42928", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-42928" }, { "cve": "CVE-2022-42927", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-42927" }, { "cve": "CVE-2022-42252", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-42252" }, { "cve": "CVE-2022-41556", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-41556" }, { "cve": "CVE-2022-41323", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-41323" }, { "cve": "CVE-2022-40962", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-40962" }, { "cve": "CVE-2022-40960", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-40960" }, { "cve": "CVE-2022-40959", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-40959" }, { "cve": "CVE-2022-40958", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-40958" }, { "cve": "CVE-2022-40957", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-40957" }, { "cve": "CVE-2022-40956", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-40956" }, { "cve": "CVE-2022-40674", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-40674" }, { "cve": "CVE-2022-3970", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-3970" }, { "cve": "CVE-2022-39260", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-39260" }, { "cve": "CVE-2022-39253", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-39253" }, { "cve": "CVE-2022-3786", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-3786" }, { "cve": "CVE-2022-37797", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-37797" }, { "cve": "CVE-2022-37454", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-37454" }, { "cve": "CVE-2022-37436", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-37436" }, { "cve": "CVE-2022-36760", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-36760" }, { "cve": "CVE-2022-3627", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-3627" }, { "cve": "CVE-2022-3626", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-3626" }, { "cve": "CVE-2022-36087", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-36087" }, { "cve": "CVE-2022-36059", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-36059" }, { "cve": "CVE-2022-3602", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-3602" }, { "cve": "CVE-2022-3599", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-3599" }, { "cve": "CVE-2022-3598", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-3598" }, { "cve": "CVE-2022-3597", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-3597" }, { "cve": "CVE-2022-3570", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-3570" }, { "cve": "CVE-2022-35256", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-35256" }, { "cve": "CVE-2022-35255", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-35255" }, { "cve": "CVE-2022-34526", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-34526" }, { "cve": "CVE-2022-3276", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-3276" }, { "cve": "CVE-2022-32222", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-32222" }, { "cve": "CVE-2022-32215", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-32215" }, { "cve": "CVE-2022-32213", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-32213" }, { "cve": "CVE-2022-32212", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-32212" }, { "cve": "CVE-2022-3204", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-3204" }, { "cve": "CVE-2022-3190", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-3190" }, { "cve": "CVE-2022-31630", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-31630" }, { "cve": "CVE-2022-31629", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-31629" }, { "cve": "CVE-2022-31628", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-31628" }, { "cve": "CVE-2022-3155", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-3155" }, { "cve": "CVE-2022-3034", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-3034" }, { "cve": "CVE-2022-3033", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-3033" }, { "cve": "CVE-2022-3032", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-3032" }, { "cve": "CVE-2022-29458", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-29458" }, { "cve": "CVE-2022-29187", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-29187" }, { "cve": "CVE-2022-29154", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-29154" }, { "cve": "CVE-2022-2869", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-2869" }, { "cve": "CVE-2022-2868", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-2868" }, { "cve": "CVE-2022-2867", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-2867" }, { "cve": "CVE-2022-27406", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-27406" }, { "cve": "CVE-2022-27405", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-27405" }, { "cve": "CVE-2022-27404", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-27404" }, { "cve": "CVE-2022-26981", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-26981" }, { "cve": "CVE-2022-24765", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-24765" }, { "cve": "CVE-2022-24070", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-24070" }, { "cve": "CVE-2022-23901", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-23901" }, { "cve": "CVE-2022-22844", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-22844" }, { "cve": "CVE-2022-2210", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-2210" }, { "cve": "CVE-2022-2208", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-2208" }, { "cve": "CVE-2022-2207", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-2207" }, { "cve": "CVE-2022-2206", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-2206" }, { "cve": "CVE-2022-2183", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-2183" }, { "cve": "CVE-2022-2175", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-2175" }, { "cve": "CVE-2022-21658", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-21658" }, { "cve": "CVE-2022-21628", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-21628" }, { "cve": "CVE-2022-21626", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-21626" }, { "cve": "CVE-2022-21624", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-21624" }, { "cve": "CVE-2022-21619", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-21619" }, { "cve": "CVE-2022-2125", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-2125" }, { "cve": "CVE-2022-2122", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-2122" }, { "cve": "CVE-2022-2058", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-2058" }, { "cve": "CVE-2022-2057", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-2057" }, { "cve": "CVE-2022-2056", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-2056" }, { "cve": "CVE-2022-1925", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-1925" }, { "cve": "CVE-2022-1924", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-1924" }, { "cve": "CVE-2022-1923", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-1923" }, { "cve": "CVE-2022-1922", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-1922" }, { "cve": "CVE-2022-1921", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-1921" }, { "cve": "CVE-2022-1920", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-1920" }, { "cve": "CVE-2022-1348", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-1348" }, { "cve": "CVE-2022-1056", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-1056" }, { "cve": "CVE-2022-0924", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-0924" }, { "cve": "CVE-2022-0909", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-0909" }, { "cve": "CVE-2022-0908", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-0908" }, { "cve": "CVE-2022-0907", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-0907" }, { "cve": "CVE-2022-0891", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-0891" }, { "cve": "CVE-2022-0865", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-0865" }, { "cve": "CVE-2022-0562", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-0562" }, { "cve": "CVE-2022-0561", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-0561" }, { "cve": "CVE-2021-46848", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2021-46848" }, { "cve": "CVE-2021-46823", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2021-46823" }, { "cve": "CVE-2021-42694", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2021-42694" }, { "cve": "CVE-2021-42574", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2021-42574" }, { "cve": "CVE-2021-37750", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2021-37750" }, { "cve": "CVE-2021-28544", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2021-28544" }, { "cve": "CVE-2020-10735", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2020-10735" }, { "cve": "CVE-2019-6111", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2019-6111" }, { "cve": "CVE-2018-7160", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2018-7160" }, { "cve": "CVE-2015-20107", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2015-20107" }, { "cve": "CVE-2006-20001", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2006-20001" } ] }
WID-SEC-W-2022-1198
Vulnerability from csaf_certbund
Notes
{ "document": { "aggregate_severity": { "text": "hoch" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "Unicode ist ein internationaler Standard, in dem f\u00fcr jedes Schriftzeichen oder Textelement aller bekannten Schriftkulturen und Zeichensysteme ein digitaler Code festgelegt wird.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Unicode Standards ausnutzen, um Sicherheitsmechanismen zu umgehen.", "title": "Angriff" }, { "category": "general", "text": "- Linux", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2022-1198 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2021/wid-sec-w-2022-1198.json" }, { "category": "self", "summary": "WID-SEC-2022-1198 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2022-1198" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS-2022-222 vom 2022-12-09", "url": "https://alas.aws.amazon.com/AL2022/ALAS-2022-222.html" }, { "category": "external", "summary": "AVAYA Security Advisory ASA-2021-128 vom 2021-11-02", "url": "https://downloads.avaya.com/css/P8/documents/101078450" }, { "category": "external", "summary": "RedHat Security Advisory vom 2021-10-31", "url": "https://access.redhat.com/errata/RHSA-2021:4034" }, { "category": "external", "summary": "RedHat Security Advisory vom 2021-10-31", "url": "https://access.redhat.com/errata/RHSA-2021:4035" }, { "category": "external", "summary": "RedHat Security Advisory vom 2021-10-31", "url": "https://access.redhat.com/errata/RHSA-2021:4036" }, { "category": "external", "summary": "RedHat Security Advisory vom 2021-10-31", "url": "https://access.redhat.com/errata/RHSA-2021:4037" }, { "category": "external", "summary": "RedHat Security Advisory vom 2021-10-31", "url": "https://access.redhat.com/errata/RHSA-2021:4038" }, { "category": "external", "summary": "RedHat Security Advisory vom 2021-10-31", "url": "https://access.redhat.com/errata/RHSA-2021:4039" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2021-4033 vom 2021-11-02", "url": "https://linux.oracle.com/errata/ELSA-2021-4033.html" }, { "category": "external", "summary": "Trojan Source", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:4600 vom 2021-11-10", "url": "https://access.redhat.com/errata/RHSA-2021:4600" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:4586 vom 2021-11-10", "url": "https://access.redhat.com/errata/RHSA-2021:4586" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:4587 vom 2021-11-10", "url": "https://access.redhat.com/errata/RHSA-2021:4587" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:4588 vom 2021-11-10", "url": "https://access.redhat.com/errata/RHSA-2021:4588" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:4589 vom 2021-11-10", "url": "https://access.redhat.com/errata/RHSA-2021:4589" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:4590 vom 2021-11-10", "url": "https://access.redhat.com/errata/RHSA-2021:4590" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:4591 vom 2021-11-10", "url": "https://access.redhat.com/errata/RHSA-2021:4591" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:4585 vom 2021-11-10", "url": "https://access.redhat.com/errata/RHSA-2021:4585" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:4592 vom 2021-11-10", "url": "https://access.redhat.com/errata/RHSA-2021:4592" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:4593 vom 2021-11-10", "url": "https://access.redhat.com/errata/RHSA-2021:4593" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:4594 vom 2021-11-10", "url": "https://access.redhat.com/errata/RHSA-2021:4594" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:4595 vom 2021-11-10", "url": "https://access.redhat.com/errata/RHSA-2021:4595" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:4596 vom 2021-11-10", "url": "https://access.redhat.com/errata/RHSA-2021:4596" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:4598 vom 2021-11-10", "url": "https://access.redhat.com/errata/RHSA-2021:4598" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:4599 vom 2021-11-10", "url": "https://access.redhat.com/errata/RHSA-2021:4599" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:4601 vom 2021-11-10", "url": "https://access.redhat.com/errata/RHSA-2021:4601" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:4602 vom 2021-11-10", "url": "https://access.redhat.com/errata/RHSA-2021:4602" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:4669 vom 2021-11-15", "url": "https://access.redhat.com/errata/RHSA-2021:4669" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:4649 vom 2021-11-15", "url": "https://access.redhat.com/errata/RHSA-2021:4649" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:4694 vom 2021-11-16", "url": "https://access.redhat.com/errata/RHSA-2021:4694" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2021-4649 vom 2021-11-18", "url": "https://linux.oracle.com/errata/ELSA-2021-4649.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2021-4592 vom 2021-11-18", "url": "https://linux.oracle.com/errata/ELSA-2021-4592.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2021-4595 vom 2021-11-18", "url": "https://linux.oracle.com/errata/ELSA-2021-4595.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2021-4593 vom 2021-11-18", "url": "https://linux.oracle.com/errata/ELSA-2021-4593.html" }, { "category": "external", "summary": "CentOS Security Advisory CESA-2021:4033 vom 2021-11-17", "url": "https://lists.centos.org/pipermail/centos-announce/2021-November/048395.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:4724 vom 2021-11-17", "url": "https://access.redhat.com/errata/RHSA-2021:4724" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:4723 vom 2021-11-17", "url": "https://access.redhat.com/errata/RHSA-2021:4723" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2021-4594 vom 2021-11-18", "url": "https://linux.oracle.com/errata/ELSA-2021-4594.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2021-4586 vom 2021-11-18", "url": "https://linux.oracle.com/errata/ELSA-2021-4586.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2021-4587 vom 2021-11-18", "url": "https://linux.oracle.com/errata/ELSA-2021-4587.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2021-4585 vom 2021-11-19", "url": "https://linux.oracle.com/errata/ELSA-2021-4585.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2021-4590 vom 2021-11-18", "url": "https://linux.oracle.com/errata/ELSA-2021-4590.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2021-4591 vom 2021-11-18", "url": "https://linux.oracle.com/errata/ELSA-2021-4591.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:4729 vom 2021-11-18", "url": "https://access.redhat.com/errata/RHSA-2021:4729" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:4743 vom 2021-11-18", "url": "https://access.redhat.com/errata/RHSA-2021:4743" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:4730 vom 2021-11-18", "url": "https://access.redhat.com/errata/RHSA-2021:4730" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2021-4743 vom 2021-11-19", "url": "https://linux.oracle.com/errata/ELSA-2021-4743.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:4845 vom 2021-11-29", "url": "https://access.redhat.com/errata/RHSA-2021:4845" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:0015 vom 2022-01-04", "url": "https://access.redhat.com/errata/RHSA-2022:0015" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:0034 vom 2022-01-05", "url": "https://access.redhat.com/errata/RHSA-2022:0034" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:0043 vom 2022-01-10", "url": "https://access.redhat.com/errata/RHSA-2022:0043" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:0044 vom 2022-01-10", "url": "https://access.redhat.com/errata/RHSA-2022:0044" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:0042 vom 2022-01-10", "url": "https://access.redhat.com/errata/RHSA-2022:0042" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:0047 vom 2022-01-10", "url": "https://access.redhat.com/errata/RHSA-2022:0047" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:0191 vom 2022-01-20", "url": "https://access.redhat.com/errata/RHSA-2022:0191" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:0318 vom 2022-01-27", "url": "https://access.redhat.com/errata/RHSA-2022:0318" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:0434 vom 2022-02-04", "url": "https://access.redhat.com/errata/RHSA-2022:0434" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:0431 vom 2022-02-03", "url": "https://access.redhat.com/errata/RHSA-2022:0431" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:0577 vom 2022-03-28", "url": "https://access.redhat.com/errata/RHSA-2022:0577" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS-2022-1784 vom 2022-04-27", "url": "https://alas.aws.amazon.com/AL2/ALAS-2022-1784.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS-2022-057 vom 2022-05-06", "url": "https://alas.aws.amazon.com/AL2022/ALAS-2022-057.html" }, { "category": "external", "summary": "Atlassian Security Advisory", "url": "https://confluence.atlassian.com/security/multiple-products-security-advisory-unrendered-unicode-bidirectional-override-characters-cve-2021-42574-1086419475.html" }, { "category": "external", "summary": "Gentoo Linux Security Advisory GLSA-202210-09 vom 2022-10-16", "url": "https://security.gentoo.org/glsa/202210-09" } ], "source_lang": "en-US", "title": "Unicode Standards: Schwachstellen erm\u00f6glichen Umgehung von Sicherheitsmechanismem", "tracking": { "current_release_date": "2022-12-11T23:00:00.000+00:00", "generator": { "date": "2024-08-15T17:34:02.737+00:00", "engine": { "name": "BSI-WID", "version": "1.3.5" } }, "id": "WID-SEC-W-2022-1198", "initial_release_date": "2021-10-31T23:00:00.000+00:00", "revision_history": [ { "date": "2021-10-31T23:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2021-11-01T23:00:00.000+00:00", "number": "2", "summary": "Neue Updates von Oracle Linux aufgenommen; Texte verallgemeinert" }, { "date": "2021-11-02T23:00:00.000+00:00", "number": "3", "summary": "Referenz(en) aufgenommen: FEDORA-2021-0578E23912, FEDORA-2021-443139F67C, FEDORA-2021-7AD3A01F6A" }, { "date": "2021-11-09T23:00:00.000+00:00", "number": "4", "summary": "Neue Updates von AVAYA aufgenommen" }, { "date": "2021-11-10T23:00:00.000+00:00", "number": "5", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2021-11-15T23:00:00.000+00:00", "number": "6", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2021-11-16T23:00:00.000+00:00", "number": "7", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2021-11-17T23:00:00.000+00:00", "number": "8", "summary": "Neue Updates von Oracle Linux, CentOS und Red Hat aufgenommen" }, { "date": "2021-11-18T23:00:00.000+00:00", "number": "9", "summary": "Neue Updates von Oracle Linux und Red Hat aufgenommen" }, { "date": "2021-11-21T23:00:00.000+00:00", "number": "10", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2021-11-29T23:00:00.000+00:00", "number": "11", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2022-01-04T23:00:00.000+00:00", "number": "12", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2022-01-05T23:00:00.000+00:00", "number": "13", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2022-01-09T23:00:00.000+00:00", "number": "14", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2022-01-10T23:00:00.000+00:00", "number": "15", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2022-01-19T23:00:00.000+00:00", "number": "16", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2022-01-27T23:00:00.000+00:00", "number": "17", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2022-02-03T23:00:00.000+00:00", "number": "18", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2022-03-28T22:00:00.000+00:00", "number": "19", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2022-04-27T22:00:00.000+00:00", "number": "20", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2022-05-08T22:00:00.000+00:00", "number": "21", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2022-08-25T22:00:00.000+00:00", "number": "22", "summary": "Neue Updates aufgenommen" }, { "date": "2022-10-16T22:00:00.000+00:00", "number": "23", "summary": "Neue Updates von Gentoo aufgenommen" }, { "date": "2022-12-11T23:00:00.000+00:00", "number": "24", "summary": "Neue Updates von Amazon aufgenommen" } ], "status": "final", "version": "24" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "Amazon Linux 2", "product": { "name": "Amazon Linux 2", "product_id": "398363", "product_identification_helper": { "cpe": "cpe:/o:amazon:linux_2:-" } } } ], "category": "vendor", "name": "Amazon" }, { "branches": [ { "category": "product_name", "name": "Atlassian Bamboo \u003c 8.0.4", "product": { "name": "Atlassian Bamboo \u003c 8.0.4", "product_id": "T024385", "product_identification_helper": { "cpe": "cpe:/a:atlassian:bamboo:8.0.4" } } }, { "branches": [ { "category": "product_name", "name": "Atlassian Bitbucket \u003c 6.10.14", "product": { "name": "Atlassian Bitbucket \u003c 6.10.14", "product_id": "T024386", "product_identification_helper": { "cpe": "cpe:/a:atlassian:bitbucket:6.10.14" } } }, { "category": "product_name", "name": "Atlassian Bitbucket \u003c 7.6.10", "product": { "name": "Atlassian Bitbucket \u003c 7.6.10", "product_id": "T024387", "product_identification_helper": { "cpe": "cpe:/a:atlassian:bitbucket:7.6.10" } } }, { "category": "product_name", "name": "Atlassian Bitbucket \u003c 7.17.1", "product": { "name": "Atlassian Bitbucket \u003c 7.17.1", "product_id": "T024388", "product_identification_helper": { "cpe": "cpe:/a:atlassian:bitbucket:7.17.1" } } } ], "category": "product_name", "name": "Bitbucket" }, { "branches": [ { "category": "product_name", "name": "Atlassian Confluence \u003c 7.4.13", "product": { "name": "Atlassian Confluence \u003c 7.4.13", "product_id": "T024389", "product_identification_helper": { "cpe": "cpe:/a:atlassian:confluence:7.4.13" } } }, { "category": "product_name", "name": "Atlassian Confluence \u003c 7.13.2", "product": { "name": "Atlassian Confluence \u003c 7.13.2", "product_id": "T024390", "product_identification_helper": { "cpe": "cpe:/a:atlassian:confluence:7.13.2" } } }, { "category": "product_name", "name": "Atlassian Confluence \u003c 7.14.1", "product": { "name": "Atlassian Confluence \u003c 7.14.1", "product_id": "T024391", "product_identification_helper": { "cpe": "cpe:/a:atlassian:confluence:7.14.1" } } } ], "category": "product_name", "name": "Confluence" }, { "category": "product_name", "name": "Atlassian Crucible \u003c 4.8.8", "product": { "name": "Atlassian Crucible \u003c 4.8.8", "product_id": "1147925", "product_identification_helper": { "cpe": "cpe:/a:atlassian:crucible:4.8.8" } } }, { "category": "product_name", "name": "Atlassian Fisheye \u003c 4.8.8", "product": { "name": "Atlassian Fisheye \u003c 4.8.8", "product_id": "T024392", "product_identification_helper": { "cpe": "cpe:/a:atlassian:fisheye:4.8.8" } } }, { "branches": [ { "category": "product_name", "name": "Atlassian Jira Software \u003c 8.20.1", "product": { "name": "Atlassian Jira Software \u003c 8.20.1", "product_id": "T020802", "product_identification_helper": { "cpe": "cpe:/a:atlassian:jira_software:8.20.1" } } }, { "category": "product_name", "name": "Atlassian Jira Software \u003c 8.13.13", "product": { "name": "Atlassian Jira Software \u003c 8.13.13", "product_id": "T024393", "product_identification_helper": { "cpe": "cpe:/a:atlassian:jira_software:8.13.13" } } } ], "category": "product_name", "name": "Jira Software" } ], "category": "vendor", "name": "Atlassian" }, { "branches": [ { "category": "product_name", "name": "Avaya Aura Application Enablement Services", "product": { "name": "Avaya Aura Application Enablement Services", "product_id": "T015516", "product_identification_helper": { "cpe": "cpe:/a:avaya:aura_application_enablement_services:-" } } }, { "category": "product_name", "name": "Avaya Aura Communication Manager", "product": { "name": "Avaya Aura Communication Manager", "product_id": "T015126", "product_identification_helper": { "cpe": "cpe:/a:avaya:communication_manager:-" } } }, { "category": "product_name", "name": "Avaya Aura Session Manager", "product": { "name": "Avaya Aura Session Manager", "product_id": "T015127", "product_identification_helper": { "cpe": "cpe:/a:avaya:session_manager:-" } } }, { "category": "product_name", "name": "Avaya Aura System Manager", "product": { "name": "Avaya Aura System Manager", "product_id": "T015518", "product_identification_helper": { "cpe": "cpe:/a:avaya:aura_system_manager:-" } } }, { "category": "product_name", "name": "Avaya Web License Manager", "product": { "name": "Avaya Web License Manager", "product_id": "T016243", "product_identification_helper": { "cpe": "cpe:/a:avaya:web_license_manager:-" } } } ], "category": "vendor", "name": "Avaya" }, { "branches": [ { "category": "product_name", "name": "Gentoo Linux", "product": { "name": "Gentoo Linux", "product_id": "T012167", "product_identification_helper": { "cpe": "cpe:/o:gentoo:linux:-" } } } ], "category": "vendor", "name": "Gentoo" }, { "branches": [ { "category": "product_name", "name": "Open Source CentOS", "product": { "name": "Open Source CentOS", "product_id": "1727", "product_identification_helper": { "cpe": "cpe:/o:centos:centos:-" } } } ], "category": "vendor", "name": "Open Source" }, { "branches": [ { "category": "product_name", "name": "Oracle Linux", "product": { "name": "Oracle Linux", "product_id": "T004914", "product_identification_helper": { "cpe": "cpe:/o:oracle:linux:-" } } } ], "category": "vendor", "name": "Oracle" }, { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux", "product": { "name": "Red Hat Enterprise Linux", "product_id": "67646", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:-" } } } ], "category": "vendor", "name": "Red Hat" } ] }, "vulnerabilities": [ { "cve": "CVE-2021-42574", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Implementierungen von Unicode Standards. Betroffen sind beispielsweise Entwicklungsumgebungen, da diese spezielle Anforderungen an die Darstellung von Text haben. Ein Angreifer kann das ausnutzen indem er einen b\u00f6sartigen Patch mit gut platzierten BiDi-Zeichen oder Homoglyphen erstellt, und damit einen menschlichen Pr\u00fcfer t\u00e4uschen kann. Im Ergebnis weicht der ausgef\u00fchrte Code vom dargestellten Code ab. Zur erfolgreichen Ausnutzung ist eine Benutzeraktion (z.B. Kompilieren eines manipulierten Quellcodes) erforderlich." } ], "product_status": { "known_affected": [ "T024391", "T024390", "T024393", "T015518", "T024392", "67646", "T015516", "T015127", "T015126", "T012167", "T020802", "T004914", "T016243", "T024388", "T024387", "398363", "T024389", "1727", "1147925", "T024386", "T024385" ] }, "release_date": "2021-10-31T23:00:00.000+00:00", "title": "CVE-2021-42574" }, { "cve": "CVE-2021-42694", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Implementierungen von Unicode Standards. Betroffen sind beispielsweise Entwicklungsumgebungen, da diese spezielle Anforderungen an die Darstellung von Text haben. Ein Angreifer kann das ausnutzen indem er einen b\u00f6sartigen Patch mit gut platzierten BiDi-Zeichen oder Homoglyphen erstellt, und damit einen menschlichen Pr\u00fcfer t\u00e4uschen kann. Im Ergebnis weicht der ausgef\u00fchrte Code vom dargestellten Code ab. Zur erfolgreichen Ausnutzung ist eine Benutzeraktion (z.B. Kompilieren eines manipulierten Quellcodes) erforderlich." } ], "product_status": { "known_affected": [ "T024391", "T024390", "T024393", "T015518", "T024392", "67646", "T015516", "T015127", "T015126", "T012167", "T020802", "T004914", "T016243", "T024388", "T024387", "398363", "T024389", "1727", "1147925", "T024386", "T024385" ] }, "release_date": "2021-10-31T23:00:00.000+00:00", "title": "CVE-2021-42694" } ] }
wid-sec-w-2022-0676
Vulnerability from csaf_certbund
Notes
{ "document": { "aggregate_severity": { "text": "hoch" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "Junos Space ist eine Software-Plattform, die eine Reihe von Applikationen f\u00fcr das Netzwerkmanagement beinhaltet.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter, anonymer, authentisierter oder lokaler Angreifer kann mehrere Schwachstellen in Juniper Junos Space ausnutzen, um einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Daten zu manipulieren oder zu ver\u00e4ndern, seine Privilegien zu erweitern und Sicherheitsma\u00dfnahmen zu umgehen.", "title": "Angriff" }, { "category": "general", "text": "- Juniper Appliance", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2022-0676 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2022/wid-sec-w-2022-0676.json" }, { "category": "self", "summary": "WID-SEC-2022-0676 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2022-0676" }, { "category": "external", "summary": "Juniper Security Advisory JSA70182 vom 2023-01-12", "url": "https://supportportal.juniper.net/s/article/2023-01-Security-Bulletin-Contrail-Service-Orchestration-Multiple-vulnerabilities-resolved-in-CSO-6-3-0?language=en_US" }, { "category": "external", "summary": "Juniper Security Advisory vom 2022-07-13", "url": "https://supportportal.juniper.net/s/article/2022-07-Security-Bulletin-Junos-Space-Security-Director-Policy-Enforcer-upgraded-to-CentOS-7-9" }, { "category": "external", "summary": "Juniper Security Advisory vom 2022-07-13", "url": "https://supportportal.juniper.net/s/article/2022-07-Security-Bulletin-Junos-Space-Multiple-vulnerabilities-resolved-in-22-2R1-release-CVE-2022-22218?language=en_US" } ], "source_lang": "en-US", "title": "Juniper Junos Space: Mehrere Schwachstellen", "tracking": { "current_release_date": "2023-01-11T23:00:00.000+00:00", "generator": { "date": "2024-08-15T17:31:42.465+00:00", "engine": { "name": "BSI-WID", "version": "1.3.5" } }, "id": "WID-SEC-W-2022-0676", "initial_release_date": "2022-07-13T22:00:00.000+00:00", "revision_history": [ { "date": "2022-07-13T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2023-01-11T23:00:00.000+00:00", "number": "2", "summary": "Neue Updates von Juniper aufgenommen" } ], "status": "final", "version": "2" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "Juniper Contrail Service Orchestration", "product": { "name": "Juniper Contrail Service Orchestration", "product_id": "T025794", "product_identification_helper": { "cpe": "cpe:/a:juniper:contrail_service_orchestration:-" } } }, { "category": "product_name", "name": "Juniper Junos Space \u003c 22.1R1", "product": { "name": "Juniper Junos Space \u003c 22.1R1", "product_id": "T023842", "product_identification_helper": { "cpe": "cpe:/a:juniper:junos_space:22.1r1" } } } ], "category": "vendor", "name": "Juniper" } ] }, "vulnerabilities": [ { "cve": "CVE-2016-2124", "notes": [ { "category": "description", "text": "In Juniper Junos Space existieren mehrere Schwachstellen. Die Fehler bestehen in den Komponenten nginx resolver, Java SE, Oracle GraalVM, OpenSSH, Unicode, Samba, RPM, Kerberos, OpenSSL, Linux Kernel, curl und MySQL. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Daten zu manipulieren oder zu ver\u00e4ndern, seine Privilegien zu erweitern und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T025794" ] }, "release_date": "2022-07-13T22:00:00.000+00:00", "title": "CVE-2016-2124" }, { "cve": "CVE-2020-25704", "notes": [ { "category": "description", "text": "In Juniper Junos Space existieren mehrere Schwachstellen. Die Fehler bestehen in den Komponenten nginx resolver, Java SE, Oracle GraalVM, OpenSSH, Unicode, Samba, RPM, Kerberos, OpenSSL, Linux Kernel, curl und MySQL. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Daten zu manipulieren oder zu ver\u00e4ndern, seine Privilegien zu erweitern und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T025794" ] }, "release_date": "2022-07-13T22:00:00.000+00:00", "title": "CVE-2020-25704" }, { "cve": "CVE-2020-25717", "notes": [ { "category": "description", "text": "In Juniper Junos Space existieren mehrere Schwachstellen. Die Fehler bestehen in den Komponenten nginx resolver, Java SE, Oracle GraalVM, OpenSSH, Unicode, Samba, RPM, Kerberos, OpenSSL, Linux Kernel, curl und MySQL. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Daten zu manipulieren oder zu ver\u00e4ndern, seine Privilegien zu erweitern und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T025794" ] }, "release_date": "2022-07-13T22:00:00.000+00:00", "title": "CVE-2020-25717" }, { "cve": "CVE-2020-36322", "notes": [ { "category": "description", "text": "In Juniper Junos Space existieren mehrere Schwachstellen. Die Fehler bestehen in den Komponenten nginx resolver, Java SE, Oracle GraalVM, OpenSSH, Unicode, Samba, RPM, Kerberos, OpenSSL, Linux Kernel, curl und MySQL. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Daten zu manipulieren oder zu ver\u00e4ndern, seine Privilegien zu erweitern und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T025794" ] }, "release_date": "2022-07-13T22:00:00.000+00:00", "title": "CVE-2020-36322" }, { "cve": "CVE-2020-36385", "notes": [ { "category": "description", "text": "In Juniper Junos Space existieren mehrere Schwachstellen. Die Fehler bestehen in den Komponenten nginx resolver, Java SE, Oracle GraalVM, OpenSSH, Unicode, Samba, RPM, Kerberos, OpenSSL, Linux Kernel, curl und MySQL. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Daten zu manipulieren oder zu ver\u00e4ndern, seine Privilegien zu erweitern und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T025794" ] }, "release_date": "2022-07-13T22:00:00.000+00:00", "title": "CVE-2020-36385" }, { "cve": "CVE-2021-20271", "notes": [ { "category": "description", "text": "In Juniper Junos Space existieren mehrere Schwachstellen. Die Fehler bestehen in den Komponenten nginx resolver, Java SE, Oracle GraalVM, OpenSSH, Unicode, Samba, RPM, Kerberos, OpenSSL, Linux Kernel, curl und MySQL. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Daten zu manipulieren oder zu ver\u00e4ndern, seine Privilegien zu erweitern und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T025794" ] }, "release_date": "2022-07-13T22:00:00.000+00:00", "title": "CVE-2021-20271" }, { "cve": "CVE-2021-22946", "notes": [ { "category": "description", "text": "In Juniper Junos Space existieren mehrere Schwachstellen. Die Fehler bestehen in den Komponenten nginx resolver, Java SE, Oracle GraalVM, OpenSSH, Unicode, Samba, RPM, Kerberos, OpenSSL, Linux Kernel, curl und MySQL. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Daten zu manipulieren oder zu ver\u00e4ndern, seine Privilegien zu erweitern und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T025794" ] }, "release_date": "2022-07-13T22:00:00.000+00:00", "title": "CVE-2021-22946" }, { "cve": "CVE-2021-23017", "notes": [ { "category": "description", "text": "In Juniper Junos Space existieren mehrere Schwachstellen. Die Fehler bestehen in den Komponenten nginx resolver, Java SE, Oracle GraalVM, OpenSSH, Unicode, Samba, RPM, Kerberos, OpenSSL, Linux Kernel, curl und MySQL. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Daten zu manipulieren oder zu ver\u00e4ndern, seine Privilegien zu erweitern und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T025794" ] }, "release_date": "2022-07-13T22:00:00.000+00:00", "title": "CVE-2021-23017" }, { "cve": "CVE-2021-23840", "notes": [ { "category": "description", "text": "In Juniper Junos Space existieren mehrere Schwachstellen. Die Fehler bestehen in den Komponenten nginx resolver, Java SE, Oracle GraalVM, OpenSSH, Unicode, Samba, RPM, Kerberos, OpenSSL, Linux Kernel, curl und MySQL. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Daten zu manipulieren oder zu ver\u00e4ndern, seine Privilegien zu erweitern und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T025794" ] }, "release_date": "2022-07-13T22:00:00.000+00:00", "title": "CVE-2021-23840" }, { "cve": "CVE-2021-23841", "notes": [ { "category": "description", "text": "In Juniper Junos Space existieren mehrere Schwachstellen. Die Fehler bestehen in den Komponenten nginx resolver, Java SE, Oracle GraalVM, OpenSSH, Unicode, Samba, RPM, Kerberos, OpenSSL, Linux Kernel, curl und MySQL. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Daten zu manipulieren oder zu ver\u00e4ndern, seine Privilegien zu erweitern und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T025794" ] }, "release_date": "2022-07-13T22:00:00.000+00:00", "title": "CVE-2021-23841" }, { "cve": "CVE-2021-28950", "notes": [ { "category": "description", "text": "In Juniper Junos Space existieren mehrere Schwachstellen. Die Fehler bestehen in den Komponenten nginx resolver, Java SE, Oracle GraalVM, OpenSSH, Unicode, Samba, RPM, Kerberos, OpenSSL, Linux Kernel, curl und MySQL. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Daten zu manipulieren oder zu ver\u00e4ndern, seine Privilegien zu erweitern und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T025794" ] }, "release_date": "2022-07-13T22:00:00.000+00:00", "title": "CVE-2021-28950" }, { "cve": "CVE-2021-35550", "notes": [ { "category": "description", "text": "In Juniper Junos Space existieren mehrere Schwachstellen. Die Fehler bestehen in den Komponenten nginx resolver, Java SE, Oracle GraalVM, OpenSSH, Unicode, Samba, RPM, Kerberos, OpenSSL, Linux Kernel, curl und MySQL. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Daten zu manipulieren oder zu ver\u00e4ndern, seine Privilegien zu erweitern und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T025794" ] }, "release_date": "2022-07-13T22:00:00.000+00:00", "title": "CVE-2021-35550" }, { "cve": "CVE-2021-35556", "notes": [ { "category": "description", "text": "In Juniper Junos Space existieren mehrere Schwachstellen. Die Fehler bestehen in den Komponenten nginx resolver, Java SE, Oracle GraalVM, OpenSSH, Unicode, Samba, RPM, Kerberos, OpenSSL, Linux Kernel, curl und MySQL. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Daten zu manipulieren oder zu ver\u00e4ndern, seine Privilegien zu erweitern und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T025794" ] }, "release_date": "2022-07-13T22:00:00.000+00:00", "title": "CVE-2021-35556" }, { "cve": "CVE-2021-35559", "notes": [ { "category": "description", "text": "In Juniper Junos Space existieren mehrere Schwachstellen. Die Fehler bestehen in den Komponenten nginx resolver, Java SE, Oracle GraalVM, OpenSSH, Unicode, Samba, RPM, Kerberos, OpenSSL, Linux Kernel, curl und MySQL. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Daten zu manipulieren oder zu ver\u00e4ndern, seine Privilegien zu erweitern und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T025794" ] }, "release_date": "2022-07-13T22:00:00.000+00:00", "title": "CVE-2021-35559" }, { "cve": "CVE-2021-35561", "notes": [ { "category": "description", "text": "In Juniper Junos Space existieren mehrere Schwachstellen. Die Fehler bestehen in den Komponenten nginx resolver, Java SE, Oracle GraalVM, OpenSSH, Unicode, Samba, RPM, Kerberos, OpenSSL, Linux Kernel, curl und MySQL. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Daten zu manipulieren oder zu ver\u00e4ndern, seine Privilegien zu erweitern und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T025794" ] }, "release_date": "2022-07-13T22:00:00.000+00:00", "title": "CVE-2021-35561" }, { "cve": "CVE-2021-35564", "notes": [ { "category": "description", "text": "In Juniper Junos Space existieren mehrere Schwachstellen. Die Fehler bestehen in den Komponenten nginx resolver, Java SE, Oracle GraalVM, OpenSSH, Unicode, Samba, RPM, Kerberos, OpenSSL, Linux Kernel, curl und MySQL. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Daten zu manipulieren oder zu ver\u00e4ndern, seine Privilegien zu erweitern und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T025794" ] }, "release_date": "2022-07-13T22:00:00.000+00:00", "title": "CVE-2021-35564" }, { "cve": "CVE-2021-35565", "notes": [ { "category": "description", "text": "In Juniper Junos Space existieren mehrere Schwachstellen. Die Fehler bestehen in den Komponenten nginx resolver, Java SE, Oracle GraalVM, OpenSSH, Unicode, Samba, RPM, Kerberos, OpenSSL, Linux Kernel, curl und MySQL. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Daten zu manipulieren oder zu ver\u00e4ndern, seine Privilegien zu erweitern und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T025794" ] }, "release_date": "2022-07-13T22:00:00.000+00:00", "title": "CVE-2021-35565" }, { "cve": "CVE-2021-35567", "notes": [ { "category": "description", "text": "In Juniper Junos Space existieren mehrere Schwachstellen. Die Fehler bestehen in den Komponenten nginx resolver, Java SE, Oracle GraalVM, OpenSSH, Unicode, Samba, RPM, Kerberos, OpenSSL, Linux Kernel, curl und MySQL. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Daten zu manipulieren oder zu ver\u00e4ndern, seine Privilegien zu erweitern und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T025794" ] }, "release_date": "2022-07-13T22:00:00.000+00:00", "title": "CVE-2021-35567" }, { "cve": "CVE-2021-35578", "notes": [ { "category": "description", "text": "In Juniper Junos Space existieren mehrere Schwachstellen. Die Fehler bestehen in den Komponenten nginx resolver, Java SE, Oracle GraalVM, OpenSSH, Unicode, Samba, RPM, Kerberos, OpenSSL, Linux Kernel, curl und MySQL. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Daten zu manipulieren oder zu ver\u00e4ndern, seine Privilegien zu erweitern und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T025794" ] }, "release_date": "2022-07-13T22:00:00.000+00:00", "title": "CVE-2021-35578" }, { "cve": "CVE-2021-35586", "notes": [ { "category": "description", "text": "In Juniper Junos Space existieren mehrere Schwachstellen. Die Fehler bestehen in den Komponenten nginx resolver, Java SE, Oracle GraalVM, OpenSSH, Unicode, Samba, RPM, Kerberos, OpenSSL, Linux Kernel, curl und MySQL. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Daten zu manipulieren oder zu ver\u00e4ndern, seine Privilegien zu erweitern und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T025794" ] }, "release_date": "2022-07-13T22:00:00.000+00:00", "title": "CVE-2021-35586" }, { "cve": "CVE-2021-35588", "notes": [ { "category": "description", "text": "In Juniper Junos Space existieren mehrere Schwachstellen. Die Fehler bestehen in den Komponenten nginx resolver, Java SE, Oracle GraalVM, OpenSSH, Unicode, Samba, RPM, Kerberos, OpenSSL, Linux Kernel, curl und MySQL. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Daten zu manipulieren oder zu ver\u00e4ndern, seine Privilegien zu erweitern und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T025794" ] }, "release_date": "2022-07-13T22:00:00.000+00:00", "title": "CVE-2021-35588" }, { "cve": "CVE-2021-35603", "notes": [ { "category": "description", "text": "In Juniper Junos Space existieren mehrere Schwachstellen. Die Fehler bestehen in den Komponenten nginx resolver, Java SE, Oracle GraalVM, OpenSSH, Unicode, Samba, RPM, Kerberos, OpenSSL, Linux Kernel, curl und MySQL. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Daten zu manipulieren oder zu ver\u00e4ndern, seine Privilegien zu erweitern und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T025794" ] }, "release_date": "2022-07-13T22:00:00.000+00:00", "title": "CVE-2021-35603" }, { "cve": "CVE-2021-37750", "notes": [ { "category": "description", "text": "In Juniper Junos Space existieren mehrere Schwachstellen. Die Fehler bestehen in den Komponenten nginx resolver, Java SE, Oracle GraalVM, OpenSSH, Unicode, Samba, RPM, Kerberos, OpenSSL, Linux Kernel, curl und MySQL. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Daten zu manipulieren oder zu ver\u00e4ndern, seine Privilegien zu erweitern und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T025794" ] }, "release_date": "2022-07-13T22:00:00.000+00:00", "title": "CVE-2021-37750" }, { "cve": "CVE-2021-41617", "notes": [ { "category": "description", "text": "In Juniper Junos Space existieren mehrere Schwachstellen. Die Fehler bestehen in den Komponenten nginx resolver, Java SE, Oracle GraalVM, OpenSSH, Unicode, Samba, RPM, Kerberos, OpenSSL, Linux Kernel, curl und MySQL. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Daten zu manipulieren oder zu ver\u00e4ndern, seine Privilegien zu erweitern und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T025794" ] }, "release_date": "2022-07-13T22:00:00.000+00:00", "title": "CVE-2021-41617" }, { "cve": "CVE-2021-42574", "notes": [ { "category": "description", "text": "In Juniper Junos Space existieren mehrere Schwachstellen. Die Fehler bestehen in den Komponenten nginx resolver, Java SE, Oracle GraalVM, OpenSSH, Unicode, Samba, RPM, Kerberos, OpenSSL, Linux Kernel, curl und MySQL. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Daten zu manipulieren oder zu ver\u00e4ndern, seine Privilegien zu erweitern und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T025794" ] }, "release_date": "2022-07-13T22:00:00.000+00:00", "title": "CVE-2021-42574" }, { "cve": "CVE-2021-42739", "notes": [ { "category": "description", "text": "In Juniper Junos Space existieren mehrere Schwachstellen. Die Fehler bestehen in den Komponenten nginx resolver, Java SE, Oracle GraalVM, OpenSSH, Unicode, Samba, RPM, Kerberos, OpenSSL, Linux Kernel, curl und MySQL. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Daten zu manipulieren oder zu ver\u00e4ndern, seine Privilegien zu erweitern und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T025794" ] }, "release_date": "2022-07-13T22:00:00.000+00:00", "title": "CVE-2021-42739" }, { "cve": "CVE-2022-21245", "notes": [ { "category": "description", "text": "In Juniper Junos Space existieren mehrere Schwachstellen. Die Fehler bestehen in den Komponenten nginx resolver, Java SE, Oracle GraalVM, OpenSSH, Unicode, Samba, RPM, Kerberos, OpenSSL, Linux Kernel, curl und MySQL. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Daten zu manipulieren oder zu ver\u00e4ndern, seine Privilegien zu erweitern und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T025794" ] }, "release_date": "2022-07-13T22:00:00.000+00:00", "title": "CVE-2022-21245" }, { "cve": "CVE-2022-21270", "notes": [ { "category": "description", "text": "In Juniper Junos Space existieren mehrere Schwachstellen. Die Fehler bestehen in den Komponenten nginx resolver, Java SE, Oracle GraalVM, OpenSSH, Unicode, Samba, RPM, Kerberos, OpenSSL, Linux Kernel, curl und MySQL. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Daten zu manipulieren oder zu ver\u00e4ndern, seine Privilegien zu erweitern und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T025794" ] }, "release_date": "2022-07-13T22:00:00.000+00:00", "title": "CVE-2022-21270" }, { "cve": "CVE-2022-21303", "notes": [ { "category": "description", "text": "In Juniper Junos Space existieren mehrere Schwachstellen. Die Fehler bestehen in den Komponenten nginx resolver, Java SE, Oracle GraalVM, OpenSSH, Unicode, Samba, RPM, Kerberos, OpenSSL, Linux Kernel, curl und MySQL. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Daten zu manipulieren oder zu ver\u00e4ndern, seine Privilegien zu erweitern und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T025794" ] }, "release_date": "2022-07-13T22:00:00.000+00:00", "title": "CVE-2022-21303" }, { "cve": "CVE-2022-21304", "notes": [ { "category": "description", "text": "In Juniper Junos Space existieren mehrere Schwachstellen. Die Fehler bestehen in den Komponenten nginx resolver, Java SE, Oracle GraalVM, OpenSSH, Unicode, Samba, RPM, Kerberos, OpenSSL, Linux Kernel, curl und MySQL. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Daten zu manipulieren oder zu ver\u00e4ndern, seine Privilegien zu erweitern und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T025794" ] }, "release_date": "2022-07-13T22:00:00.000+00:00", "title": "CVE-2022-21304" }, { "cve": "CVE-2022-21344", "notes": [ { "category": "description", "text": "In Juniper Junos Space existieren mehrere Schwachstellen. Die Fehler bestehen in den Komponenten nginx resolver, Java SE, Oracle GraalVM, OpenSSH, Unicode, Samba, RPM, Kerberos, OpenSSL, Linux Kernel, curl und MySQL. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Daten zu manipulieren oder zu ver\u00e4ndern, seine Privilegien zu erweitern und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T025794" ] }, "release_date": "2022-07-13T22:00:00.000+00:00", "title": "CVE-2022-21344" }, { "cve": "CVE-2022-21367", "notes": [ { "category": "description", "text": "In Juniper Junos Space existieren mehrere Schwachstellen. Die Fehler bestehen in den Komponenten nginx resolver, Java SE, Oracle GraalVM, OpenSSH, Unicode, Samba, RPM, Kerberos, OpenSSL, Linux Kernel, curl und MySQL. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Daten zu manipulieren oder zu ver\u00e4ndern, seine Privilegien zu erweitern und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T025794" ] }, "release_date": "2022-07-13T22:00:00.000+00:00", "title": "CVE-2022-21367" }, { "cve": "CVE-2022-22218", "notes": [ { "category": "description", "text": "In Juniper Junos Space existieren mehrere Schwachstellen. Die Fehler bestehen in den Komponenten nginx resolver, Java SE, Oracle GraalVM, OpenSSH, Unicode, Samba, RPM, Kerberos, OpenSSL, Linux Kernel, curl und MySQL. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Daten zu manipulieren oder zu ver\u00e4ndern, seine Privilegien zu erweitern und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T025794" ] }, "release_date": "2022-07-13T22:00:00.000+00:00", "title": "CVE-2022-22218" } ] }
wid-sec-w-2022-1198
Vulnerability from csaf_certbund
Notes
{ "document": { "aggregate_severity": { "text": "hoch" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "Unicode ist ein internationaler Standard, in dem f\u00fcr jedes Schriftzeichen oder Textelement aller bekannten Schriftkulturen und Zeichensysteme ein digitaler Code festgelegt wird.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Unicode Standards ausnutzen, um Sicherheitsmechanismen zu umgehen.", "title": "Angriff" }, { "category": "general", "text": "- Linux", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2022-1198 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2021/wid-sec-w-2022-1198.json" }, { "category": "self", "summary": "WID-SEC-2022-1198 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2022-1198" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS-2022-222 vom 2022-12-09", "url": "https://alas.aws.amazon.com/AL2022/ALAS-2022-222.html" }, { "category": "external", "summary": "AVAYA Security Advisory ASA-2021-128 vom 2021-11-02", "url": "https://downloads.avaya.com/css/P8/documents/101078450" }, { "category": "external", "summary": "RedHat Security Advisory vom 2021-10-31", "url": "https://access.redhat.com/errata/RHSA-2021:4034" }, { "category": "external", "summary": "RedHat Security Advisory vom 2021-10-31", "url": "https://access.redhat.com/errata/RHSA-2021:4035" }, { "category": "external", "summary": "RedHat Security Advisory vom 2021-10-31", "url": "https://access.redhat.com/errata/RHSA-2021:4036" }, { "category": "external", "summary": "RedHat Security Advisory vom 2021-10-31", "url": "https://access.redhat.com/errata/RHSA-2021:4037" }, { "category": "external", "summary": "RedHat Security Advisory vom 2021-10-31", "url": "https://access.redhat.com/errata/RHSA-2021:4038" }, { "category": "external", "summary": "RedHat Security Advisory vom 2021-10-31", "url": "https://access.redhat.com/errata/RHSA-2021:4039" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2021-4033 vom 2021-11-02", "url": "https://linux.oracle.com/errata/ELSA-2021-4033.html" }, { "category": "external", "summary": "Trojan Source", "url": "https://trojansource.codes/" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:4600 vom 2021-11-10", "url": "https://access.redhat.com/errata/RHSA-2021:4600" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:4586 vom 2021-11-10", "url": "https://access.redhat.com/errata/RHSA-2021:4586" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:4587 vom 2021-11-10", "url": "https://access.redhat.com/errata/RHSA-2021:4587" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:4588 vom 2021-11-10", "url": "https://access.redhat.com/errata/RHSA-2021:4588" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:4589 vom 2021-11-10", "url": "https://access.redhat.com/errata/RHSA-2021:4589" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:4590 vom 2021-11-10", "url": "https://access.redhat.com/errata/RHSA-2021:4590" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:4591 vom 2021-11-10", "url": "https://access.redhat.com/errata/RHSA-2021:4591" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:4585 vom 2021-11-10", "url": "https://access.redhat.com/errata/RHSA-2021:4585" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:4592 vom 2021-11-10", "url": "https://access.redhat.com/errata/RHSA-2021:4592" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:4593 vom 2021-11-10", "url": "https://access.redhat.com/errata/RHSA-2021:4593" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:4594 vom 2021-11-10", "url": "https://access.redhat.com/errata/RHSA-2021:4594" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:4595 vom 2021-11-10", "url": "https://access.redhat.com/errata/RHSA-2021:4595" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:4596 vom 2021-11-10", "url": "https://access.redhat.com/errata/RHSA-2021:4596" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:4598 vom 2021-11-10", "url": "https://access.redhat.com/errata/RHSA-2021:4598" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:4599 vom 2021-11-10", "url": "https://access.redhat.com/errata/RHSA-2021:4599" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:4601 vom 2021-11-10", "url": "https://access.redhat.com/errata/RHSA-2021:4601" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:4602 vom 2021-11-10", "url": "https://access.redhat.com/errata/RHSA-2021:4602" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:4669 vom 2021-11-15", "url": "https://access.redhat.com/errata/RHSA-2021:4669" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:4649 vom 2021-11-15", "url": "https://access.redhat.com/errata/RHSA-2021:4649" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:4694 vom 2021-11-16", "url": "https://access.redhat.com/errata/RHSA-2021:4694" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2021-4649 vom 2021-11-18", "url": "https://linux.oracle.com/errata/ELSA-2021-4649.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2021-4592 vom 2021-11-18", "url": "https://linux.oracle.com/errata/ELSA-2021-4592.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2021-4595 vom 2021-11-18", "url": "https://linux.oracle.com/errata/ELSA-2021-4595.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2021-4593 vom 2021-11-18", "url": "https://linux.oracle.com/errata/ELSA-2021-4593.html" }, { "category": "external", "summary": "CentOS Security Advisory CESA-2021:4033 vom 2021-11-17", "url": "https://lists.centos.org/pipermail/centos-announce/2021-November/048395.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:4724 vom 2021-11-17", "url": "https://access.redhat.com/errata/RHSA-2021:4724" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:4723 vom 2021-11-17", "url": "https://access.redhat.com/errata/RHSA-2021:4723" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2021-4594 vom 2021-11-18", "url": "https://linux.oracle.com/errata/ELSA-2021-4594.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2021-4586 vom 2021-11-18", "url": "https://linux.oracle.com/errata/ELSA-2021-4586.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2021-4587 vom 2021-11-18", "url": "https://linux.oracle.com/errata/ELSA-2021-4587.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2021-4585 vom 2021-11-19", "url": "https://linux.oracle.com/errata/ELSA-2021-4585.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2021-4590 vom 2021-11-18", "url": "https://linux.oracle.com/errata/ELSA-2021-4590.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2021-4591 vom 2021-11-18", "url": "https://linux.oracle.com/errata/ELSA-2021-4591.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:4729 vom 2021-11-18", "url": "https://access.redhat.com/errata/RHSA-2021:4729" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:4743 vom 2021-11-18", "url": "https://access.redhat.com/errata/RHSA-2021:4743" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:4730 vom 2021-11-18", "url": "https://access.redhat.com/errata/RHSA-2021:4730" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2021-4743 vom 2021-11-19", "url": "https://linux.oracle.com/errata/ELSA-2021-4743.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:4845 vom 2021-11-29", "url": "https://access.redhat.com/errata/RHSA-2021:4845" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:0015 vom 2022-01-04", "url": "https://access.redhat.com/errata/RHSA-2022:0015" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:0034 vom 2022-01-05", "url": "https://access.redhat.com/errata/RHSA-2022:0034" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:0043 vom 2022-01-10", "url": "https://access.redhat.com/errata/RHSA-2022:0043" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:0044 vom 2022-01-10", "url": "https://access.redhat.com/errata/RHSA-2022:0044" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:0042 vom 2022-01-10", "url": "https://access.redhat.com/errata/RHSA-2022:0042" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:0047 vom 2022-01-10", "url": "https://access.redhat.com/errata/RHSA-2022:0047" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:0191 vom 2022-01-20", "url": "https://access.redhat.com/errata/RHSA-2022:0191" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:0318 vom 2022-01-27", "url": "https://access.redhat.com/errata/RHSA-2022:0318" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:0434 vom 2022-02-04", "url": "https://access.redhat.com/errata/RHSA-2022:0434" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:0431 vom 2022-02-03", "url": "https://access.redhat.com/errata/RHSA-2022:0431" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:0577 vom 2022-03-28", "url": "https://access.redhat.com/errata/RHSA-2022:0577" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS-2022-1784 vom 2022-04-27", "url": "https://alas.aws.amazon.com/AL2/ALAS-2022-1784.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS-2022-057 vom 2022-05-06", "url": "https://alas.aws.amazon.com/AL2022/ALAS-2022-057.html" }, { "category": "external", "summary": "Atlassian Security Advisory", "url": "https://confluence.atlassian.com/security/multiple-products-security-advisory-unrendered-unicode-bidirectional-override-characters-cve-2021-42574-1086419475.html" }, { "category": "external", "summary": "Gentoo Linux Security Advisory GLSA-202210-09 vom 2022-10-16", "url": "https://security.gentoo.org/glsa/202210-09" } ], "source_lang": "en-US", "title": "Unicode Standards: Schwachstellen erm\u00f6glichen Umgehung von Sicherheitsmechanismem", "tracking": { "current_release_date": "2022-12-11T23:00:00.000+00:00", "generator": { "date": "2024-08-15T17:34:02.737+00:00", "engine": { "name": "BSI-WID", "version": "1.3.5" } }, "id": "WID-SEC-W-2022-1198", "initial_release_date": "2021-10-31T23:00:00.000+00:00", "revision_history": [ { "date": "2021-10-31T23:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2021-11-01T23:00:00.000+00:00", "number": "2", "summary": "Neue Updates von Oracle Linux aufgenommen; Texte verallgemeinert" }, { "date": "2021-11-02T23:00:00.000+00:00", "number": "3", "summary": "Referenz(en) aufgenommen: FEDORA-2021-0578E23912, FEDORA-2021-443139F67C, FEDORA-2021-7AD3A01F6A" }, { "date": "2021-11-09T23:00:00.000+00:00", "number": "4", "summary": "Neue Updates von AVAYA aufgenommen" }, { "date": "2021-11-10T23:00:00.000+00:00", "number": "5", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2021-11-15T23:00:00.000+00:00", "number": "6", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2021-11-16T23:00:00.000+00:00", "number": "7", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2021-11-17T23:00:00.000+00:00", "number": "8", "summary": "Neue Updates von Oracle Linux, CentOS und Red Hat aufgenommen" }, { "date": "2021-11-18T23:00:00.000+00:00", "number": "9", "summary": "Neue Updates von Oracle Linux und Red Hat aufgenommen" }, { "date": "2021-11-21T23:00:00.000+00:00", "number": "10", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2021-11-29T23:00:00.000+00:00", "number": "11", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2022-01-04T23:00:00.000+00:00", "number": "12", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2022-01-05T23:00:00.000+00:00", "number": "13", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2022-01-09T23:00:00.000+00:00", "number": "14", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2022-01-10T23:00:00.000+00:00", "number": "15", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2022-01-19T23:00:00.000+00:00", "number": "16", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2022-01-27T23:00:00.000+00:00", "number": "17", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2022-02-03T23:00:00.000+00:00", "number": "18", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2022-03-28T22:00:00.000+00:00", "number": "19", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2022-04-27T22:00:00.000+00:00", "number": "20", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2022-05-08T22:00:00.000+00:00", "number": "21", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2022-08-25T22:00:00.000+00:00", "number": "22", "summary": "Neue Updates aufgenommen" }, { "date": "2022-10-16T22:00:00.000+00:00", "number": "23", "summary": "Neue Updates von Gentoo aufgenommen" }, { "date": "2022-12-11T23:00:00.000+00:00", "number": "24", "summary": "Neue Updates von Amazon aufgenommen" } ], "status": "final", "version": "24" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "Amazon Linux 2", "product": { "name": "Amazon Linux 2", "product_id": "398363", "product_identification_helper": { "cpe": "cpe:/o:amazon:linux_2:-" } } } ], "category": "vendor", "name": "Amazon" }, { "branches": [ { "category": "product_name", "name": "Atlassian Bamboo \u003c 8.0.4", "product": { "name": "Atlassian Bamboo \u003c 8.0.4", "product_id": "T024385", "product_identification_helper": { "cpe": "cpe:/a:atlassian:bamboo:8.0.4" } } }, { "branches": [ { "category": "product_name", "name": "Atlassian Bitbucket \u003c 6.10.14", "product": { "name": "Atlassian Bitbucket \u003c 6.10.14", "product_id": "T024386", "product_identification_helper": { "cpe": "cpe:/a:atlassian:bitbucket:6.10.14" } } }, { "category": "product_name", "name": "Atlassian Bitbucket \u003c 7.6.10", "product": { "name": "Atlassian Bitbucket \u003c 7.6.10", "product_id": "T024387", "product_identification_helper": { "cpe": "cpe:/a:atlassian:bitbucket:7.6.10" } } }, { "category": "product_name", "name": "Atlassian Bitbucket \u003c 7.17.1", "product": { "name": "Atlassian Bitbucket \u003c 7.17.1", "product_id": "T024388", "product_identification_helper": { "cpe": "cpe:/a:atlassian:bitbucket:7.17.1" } } } ], "category": "product_name", "name": "Bitbucket" }, { "branches": [ { "category": "product_name", "name": "Atlassian Confluence \u003c 7.4.13", "product": { "name": "Atlassian Confluence \u003c 7.4.13", "product_id": "T024389", "product_identification_helper": { "cpe": "cpe:/a:atlassian:confluence:7.4.13" } } }, { "category": "product_name", "name": "Atlassian Confluence \u003c 7.13.2", "product": { "name": "Atlassian Confluence \u003c 7.13.2", "product_id": "T024390", "product_identification_helper": { "cpe": "cpe:/a:atlassian:confluence:7.13.2" } } }, { "category": "product_name", "name": "Atlassian Confluence \u003c 7.14.1", "product": { "name": "Atlassian Confluence \u003c 7.14.1", "product_id": "T024391", "product_identification_helper": { "cpe": "cpe:/a:atlassian:confluence:7.14.1" } } } ], "category": "product_name", "name": "Confluence" }, { "category": "product_name", "name": "Atlassian Crucible \u003c 4.8.8", "product": { "name": "Atlassian Crucible \u003c 4.8.8", "product_id": "1147925", "product_identification_helper": { "cpe": "cpe:/a:atlassian:crucible:4.8.8" } } }, { "category": "product_name", "name": "Atlassian Fisheye \u003c 4.8.8", "product": { "name": "Atlassian Fisheye \u003c 4.8.8", "product_id": "T024392", "product_identification_helper": { "cpe": "cpe:/a:atlassian:fisheye:4.8.8" } } }, { "branches": [ { "category": "product_name", "name": "Atlassian Jira Software \u003c 8.20.1", "product": { "name": "Atlassian Jira Software \u003c 8.20.1", "product_id": "T020802", "product_identification_helper": { "cpe": "cpe:/a:atlassian:jira_software:8.20.1" } } }, { "category": "product_name", "name": "Atlassian Jira Software \u003c 8.13.13", "product": { "name": "Atlassian Jira Software \u003c 8.13.13", "product_id": "T024393", "product_identification_helper": { "cpe": "cpe:/a:atlassian:jira_software:8.13.13" } } } ], "category": "product_name", "name": "Jira Software" } ], "category": "vendor", "name": "Atlassian" }, { "branches": [ { "category": "product_name", "name": "Avaya Aura Application Enablement Services", "product": { "name": "Avaya Aura Application Enablement Services", "product_id": "T015516", "product_identification_helper": { "cpe": "cpe:/a:avaya:aura_application_enablement_services:-" } } }, { "category": "product_name", "name": "Avaya Aura Communication Manager", "product": { "name": "Avaya Aura Communication Manager", "product_id": "T015126", "product_identification_helper": { "cpe": "cpe:/a:avaya:communication_manager:-" } } }, { "category": "product_name", "name": "Avaya Aura Session Manager", "product": { "name": "Avaya Aura Session Manager", "product_id": "T015127", "product_identification_helper": { "cpe": "cpe:/a:avaya:session_manager:-" } } }, { "category": "product_name", "name": "Avaya Aura System Manager", "product": { "name": "Avaya Aura System Manager", "product_id": "T015518", "product_identification_helper": { "cpe": "cpe:/a:avaya:aura_system_manager:-" } } }, { "category": "product_name", "name": "Avaya Web License Manager", "product": { "name": "Avaya Web License Manager", "product_id": "T016243", "product_identification_helper": { "cpe": "cpe:/a:avaya:web_license_manager:-" } } } ], "category": "vendor", "name": "Avaya" }, { "branches": [ { "category": "product_name", "name": "Gentoo Linux", "product": { "name": "Gentoo Linux", "product_id": "T012167", "product_identification_helper": { "cpe": "cpe:/o:gentoo:linux:-" } } } ], "category": "vendor", "name": "Gentoo" }, { "branches": [ { "category": "product_name", "name": "Open Source CentOS", "product": { "name": "Open Source CentOS", "product_id": "1727", "product_identification_helper": { "cpe": "cpe:/o:centos:centos:-" } } } ], "category": "vendor", "name": "Open Source" }, { "branches": [ { "category": "product_name", "name": "Oracle Linux", "product": { "name": "Oracle Linux", "product_id": "T004914", "product_identification_helper": { "cpe": "cpe:/o:oracle:linux:-" } } } ], "category": "vendor", "name": "Oracle" }, { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux", "product": { "name": "Red Hat Enterprise Linux", "product_id": "67646", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:-" } } } ], "category": "vendor", "name": "Red Hat" } ] }, "vulnerabilities": [ { "cve": "CVE-2021-42574", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Implementierungen von Unicode Standards. Betroffen sind beispielsweise Entwicklungsumgebungen, da diese spezielle Anforderungen an die Darstellung von Text haben. Ein Angreifer kann das ausnutzen indem er einen b\u00f6sartigen Patch mit gut platzierten BiDi-Zeichen oder Homoglyphen erstellt, und damit einen menschlichen Pr\u00fcfer t\u00e4uschen kann. Im Ergebnis weicht der ausgef\u00fchrte Code vom dargestellten Code ab. Zur erfolgreichen Ausnutzung ist eine Benutzeraktion (z.B. Kompilieren eines manipulierten Quellcodes) erforderlich." } ], "product_status": { "known_affected": [ "T024391", "T024390", "T024393", "T015518", "T024392", "67646", "T015516", "T015127", "T015126", "T012167", "T020802", "T004914", "T016243", "T024388", "T024387", "398363", "T024389", "1727", "1147925", "T024386", "T024385" ] }, "release_date": "2021-10-31T23:00:00.000+00:00", "title": "CVE-2021-42574" }, { "cve": "CVE-2021-42694", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Implementierungen von Unicode Standards. Betroffen sind beispielsweise Entwicklungsumgebungen, da diese spezielle Anforderungen an die Darstellung von Text haben. Ein Angreifer kann das ausnutzen indem er einen b\u00f6sartigen Patch mit gut platzierten BiDi-Zeichen oder Homoglyphen erstellt, und damit einen menschlichen Pr\u00fcfer t\u00e4uschen kann. Im Ergebnis weicht der ausgef\u00fchrte Code vom dargestellten Code ab. Zur erfolgreichen Ausnutzung ist eine Benutzeraktion (z.B. Kompilieren eines manipulierten Quellcodes) erforderlich." } ], "product_status": { "known_affected": [ "T024391", "T024390", "T024393", "T015518", "T024392", "67646", "T015516", "T015127", "T015126", "T012167", "T020802", "T004914", "T016243", "T024388", "T024387", "398363", "T024389", "1727", "1147925", "T024386", "T024385" ] }, "release_date": "2021-10-31T23:00:00.000+00:00", "title": "CVE-2021-42694" } ] }
wid-sec-w-2023-0561
Vulnerability from csaf_certbund
Notes
{ "document": { "aggregate_severity": { "text": "hoch" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "FreeFlow-Druckserver ist eine Druckserveranwendung f\u00fcr Xerox-Produktionsdrucker, die Flexibilit\u00e4t, umfangreiche Workflow-Optionen und eine Farbverwaltung bietet.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Xerox FreeFlow Print Server ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden.", "title": "Angriff" }, { "category": "general", "text": "- UNIX\n- Linux\n- Windows", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2023-0561 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-0561.json" }, { "category": "self", "summary": "WID-SEC-2023-0561 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-0561" }, { "category": "external", "summary": "XEROX Security Advisory XRX23-007 vom 2023-05-18", "url": "https://security.business.xerox.com/wp-content/uploads/2023/05/Xerox-Security-Bulletin-XRX23-007-Xerox%C2%AE-FreeFlow%C2%AE-Print-Server-v7.pdf" }, { "category": "external", "summary": "XEROX Security Advisory XRX23-005 vom 2023-04-04", "url": "https://security.business.xerox.com/wp-content/uploads/2023/04/Xerox-Security-Bulletin-XRX23-005-Xerox%25C2%25AE-FreeFlow%25C2%25AE-Print-Server-v9.pdf" }, { "category": "external", "summary": "XEROX Security Advisory XRX23-002 vom 2023-03-23", "url": "https://security.business.xerox.com/wp-content/uploads/2023/03/Xerox-Security-Bulletin-XRX23-002-FreeFlow-Print-Server-v2_Windows10.pdf" }, { "category": "external", "summary": "Xerox Mini Bulletin XRX21A vom 2023-03-02", "url": "https://security.business.xerox.com/wp-content/uploads/2023/03/Xerox-Security-Bulletin-XRX23-001-FreeFlow%C2%AE-Print-Server-v7.pdf" } ], "source_lang": "en-US", "title": "Xerox FreeFlow Print Server: Mehrere Schwachstellen", "tracking": { "current_release_date": "2023-05-18T22:00:00.000+00:00", "generator": { "date": "2024-08-15T17:46:07.359+00:00", "engine": { "name": "BSI-WID", "version": "1.3.5" } }, "id": "WID-SEC-W-2023-0561", "initial_release_date": "2023-03-02T23:00:00.000+00:00", "revision_history": [ { "date": "2023-03-02T23:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2023-03-22T23:00:00.000+00:00", "number": "2", "summary": "Neue Updates von XEROX aufgenommen" }, { "date": "2023-04-03T22:00:00.000+00:00", "number": "3", "summary": "Neue Updates von XEROX aufgenommen" }, { "date": "2023-05-18T22:00:00.000+00:00", "number": "4", "summary": "Neue Updates von XEROX aufgenommen" } ], "status": "final", "version": "4" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Xerox FreeFlow Print Server 7", "product": { "name": "Xerox FreeFlow Print Server 7", "product_id": "T000872", "product_identification_helper": { "cpe": "cpe:/a:xerox:freeflow_print_server:7" } } }, { "category": "product_name", "name": "Xerox FreeFlow Print Server 9", "product": { "name": "Xerox FreeFlow Print Server 9", "product_id": "T002977", "product_identification_helper": { "cpe": "cpe:/a:xerox:freeflow_print_server:9" } } }, { "category": "product_name", "name": "Xerox FreeFlow Print Server v2", "product": { "name": "Xerox FreeFlow Print Server v2", "product_id": "T014888", "product_identification_helper": { "cpe": "cpe:/a:xerox:freeflow_print_server:v2" } } } ], "category": "product_name", "name": "FreeFlow Print Server" } ], "category": "vendor", "name": "Xerox" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-21900", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2023-21900" }, { "cve": "CVE-2023-21843", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2023-21843" }, { "cve": "CVE-2023-21835", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2023-21835" }, { "cve": "CVE-2023-21830", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2023-21830" }, { "cve": "CVE-2022-46882", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-46882" }, { "cve": "CVE-2022-46881", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-46881" }, { "cve": "CVE-2022-46880", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-46880" }, { "cve": "CVE-2022-46878", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-46878" }, { "cve": "CVE-2022-46875", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-46875" }, { "cve": "CVE-2022-46874", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-46874" }, { "cve": "CVE-2022-46872", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-46872" }, { "cve": "CVE-2022-45421", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-45421" }, { "cve": "CVE-2022-45420", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-45420" }, { "cve": "CVE-2022-45419", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-45419" }, { "cve": "CVE-2022-45418", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-45418" }, { "cve": "CVE-2022-45417", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-45417" }, { "cve": "CVE-2022-45416", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-45416" }, { "cve": "CVE-2022-45415", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-45415" }, { "cve": "CVE-2022-45414", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-45414" }, { "cve": "CVE-2022-45413", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-45413" }, { "cve": "CVE-2022-45412", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-45412" }, { "cve": "CVE-2022-45411", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-45411" }, { "cve": "CVE-2022-45410", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-45410" }, { "cve": "CVE-2022-45409", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-45409" }, { "cve": "CVE-2022-45408", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-45408" }, { "cve": "CVE-2022-45407", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-45407" }, { "cve": "CVE-2022-45406", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-45406" }, { "cve": "CVE-2022-45405", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-45405" }, { "cve": "CVE-2022-45404", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-45404" }, { "cve": "CVE-2022-45403", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-45403" }, { "cve": "CVE-2022-45063", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-45063" }, { "cve": "CVE-2022-45061", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-45061" }, { "cve": "CVE-2022-44638", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-44638" }, { "cve": "CVE-2022-43680", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-43680" }, { "cve": "CVE-2022-43548", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-43548" }, { "cve": "CVE-2022-42932", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-42932" }, { "cve": "CVE-2022-42929", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-42929" }, { "cve": "CVE-2022-42928", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-42928" }, { "cve": "CVE-2022-42927", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-42927" }, { "cve": "CVE-2022-42252", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-42252" }, { "cve": "CVE-2022-41556", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-41556" }, { "cve": "CVE-2022-41323", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-41323" }, { "cve": "CVE-2022-40962", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-40962" }, { "cve": "CVE-2022-40960", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-40960" }, { "cve": "CVE-2022-40959", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-40959" }, { "cve": "CVE-2022-40958", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-40958" }, { "cve": "CVE-2022-40957", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-40957" }, { "cve": "CVE-2022-40956", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-40956" }, { "cve": "CVE-2022-40674", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-40674" }, { "cve": "CVE-2022-3970", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-3970" }, { "cve": "CVE-2022-39260", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-39260" }, { "cve": "CVE-2022-39253", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-39253" }, { "cve": "CVE-2022-3786", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-3786" }, { "cve": "CVE-2022-37797", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-37797" }, { "cve": "CVE-2022-37454", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-37454" }, { "cve": "CVE-2022-37436", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-37436" }, { "cve": "CVE-2022-36760", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-36760" }, { "cve": "CVE-2022-3627", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-3627" }, { "cve": "CVE-2022-3626", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-3626" }, { "cve": "CVE-2022-36087", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-36087" }, { "cve": "CVE-2022-36059", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-36059" }, { "cve": "CVE-2022-3602", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-3602" }, { "cve": "CVE-2022-3599", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-3599" }, { "cve": "CVE-2022-3598", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-3598" }, { "cve": "CVE-2022-3597", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-3597" }, { "cve": "CVE-2022-3570", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-3570" }, { "cve": "CVE-2022-35256", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-35256" }, { "cve": "CVE-2022-35255", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-35255" }, { "cve": "CVE-2022-34526", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-34526" }, { "cve": "CVE-2022-3276", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-3276" }, { "cve": "CVE-2022-32222", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-32222" }, { "cve": "CVE-2022-32215", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-32215" }, { "cve": "CVE-2022-32213", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-32213" }, { "cve": "CVE-2022-32212", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-32212" }, { "cve": "CVE-2022-3204", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-3204" }, { "cve": "CVE-2022-3190", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-3190" }, { "cve": "CVE-2022-31630", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-31630" }, { "cve": "CVE-2022-31629", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-31629" }, { "cve": "CVE-2022-31628", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-31628" }, { "cve": "CVE-2022-3155", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-3155" }, { "cve": "CVE-2022-3034", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-3034" }, { "cve": "CVE-2022-3033", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-3033" }, { "cve": "CVE-2022-3032", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-3032" }, { "cve": "CVE-2022-29458", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-29458" }, { "cve": "CVE-2022-29187", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-29187" }, { "cve": "CVE-2022-29154", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-29154" }, { "cve": "CVE-2022-2869", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-2869" }, { "cve": "CVE-2022-2868", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-2868" }, { "cve": "CVE-2022-2867", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-2867" }, { "cve": "CVE-2022-27406", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-27406" }, { "cve": "CVE-2022-27405", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-27405" }, { "cve": "CVE-2022-27404", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-27404" }, { "cve": "CVE-2022-26981", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-26981" }, { "cve": "CVE-2022-24765", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-24765" }, { "cve": "CVE-2022-24070", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-24070" }, { "cve": "CVE-2022-23901", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-23901" }, { "cve": "CVE-2022-22844", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-22844" }, { "cve": "CVE-2022-2210", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-2210" }, { "cve": "CVE-2022-2208", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-2208" }, { "cve": "CVE-2022-2207", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-2207" }, { "cve": "CVE-2022-2206", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-2206" }, { "cve": "CVE-2022-2183", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-2183" }, { "cve": "CVE-2022-2175", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-2175" }, { "cve": "CVE-2022-21658", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-21658" }, { "cve": "CVE-2022-21628", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-21628" }, { "cve": "CVE-2022-21626", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-21626" }, { "cve": "CVE-2022-21624", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-21624" }, { "cve": "CVE-2022-21619", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-21619" }, { "cve": "CVE-2022-2125", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-2125" }, { "cve": "CVE-2022-2122", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-2122" }, { "cve": "CVE-2022-2058", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-2058" }, { "cve": "CVE-2022-2057", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-2057" }, { "cve": "CVE-2022-2056", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-2056" }, { "cve": "CVE-2022-1925", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-1925" }, { "cve": "CVE-2022-1924", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-1924" }, { "cve": "CVE-2022-1923", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-1923" }, { "cve": "CVE-2022-1922", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-1922" }, { "cve": "CVE-2022-1921", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-1921" }, { "cve": "CVE-2022-1920", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-1920" }, { "cve": "CVE-2022-1348", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-1348" }, { "cve": "CVE-2022-1056", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-1056" }, { "cve": "CVE-2022-0924", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-0924" }, { "cve": "CVE-2022-0909", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-0909" }, { "cve": "CVE-2022-0908", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-0908" }, { "cve": "CVE-2022-0907", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-0907" }, { "cve": "CVE-2022-0891", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-0891" }, { "cve": "CVE-2022-0865", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-0865" }, { "cve": "CVE-2022-0562", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-0562" }, { "cve": "CVE-2022-0561", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2022-0561" }, { "cve": "CVE-2021-46848", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2021-46848" }, { "cve": "CVE-2021-46823", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2021-46823" }, { "cve": "CVE-2021-42694", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2021-42694" }, { "cve": "CVE-2021-42574", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2021-42574" }, { "cve": "CVE-2021-37750", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2021-37750" }, { "cve": "CVE-2021-28544", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2021-28544" }, { "cve": "CVE-2020-10735", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2020-10735" }, { "cve": "CVE-2019-6111", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2019-6111" }, { "cve": "CVE-2018-7160", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2018-7160" }, { "cve": "CVE-2015-20107", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2015-20107" }, { "cve": "CVE-2006-20001", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00.000+00:00", "title": "CVE-2006-20001" } ] }
WID-SEC-W-2022-0676
Vulnerability from csaf_certbund
Notes
{ "document": { "aggregate_severity": { "text": "hoch" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "Junos Space ist eine Software-Plattform, die eine Reihe von Applikationen f\u00fcr das Netzwerkmanagement beinhaltet.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter, anonymer, authentisierter oder lokaler Angreifer kann mehrere Schwachstellen in Juniper Junos Space ausnutzen, um einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Daten zu manipulieren oder zu ver\u00e4ndern, seine Privilegien zu erweitern und Sicherheitsma\u00dfnahmen zu umgehen.", "title": "Angriff" }, { "category": "general", "text": "- Juniper Appliance", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2022-0676 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2022/wid-sec-w-2022-0676.json" }, { "category": "self", "summary": "WID-SEC-2022-0676 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2022-0676" }, { "category": "external", "summary": "Juniper Security Advisory JSA70182 vom 2023-01-12", "url": "https://supportportal.juniper.net/s/article/2023-01-Security-Bulletin-Contrail-Service-Orchestration-Multiple-vulnerabilities-resolved-in-CSO-6-3-0?language=en_US" }, { "category": "external", "summary": "Juniper Security Advisory vom 2022-07-13", "url": "https://supportportal.juniper.net/s/article/2022-07-Security-Bulletin-Junos-Space-Security-Director-Policy-Enforcer-upgraded-to-CentOS-7-9" }, { "category": "external", "summary": "Juniper Security Advisory vom 2022-07-13", "url": "https://supportportal.juniper.net/s/article/2022-07-Security-Bulletin-Junos-Space-Multiple-vulnerabilities-resolved-in-22-2R1-release-CVE-2022-22218?language=en_US" } ], "source_lang": "en-US", "title": "Juniper Junos Space: Mehrere Schwachstellen", "tracking": { "current_release_date": "2023-01-11T23:00:00.000+00:00", "generator": { "date": "2024-08-15T17:31:42.465+00:00", "engine": { "name": "BSI-WID", "version": "1.3.5" } }, "id": "WID-SEC-W-2022-0676", "initial_release_date": "2022-07-13T22:00:00.000+00:00", "revision_history": [ { "date": "2022-07-13T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2023-01-11T23:00:00.000+00:00", "number": "2", "summary": "Neue Updates von Juniper aufgenommen" } ], "status": "final", "version": "2" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "Juniper Contrail Service Orchestration", "product": { "name": "Juniper Contrail Service Orchestration", "product_id": "T025794", "product_identification_helper": { "cpe": "cpe:/a:juniper:contrail_service_orchestration:-" } } }, { "category": "product_name", "name": "Juniper Junos Space \u003c 22.1R1", "product": { "name": "Juniper Junos Space \u003c 22.1R1", "product_id": "T023842", "product_identification_helper": { "cpe": "cpe:/a:juniper:junos_space:22.1r1" } } } ], "category": "vendor", "name": "Juniper" } ] }, "vulnerabilities": [ { "cve": "CVE-2016-2124", "notes": [ { "category": "description", "text": "In Juniper Junos Space existieren mehrere Schwachstellen. Die Fehler bestehen in den Komponenten nginx resolver, Java SE, Oracle GraalVM, OpenSSH, Unicode, Samba, RPM, Kerberos, OpenSSL, Linux Kernel, curl und MySQL. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Daten zu manipulieren oder zu ver\u00e4ndern, seine Privilegien zu erweitern und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T025794" ] }, "release_date": "2022-07-13T22:00:00.000+00:00", "title": "CVE-2016-2124" }, { "cve": "CVE-2020-25704", "notes": [ { "category": "description", "text": "In Juniper Junos Space existieren mehrere Schwachstellen. Die Fehler bestehen in den Komponenten nginx resolver, Java SE, Oracle GraalVM, OpenSSH, Unicode, Samba, RPM, Kerberos, OpenSSL, Linux Kernel, curl und MySQL. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Daten zu manipulieren oder zu ver\u00e4ndern, seine Privilegien zu erweitern und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T025794" ] }, "release_date": "2022-07-13T22:00:00.000+00:00", "title": "CVE-2020-25704" }, { "cve": "CVE-2020-25717", "notes": [ { "category": "description", "text": "In Juniper Junos Space existieren mehrere Schwachstellen. Die Fehler bestehen in den Komponenten nginx resolver, Java SE, Oracle GraalVM, OpenSSH, Unicode, Samba, RPM, Kerberos, OpenSSL, Linux Kernel, curl und MySQL. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Daten zu manipulieren oder zu ver\u00e4ndern, seine Privilegien zu erweitern und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T025794" ] }, "release_date": "2022-07-13T22:00:00.000+00:00", "title": "CVE-2020-25717" }, { "cve": "CVE-2020-36322", "notes": [ { "category": "description", "text": "In Juniper Junos Space existieren mehrere Schwachstellen. Die Fehler bestehen in den Komponenten nginx resolver, Java SE, Oracle GraalVM, OpenSSH, Unicode, Samba, RPM, Kerberos, OpenSSL, Linux Kernel, curl und MySQL. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Daten zu manipulieren oder zu ver\u00e4ndern, seine Privilegien zu erweitern und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T025794" ] }, "release_date": "2022-07-13T22:00:00.000+00:00", "title": "CVE-2020-36322" }, { "cve": "CVE-2020-36385", "notes": [ { "category": "description", "text": "In Juniper Junos Space existieren mehrere Schwachstellen. Die Fehler bestehen in den Komponenten nginx resolver, Java SE, Oracle GraalVM, OpenSSH, Unicode, Samba, RPM, Kerberos, OpenSSL, Linux Kernel, curl und MySQL. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Daten zu manipulieren oder zu ver\u00e4ndern, seine Privilegien zu erweitern und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T025794" ] }, "release_date": "2022-07-13T22:00:00.000+00:00", "title": "CVE-2020-36385" }, { "cve": "CVE-2021-20271", "notes": [ { "category": "description", "text": "In Juniper Junos Space existieren mehrere Schwachstellen. Die Fehler bestehen in den Komponenten nginx resolver, Java SE, Oracle GraalVM, OpenSSH, Unicode, Samba, RPM, Kerberos, OpenSSL, Linux Kernel, curl und MySQL. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Daten zu manipulieren oder zu ver\u00e4ndern, seine Privilegien zu erweitern und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T025794" ] }, "release_date": "2022-07-13T22:00:00.000+00:00", "title": "CVE-2021-20271" }, { "cve": "CVE-2021-22946", "notes": [ { "category": "description", "text": "In Juniper Junos Space existieren mehrere Schwachstellen. Die Fehler bestehen in den Komponenten nginx resolver, Java SE, Oracle GraalVM, OpenSSH, Unicode, Samba, RPM, Kerberos, OpenSSL, Linux Kernel, curl und MySQL. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Daten zu manipulieren oder zu ver\u00e4ndern, seine Privilegien zu erweitern und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T025794" ] }, "release_date": "2022-07-13T22:00:00.000+00:00", "title": "CVE-2021-22946" }, { "cve": "CVE-2021-23017", "notes": [ { "category": "description", "text": "In Juniper Junos Space existieren mehrere Schwachstellen. Die Fehler bestehen in den Komponenten nginx resolver, Java SE, Oracle GraalVM, OpenSSH, Unicode, Samba, RPM, Kerberos, OpenSSL, Linux Kernel, curl und MySQL. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Daten zu manipulieren oder zu ver\u00e4ndern, seine Privilegien zu erweitern und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T025794" ] }, "release_date": "2022-07-13T22:00:00.000+00:00", "title": "CVE-2021-23017" }, { "cve": "CVE-2021-23840", "notes": [ { "category": "description", "text": "In Juniper Junos Space existieren mehrere Schwachstellen. Die Fehler bestehen in den Komponenten nginx resolver, Java SE, Oracle GraalVM, OpenSSH, Unicode, Samba, RPM, Kerberos, OpenSSL, Linux Kernel, curl und MySQL. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Daten zu manipulieren oder zu ver\u00e4ndern, seine Privilegien zu erweitern und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T025794" ] }, "release_date": "2022-07-13T22:00:00.000+00:00", "title": "CVE-2021-23840" }, { "cve": "CVE-2021-23841", "notes": [ { "category": "description", "text": "In Juniper Junos Space existieren mehrere Schwachstellen. Die Fehler bestehen in den Komponenten nginx resolver, Java SE, Oracle GraalVM, OpenSSH, Unicode, Samba, RPM, Kerberos, OpenSSL, Linux Kernel, curl und MySQL. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Daten zu manipulieren oder zu ver\u00e4ndern, seine Privilegien zu erweitern und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T025794" ] }, "release_date": "2022-07-13T22:00:00.000+00:00", "title": "CVE-2021-23841" }, { "cve": "CVE-2021-28950", "notes": [ { "category": "description", "text": "In Juniper Junos Space existieren mehrere Schwachstellen. Die Fehler bestehen in den Komponenten nginx resolver, Java SE, Oracle GraalVM, OpenSSH, Unicode, Samba, RPM, Kerberos, OpenSSL, Linux Kernel, curl und MySQL. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Daten zu manipulieren oder zu ver\u00e4ndern, seine Privilegien zu erweitern und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T025794" ] }, "release_date": "2022-07-13T22:00:00.000+00:00", "title": "CVE-2021-28950" }, { "cve": "CVE-2021-35550", "notes": [ { "category": "description", "text": "In Juniper Junos Space existieren mehrere Schwachstellen. Die Fehler bestehen in den Komponenten nginx resolver, Java SE, Oracle GraalVM, OpenSSH, Unicode, Samba, RPM, Kerberos, OpenSSL, Linux Kernel, curl und MySQL. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Daten zu manipulieren oder zu ver\u00e4ndern, seine Privilegien zu erweitern und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T025794" ] }, "release_date": "2022-07-13T22:00:00.000+00:00", "title": "CVE-2021-35550" }, { "cve": "CVE-2021-35556", "notes": [ { "category": "description", "text": "In Juniper Junos Space existieren mehrere Schwachstellen. Die Fehler bestehen in den Komponenten nginx resolver, Java SE, Oracle GraalVM, OpenSSH, Unicode, Samba, RPM, Kerberos, OpenSSL, Linux Kernel, curl und MySQL. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Daten zu manipulieren oder zu ver\u00e4ndern, seine Privilegien zu erweitern und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T025794" ] }, "release_date": "2022-07-13T22:00:00.000+00:00", "title": "CVE-2021-35556" }, { "cve": "CVE-2021-35559", "notes": [ { "category": "description", "text": "In Juniper Junos Space existieren mehrere Schwachstellen. Die Fehler bestehen in den Komponenten nginx resolver, Java SE, Oracle GraalVM, OpenSSH, Unicode, Samba, RPM, Kerberos, OpenSSL, Linux Kernel, curl und MySQL. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Daten zu manipulieren oder zu ver\u00e4ndern, seine Privilegien zu erweitern und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T025794" ] }, "release_date": "2022-07-13T22:00:00.000+00:00", "title": "CVE-2021-35559" }, { "cve": "CVE-2021-35561", "notes": [ { "category": "description", "text": "In Juniper Junos Space existieren mehrere Schwachstellen. Die Fehler bestehen in den Komponenten nginx resolver, Java SE, Oracle GraalVM, OpenSSH, Unicode, Samba, RPM, Kerberos, OpenSSL, Linux Kernel, curl und MySQL. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Daten zu manipulieren oder zu ver\u00e4ndern, seine Privilegien zu erweitern und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T025794" ] }, "release_date": "2022-07-13T22:00:00.000+00:00", "title": "CVE-2021-35561" }, { "cve": "CVE-2021-35564", "notes": [ { "category": "description", "text": "In Juniper Junos Space existieren mehrere Schwachstellen. Die Fehler bestehen in den Komponenten nginx resolver, Java SE, Oracle GraalVM, OpenSSH, Unicode, Samba, RPM, Kerberos, OpenSSL, Linux Kernel, curl und MySQL. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Daten zu manipulieren oder zu ver\u00e4ndern, seine Privilegien zu erweitern und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T025794" ] }, "release_date": "2022-07-13T22:00:00.000+00:00", "title": "CVE-2021-35564" }, { "cve": "CVE-2021-35565", "notes": [ { "category": "description", "text": "In Juniper Junos Space existieren mehrere Schwachstellen. Die Fehler bestehen in den Komponenten nginx resolver, Java SE, Oracle GraalVM, OpenSSH, Unicode, Samba, RPM, Kerberos, OpenSSL, Linux Kernel, curl und MySQL. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Daten zu manipulieren oder zu ver\u00e4ndern, seine Privilegien zu erweitern und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T025794" ] }, "release_date": "2022-07-13T22:00:00.000+00:00", "title": "CVE-2021-35565" }, { "cve": "CVE-2021-35567", "notes": [ { "category": "description", "text": "In Juniper Junos Space existieren mehrere Schwachstellen. Die Fehler bestehen in den Komponenten nginx resolver, Java SE, Oracle GraalVM, OpenSSH, Unicode, Samba, RPM, Kerberos, OpenSSL, Linux Kernel, curl und MySQL. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Daten zu manipulieren oder zu ver\u00e4ndern, seine Privilegien zu erweitern und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T025794" ] }, "release_date": "2022-07-13T22:00:00.000+00:00", "title": "CVE-2021-35567" }, { "cve": "CVE-2021-35578", "notes": [ { "category": "description", "text": "In Juniper Junos Space existieren mehrere Schwachstellen. Die Fehler bestehen in den Komponenten nginx resolver, Java SE, Oracle GraalVM, OpenSSH, Unicode, Samba, RPM, Kerberos, OpenSSL, Linux Kernel, curl und MySQL. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Daten zu manipulieren oder zu ver\u00e4ndern, seine Privilegien zu erweitern und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T025794" ] }, "release_date": "2022-07-13T22:00:00.000+00:00", "title": "CVE-2021-35578" }, { "cve": "CVE-2021-35586", "notes": [ { "category": "description", "text": "In Juniper Junos Space existieren mehrere Schwachstellen. Die Fehler bestehen in den Komponenten nginx resolver, Java SE, Oracle GraalVM, OpenSSH, Unicode, Samba, RPM, Kerberos, OpenSSL, Linux Kernel, curl und MySQL. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Daten zu manipulieren oder zu ver\u00e4ndern, seine Privilegien zu erweitern und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T025794" ] }, "release_date": "2022-07-13T22:00:00.000+00:00", "title": "CVE-2021-35586" }, { "cve": "CVE-2021-35588", "notes": [ { "category": "description", "text": "In Juniper Junos Space existieren mehrere Schwachstellen. Die Fehler bestehen in den Komponenten nginx resolver, Java SE, Oracle GraalVM, OpenSSH, Unicode, Samba, RPM, Kerberos, OpenSSL, Linux Kernel, curl und MySQL. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Daten zu manipulieren oder zu ver\u00e4ndern, seine Privilegien zu erweitern und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T025794" ] }, "release_date": "2022-07-13T22:00:00.000+00:00", "title": "CVE-2021-35588" }, { "cve": "CVE-2021-35603", "notes": [ { "category": "description", "text": "In Juniper Junos Space existieren mehrere Schwachstellen. Die Fehler bestehen in den Komponenten nginx resolver, Java SE, Oracle GraalVM, OpenSSH, Unicode, Samba, RPM, Kerberos, OpenSSL, Linux Kernel, curl und MySQL. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Daten zu manipulieren oder zu ver\u00e4ndern, seine Privilegien zu erweitern und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T025794" ] }, "release_date": "2022-07-13T22:00:00.000+00:00", "title": "CVE-2021-35603" }, { "cve": "CVE-2021-37750", "notes": [ { "category": "description", "text": "In Juniper Junos Space existieren mehrere Schwachstellen. Die Fehler bestehen in den Komponenten nginx resolver, Java SE, Oracle GraalVM, OpenSSH, Unicode, Samba, RPM, Kerberos, OpenSSL, Linux Kernel, curl und MySQL. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Daten zu manipulieren oder zu ver\u00e4ndern, seine Privilegien zu erweitern und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T025794" ] }, "release_date": "2022-07-13T22:00:00.000+00:00", "title": "CVE-2021-37750" }, { "cve": "CVE-2021-41617", "notes": [ { "category": "description", "text": "In Juniper Junos Space existieren mehrere Schwachstellen. Die Fehler bestehen in den Komponenten nginx resolver, Java SE, Oracle GraalVM, OpenSSH, Unicode, Samba, RPM, Kerberos, OpenSSL, Linux Kernel, curl und MySQL. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Daten zu manipulieren oder zu ver\u00e4ndern, seine Privilegien zu erweitern und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T025794" ] }, "release_date": "2022-07-13T22:00:00.000+00:00", "title": "CVE-2021-41617" }, { "cve": "CVE-2021-42574", "notes": [ { "category": "description", "text": "In Juniper Junos Space existieren mehrere Schwachstellen. Die Fehler bestehen in den Komponenten nginx resolver, Java SE, Oracle GraalVM, OpenSSH, Unicode, Samba, RPM, Kerberos, OpenSSL, Linux Kernel, curl und MySQL. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Daten zu manipulieren oder zu ver\u00e4ndern, seine Privilegien zu erweitern und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T025794" ] }, "release_date": "2022-07-13T22:00:00.000+00:00", "title": "CVE-2021-42574" }, { "cve": "CVE-2021-42739", "notes": [ { "category": "description", "text": "In Juniper Junos Space existieren mehrere Schwachstellen. Die Fehler bestehen in den Komponenten nginx resolver, Java SE, Oracle GraalVM, OpenSSH, Unicode, Samba, RPM, Kerberos, OpenSSL, Linux Kernel, curl und MySQL. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Daten zu manipulieren oder zu ver\u00e4ndern, seine Privilegien zu erweitern und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T025794" ] }, "release_date": "2022-07-13T22:00:00.000+00:00", "title": "CVE-2021-42739" }, { "cve": "CVE-2022-21245", "notes": [ { "category": "description", "text": "In Juniper Junos Space existieren mehrere Schwachstellen. Die Fehler bestehen in den Komponenten nginx resolver, Java SE, Oracle GraalVM, OpenSSH, Unicode, Samba, RPM, Kerberos, OpenSSL, Linux Kernel, curl und MySQL. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Daten zu manipulieren oder zu ver\u00e4ndern, seine Privilegien zu erweitern und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T025794" ] }, "release_date": "2022-07-13T22:00:00.000+00:00", "title": "CVE-2022-21245" }, { "cve": "CVE-2022-21270", "notes": [ { "category": "description", "text": "In Juniper Junos Space existieren mehrere Schwachstellen. Die Fehler bestehen in den Komponenten nginx resolver, Java SE, Oracle GraalVM, OpenSSH, Unicode, Samba, RPM, Kerberos, OpenSSL, Linux Kernel, curl und MySQL. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Daten zu manipulieren oder zu ver\u00e4ndern, seine Privilegien zu erweitern und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T025794" ] }, "release_date": "2022-07-13T22:00:00.000+00:00", "title": "CVE-2022-21270" }, { "cve": "CVE-2022-21303", "notes": [ { "category": "description", "text": "In Juniper Junos Space existieren mehrere Schwachstellen. Die Fehler bestehen in den Komponenten nginx resolver, Java SE, Oracle GraalVM, OpenSSH, Unicode, Samba, RPM, Kerberos, OpenSSL, Linux Kernel, curl und MySQL. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Daten zu manipulieren oder zu ver\u00e4ndern, seine Privilegien zu erweitern und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T025794" ] }, "release_date": "2022-07-13T22:00:00.000+00:00", "title": "CVE-2022-21303" }, { "cve": "CVE-2022-21304", "notes": [ { "category": "description", "text": "In Juniper Junos Space existieren mehrere Schwachstellen. Die Fehler bestehen in den Komponenten nginx resolver, Java SE, Oracle GraalVM, OpenSSH, Unicode, Samba, RPM, Kerberos, OpenSSL, Linux Kernel, curl und MySQL. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Daten zu manipulieren oder zu ver\u00e4ndern, seine Privilegien zu erweitern und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T025794" ] }, "release_date": "2022-07-13T22:00:00.000+00:00", "title": "CVE-2022-21304" }, { "cve": "CVE-2022-21344", "notes": [ { "category": "description", "text": "In Juniper Junos Space existieren mehrere Schwachstellen. Die Fehler bestehen in den Komponenten nginx resolver, Java SE, Oracle GraalVM, OpenSSH, Unicode, Samba, RPM, Kerberos, OpenSSL, Linux Kernel, curl und MySQL. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Daten zu manipulieren oder zu ver\u00e4ndern, seine Privilegien zu erweitern und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T025794" ] }, "release_date": "2022-07-13T22:00:00.000+00:00", "title": "CVE-2022-21344" }, { "cve": "CVE-2022-21367", "notes": [ { "category": "description", "text": "In Juniper Junos Space existieren mehrere Schwachstellen. Die Fehler bestehen in den Komponenten nginx resolver, Java SE, Oracle GraalVM, OpenSSH, Unicode, Samba, RPM, Kerberos, OpenSSL, Linux Kernel, curl und MySQL. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Daten zu manipulieren oder zu ver\u00e4ndern, seine Privilegien zu erweitern und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T025794" ] }, "release_date": "2022-07-13T22:00:00.000+00:00", "title": "CVE-2022-21367" }, { "cve": "CVE-2022-22218", "notes": [ { "category": "description", "text": "In Juniper Junos Space existieren mehrere Schwachstellen. Die Fehler bestehen in den Komponenten nginx resolver, Java SE, Oracle GraalVM, OpenSSH, Unicode, Samba, RPM, Kerberos, OpenSSL, Linux Kernel, curl und MySQL. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Daten zu manipulieren oder zu ver\u00e4ndern, seine Privilegien zu erweitern und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T025794" ] }, "release_date": "2022-07-13T22:00:00.000+00:00", "title": "CVE-2022-22218" } ] }
fkie_cve-2021-42574
Vulnerability from fkie_nvd
URL | Tags | ||
---|---|---|---|
cve@mitre.org | http://www.openwall.com/lists/oss-security/2021/11/01/1 | Exploit, Mailing List, Mitigation, Third Party Advisory | |
cve@mitre.org | http://www.openwall.com/lists/oss-security/2021/11/01/4 | Exploit, Mailing List, Third Party Advisory | |
cve@mitre.org | http://www.openwall.com/lists/oss-security/2021/11/01/5 | Mailing List, Third Party Advisory | |
cve@mitre.org | http://www.openwall.com/lists/oss-security/2021/11/01/6 | Mailing List, Third Party Advisory | |
cve@mitre.org | http://www.openwall.com/lists/oss-security/2021/11/02/10 | Mailing List | |
cve@mitre.org | http://www.unicode.org/versions/Unicode14.0.0/ | Release Notes, Vendor Advisory | |
cve@mitre.org | https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/IH2RG5YTR6ZZOLUV3EUPZEIJR7XHJLVD/ | ||
cve@mitre.org | https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/LQNTFF24ROHLVPLUOEISBN3F7QM27L4U/ | ||
cve@mitre.org | https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/QUPA37D57VPTDLSXOOGF4UXUEADOC4PQ/ | ||
cve@mitre.org | https://security.gentoo.org/glsa/202210-09 | Third Party Advisory | |
cve@mitre.org | https://trojansource.codes | Exploit, Technical Description, Third Party Advisory | |
cve@mitre.org | https://www.kb.cert.org/vuls/id/999008 | Third Party Advisory, US Government Resource | |
cve@mitre.org | https://www.scyon.nl/post/trojans-in-your-source-code | Exploit, Mitigation, Third Party Advisory | |
cve@mitre.org | https://www.starwindsoftware.com/security/sw-20220804-0002/ | Third Party Advisory | |
cve@mitre.org | https://www.unicode.org/reports/tr31/ | Technical Description, Vendor Advisory | |
cve@mitre.org | https://www.unicode.org/reports/tr36/ | Technical Description, Vendor Advisory | |
cve@mitre.org | https://www.unicode.org/reports/tr39/ | Technical Description, Vendor Advisory | |
cve@mitre.org | https://www.unicode.org/reports/tr9/tr9-44.html#HL4 | Technical Description, Vendor Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | http://www.openwall.com/lists/oss-security/2021/11/01/1 | Exploit, Mailing List, Mitigation, Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | http://www.openwall.com/lists/oss-security/2021/11/01/4 | Exploit, Mailing List, Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | http://www.openwall.com/lists/oss-security/2021/11/01/5 | Mailing List, Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | http://www.openwall.com/lists/oss-security/2021/11/01/6 | Mailing List, Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | http://www.openwall.com/lists/oss-security/2021/11/02/10 | Mailing List | |
af854a3a-2127-422b-91ae-364da2661108 | http://www.unicode.org/versions/Unicode14.0.0/ | Release Notes, Vendor Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/IH2RG5YTR6ZZOLUV3EUPZEIJR7XHJLVD/ | ||
af854a3a-2127-422b-91ae-364da2661108 | https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/LQNTFF24ROHLVPLUOEISBN3F7QM27L4U/ | ||
af854a3a-2127-422b-91ae-364da2661108 | https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/QUPA37D57VPTDLSXOOGF4UXUEADOC4PQ/ | ||
af854a3a-2127-422b-91ae-364da2661108 | https://security.gentoo.org/glsa/202210-09 | Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://trojansource.codes | Exploit, Technical Description, Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://www.kb.cert.org/vuls/id/999008 | Third Party Advisory, US Government Resource | |
af854a3a-2127-422b-91ae-364da2661108 | https://www.scyon.nl/post/trojans-in-your-source-code | Exploit, Mitigation, Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://www.starwindsoftware.com/security/sw-20220804-0002/ | Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://www.unicode.org/reports/tr31/ | Technical Description, Vendor Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://www.unicode.org/reports/tr36/ | Technical Description, Vendor Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://www.unicode.org/reports/tr39/ | Technical Description, Vendor Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://www.unicode.org/reports/tr9/tr9-44.html#HL4 | Technical Description, Vendor Advisory |
Vendor | Product | Version | |
---|---|---|---|
unicode | unicode | * | |
fedoraproject | fedora | 33 | |
fedoraproject | fedora | 34 | |
fedoraproject | fedora | 35 | |
starwindsoftware | starwind_virtual_san | v8r13 |
{ "configurations": [ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:unicode:unicode:*:*:*:*:*:*:*:*", "matchCriteriaId": "FAB64729-AF3D-46C0-B3B9-1588B46C524A", "versionEndExcluding": "14.0.0", "vulnerable": true } ], "negate": false, "operator": "OR" } ] }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:fedoraproject:fedora:33:*:*:*:*:*:*:*", "matchCriteriaId": "E460AA51-FCDA-46B9-AE97-E6676AA5E194", "vulnerable": true }, { "criteria": "cpe:2.3:o:fedoraproject:fedora:34:*:*:*:*:*:*:*", "matchCriteriaId": "A930E247-0B43-43CB-98FF-6CE7B8189835", "vulnerable": true }, { "criteria": "cpe:2.3:o:fedoraproject:fedora:35:*:*:*:*:*:*:*", "matchCriteriaId": "80E516C0-98A4-4ADE-B69F-66A772E2BAAA", "vulnerable": true } ], "negate": false, "operator": "OR" } ] }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:starwindsoftware:starwind_virtual_san:v8r13:14398:*:*:*:*:*:*", "matchCriteriaId": "DE49F316-C502-4D7A-AA70-D7745AEDAA93", "vulnerable": true } ], "negate": false, "operator": "OR" } ] } ], "cveTags": [ { "sourceIdentifier": "cve@mitre.org", "tags": [ "disputed" ] } ], "descriptions": [ { "lang": "en", "value": "An issue was discovered in the Bidirectional Algorithm in the Unicode Specification through 14.0. It permits the visual reordering of characters via control sequences, which can be used to craft source code that renders different logic than the logical ordering of tokens ingested by compilers and interpreters. Adversaries can leverage this to encode source code for compilers accepting Unicode such that targeted vulnerabilities are introduced invisibly to human reviewers. NOTE: the Unicode Consortium offers the following alternative approach to presenting this concern. An issue is noted in the nature of international text that can affect applications that implement support for The Unicode Standard and the Unicode Bidirectional Algorithm (all versions). Due to text display behavior when text includes left-to-right and right-to-left characters, the visual order of tokens may be different from their logical order. Additionally, control characters needed to fully support the requirements of bidirectional text can further obfuscate the logical order of tokens. Unless mitigated, an adversary could craft source code such that the ordering of tokens perceived by human reviewers does not match what will be processed by a compiler/interpreter/etc. The Unicode Consortium has documented this class of vulnerability in its document, Unicode Technical Report #36, Unicode Security Considerations. The Unicode Consortium also provides guidance on mitigations for this class of issues in Unicode Technical Standard #39, Unicode Security Mechanisms, and in Unicode Standard Annex #31, Unicode Identifier and Pattern Syntax. Also, the BIDI specification allows applications to tailor the implementation in ways that can mitigate misleading visual reordering in program text; see HL4 in Unicode Standard Annex #9, Unicode Bidirectional Algorithm." }, { "lang": "es", "value": "** EN DISPUTA** Se ha detectado un problema en el algoritmo bidireccional de la especificaci\u00f3n Unicode hasta la versi\u00f3n 14.0. Permite la reordenaci\u00f3n visual de los caracteres a trav\u00e9s de secuencias de control, lo que puede ser utilizado para crear c\u00f3digo fuente que se traduce en una l\u00f3gica diferente a la ordenaci\u00f3n l\u00f3gica de los tokens ingeridos por los compiladores e int\u00e9rpretes. Los adversarios pueden aprovechar esto para codificar el c\u00f3digo fuente de los compiladores que aceptan Unicode, de manera que las vulnerabilidades objetivo se introduzcan de forma invisible para los revisores humanos. NOTA: el Consorcio Unicode ofrece el siguiente enfoque alternativo para presentar esta preocupaci\u00f3n. Se observa un problema en la naturaleza del texto internacional que puede afectar a las aplicaciones que implementan la compatibilidad con el est\u00e1ndar Unicode y el algoritmo bidireccional Unicode (todas las versiones). Debido al comportamiento de la visualizaci\u00f3n del texto cuando \u00e9ste incluye caracteres de izquierda a derecha y de derecha a izquierda, el orden visual de los tokens puede ser diferente de su orden l\u00f3gico. Adem\u00e1s, los caracteres de control necesarios para cumplir los requisitos del texto bidireccional pueden ofuscar a\u00fan m\u00e1s el orden l\u00f3gico de las fichas. A menos que se mitigue, un adversario podr\u00eda elaborar el c\u00f3digo fuente de tal manera que el orden de los tokens percibido por los revisores humanos no coincida con el que ser\u00e1 procesado por un compilador/interpretador/etc. El Consorcio Unicode ha documentado esta clase de vulnerabilidad en su documento, Informe T\u00e9cnico de Unicode #36, Consideraciones de Seguridad de Unicode. El Consorcio Unicode tambi\u00e9n proporciona orientaci\u00f3n sobre las mitigaciones para esta clase de problemas en la Norma T\u00e9cnica de Unicode #39, Mecanismos de Seguridad de Unicode, y en el Anexo de la Norma de Unicode #31, Identificador de Unicode y Sintaxis de Patrones. Adem\u00e1s, la especificaci\u00f3n BIDI permite a las aplicaciones adaptar la implementaci\u00f3n de manera que pueda mitigar la reordenaci\u00f3n visual enga\u00f1osa en el texto del programa; v\u00e9ase HL4 en el Anexo #9 del Est\u00e1ndar Unicode, Algoritmo Bidireccional Unicode." } ], "id": "CVE-2021-42574", "lastModified": "2024-11-21T06:27:50.130", "metrics": { "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "HIGH", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 5.1, "confidentialityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:H/Au:N/C:P/I:P/A:P", "version": "2.0" }, "exploitabilityScore": 4.9, "impactScore": 6.4, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "nvd@nist.gov", "type": "Primary", "userInteractionRequired": true } ], "cvssMetricV31": [ { "cvssData": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.3, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H", "version": "3.1" }, "exploitabilityScore": 1.6, "impactScore": 6.0, "source": "nvd@nist.gov", "type": "Primary" } ] }, "published": "2021-11-01T04:15:07.970", "references": [ { "source": "cve@mitre.org", "tags": [ "Exploit", "Mailing List", "Mitigation", "Third Party Advisory" ], "url": "http://www.openwall.com/lists/oss-security/2021/11/01/1" }, { "source": "cve@mitre.org", "tags": [ "Exploit", "Mailing List", "Third Party Advisory" ], "url": "http://www.openwall.com/lists/oss-security/2021/11/01/4" }, { "source": "cve@mitre.org", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "http://www.openwall.com/lists/oss-security/2021/11/01/5" }, { "source": "cve@mitre.org", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "http://www.openwall.com/lists/oss-security/2021/11/01/6" }, { "source": "cve@mitre.org", "tags": [ "Mailing List" ], "url": "http://www.openwall.com/lists/oss-security/2021/11/02/10" }, { "source": "cve@mitre.org", "tags": [ "Release Notes", "Vendor Advisory" ], "url": "http://www.unicode.org/versions/Unicode14.0.0/" }, { "source": "cve@mitre.org", "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/IH2RG5YTR6ZZOLUV3EUPZEIJR7XHJLVD/" }, { "source": "cve@mitre.org", "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/LQNTFF24ROHLVPLUOEISBN3F7QM27L4U/" }, { "source": "cve@mitre.org", "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/QUPA37D57VPTDLSXOOGF4UXUEADOC4PQ/" }, { "source": "cve@mitre.org", "tags": [ "Third Party Advisory" ], "url": "https://security.gentoo.org/glsa/202210-09" }, { "source": "cve@mitre.org", "tags": [ "Exploit", "Technical Description", "Third Party Advisory" ], "url": "https://trojansource.codes" }, { "source": "cve@mitre.org", "tags": [ "Third Party Advisory", "US Government Resource" ], "url": "https://www.kb.cert.org/vuls/id/999008" }, { "source": "cve@mitre.org", "tags": [ "Exploit", "Mitigation", "Third Party Advisory" ], "url": "https://www.scyon.nl/post/trojans-in-your-source-code" }, { "source": "cve@mitre.org", "tags": [ "Third Party Advisory" ], "url": "https://www.starwindsoftware.com/security/sw-20220804-0002/" }, { "source": "cve@mitre.org", "tags": [ "Technical Description", "Vendor Advisory" ], "url": "https://www.unicode.org/reports/tr31/" }, { "source": "cve@mitre.org", "tags": [ "Technical Description", "Vendor Advisory" ], "url": "https://www.unicode.org/reports/tr36/" }, { "source": "cve@mitre.org", "tags": [ "Technical Description", "Vendor Advisory" ], "url": "https://www.unicode.org/reports/tr39/" }, { "source": "cve@mitre.org", "tags": [ "Technical Description", "Vendor Advisory" ], "url": "https://www.unicode.org/reports/tr9/tr9-44.html#HL4" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Exploit", "Mailing List", "Mitigation", "Third Party Advisory" ], "url": "http://www.openwall.com/lists/oss-security/2021/11/01/1" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Exploit", "Mailing List", "Third Party Advisory" ], "url": "http://www.openwall.com/lists/oss-security/2021/11/01/4" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "http://www.openwall.com/lists/oss-security/2021/11/01/5" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "http://www.openwall.com/lists/oss-security/2021/11/01/6" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Mailing List" ], "url": "http://www.openwall.com/lists/oss-security/2021/11/02/10" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Release Notes", "Vendor Advisory" ], "url": "http://www.unicode.org/versions/Unicode14.0.0/" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/IH2RG5YTR6ZZOLUV3EUPZEIJR7XHJLVD/" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/LQNTFF24ROHLVPLUOEISBN3F7QM27L4U/" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/QUPA37D57VPTDLSXOOGF4UXUEADOC4PQ/" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Third Party Advisory" ], "url": "https://security.gentoo.org/glsa/202210-09" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Exploit", "Technical Description", "Third Party Advisory" ], "url": "https://trojansource.codes" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Third Party Advisory", "US Government Resource" ], "url": "https://www.kb.cert.org/vuls/id/999008" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Exploit", "Mitigation", "Third Party Advisory" ], "url": "https://www.scyon.nl/post/trojans-in-your-source-code" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Third Party Advisory" ], "url": "https://www.starwindsoftware.com/security/sw-20220804-0002/" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Technical Description", "Vendor Advisory" ], "url": "https://www.unicode.org/reports/tr31/" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Technical Description", "Vendor Advisory" ], "url": "https://www.unicode.org/reports/tr36/" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Technical Description", "Vendor Advisory" ], "url": "https://www.unicode.org/reports/tr39/" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Technical Description", "Vendor Advisory" ], "url": "https://www.unicode.org/reports/tr9/tr9-44.html#HL4" } ], "sourceIdentifier": "cve@mitre.org", "vulnStatus": "Modified", "weaknesses": [ { "description": [ { "lang": "en", "value": "CWE-94" } ], "source": "nvd@nist.gov", "type": "Primary" } ] }
opensuse-su-2024:11650-1
Vulnerability from csaf_opensuse
Notes
{ "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": "cargo1.56-1.56.1-1.1 on GA media", "title": "Title of the patch" }, { "category": "description", "text": "These are all security issues fixed in the cargo1.56-1.56.1-1.1 package on the GA media of openSUSE Tumbleweed.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-Tumbleweed-2024-11650", "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-2024_11650-1.json" }, { "category": "self", "summary": "SUSE CVE CVE-2021-42574 page", "url": "https://www.suse.com/security/cve/CVE-2021-42574/" } ], "title": "cargo1.56-1.56.1-1.1 on GA media", "tracking": { "current_release_date": "2024-06-15T00:00:00Z", "generator": { "date": "2024-06-15T00:00:00Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2024:11650-1", "initial_release_date": "2024-06-15T00:00:00Z", "revision_history": [ { "date": "2024-06-15T00:00:00Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "cargo1.56-1.56.1-1.1.aarch64", "product": { "name": "cargo1.56-1.56.1-1.1.aarch64", "product_id": "cargo1.56-1.56.1-1.1.aarch64" } }, { "category": "product_version", "name": "rust1.56-1.56.1-1.1.aarch64", "product": { "name": "rust1.56-1.56.1-1.1.aarch64", "product_id": "rust1.56-1.56.1-1.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "cargo1.56-1.56.1-1.1.ppc64le", "product": { "name": "cargo1.56-1.56.1-1.1.ppc64le", "product_id": "cargo1.56-1.56.1-1.1.ppc64le" } }, { "category": "product_version", "name": "rust1.56-1.56.1-1.1.ppc64le", "product": { "name": "rust1.56-1.56.1-1.1.ppc64le", "product_id": "rust1.56-1.56.1-1.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "cargo1.56-1.56.1-1.1.s390x", "product": { "name": "cargo1.56-1.56.1-1.1.s390x", "product_id": "cargo1.56-1.56.1-1.1.s390x" } }, { "category": "product_version", "name": "rust1.56-1.56.1-1.1.s390x", "product": { "name": "rust1.56-1.56.1-1.1.s390x", "product_id": "rust1.56-1.56.1-1.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "cargo1.56-1.56.1-1.1.x86_64", "product": { "name": "cargo1.56-1.56.1-1.1.x86_64", "product_id": "cargo1.56-1.56.1-1.1.x86_64" } }, { "category": "product_version", "name": "rust1.56-1.56.1-1.1.x86_64", "product": { "name": "rust1.56-1.56.1-1.1.x86_64", "product_id": "rust1.56-1.56.1-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": "cargo1.56-1.56.1-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:cargo1.56-1.56.1-1.1.aarch64" }, "product_reference": "cargo1.56-1.56.1-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "cargo1.56-1.56.1-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:cargo1.56-1.56.1-1.1.ppc64le" }, "product_reference": "cargo1.56-1.56.1-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "cargo1.56-1.56.1-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:cargo1.56-1.56.1-1.1.s390x" }, "product_reference": "cargo1.56-1.56.1-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "cargo1.56-1.56.1-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:cargo1.56-1.56.1-1.1.x86_64" }, "product_reference": "cargo1.56-1.56.1-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "rust1.56-1.56.1-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:rust1.56-1.56.1-1.1.aarch64" }, "product_reference": "rust1.56-1.56.1-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "rust1.56-1.56.1-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:rust1.56-1.56.1-1.1.ppc64le" }, "product_reference": "rust1.56-1.56.1-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "rust1.56-1.56.1-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:rust1.56-1.56.1-1.1.s390x" }, "product_reference": "rust1.56-1.56.1-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "rust1.56-1.56.1-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:rust1.56-1.56.1-1.1.x86_64" }, "product_reference": "rust1.56-1.56.1-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" } ] }, "vulnerabilities": [ { "cve": "CVE-2021-42574", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-42574" } ], "notes": [ { "category": "general", "text": "An issue was discovered in the Bidirectional Algorithm in the Unicode Specification through 14.0. It permits the visual reordering of characters via control sequences, which can be used to craft source code that renders different logic than the logical ordering of tokens ingested by compilers and interpreters. Adversaries can leverage this to encode source code for compilers accepting Unicode such that targeted vulnerabilities are introduced invisibly to human reviewers. NOTE: the Unicode Consortium offers the following alternative approach to presenting this concern. An issue is noted in the nature of international text that can affect applications that implement support for The Unicode Standard and the Unicode Bidirectional Algorithm (all versions). Due to text display behavior when text includes left-to-right and right-to-left characters, the visual order of tokens may be different from their logical order. Additionally, control characters needed to fully support the requirements of bidirectional text can further obfuscate the logical order of tokens. Unless mitigated, an adversary could craft source code such that the ordering of tokens perceived by human reviewers does not match what will be processed by a compiler/interpreter/etc. The Unicode Consortium has documented this class of vulnerability in its document, Unicode Technical Report #36, Unicode Security Considerations. The Unicode Consortium also provides guidance on mitigations for this class of issues in Unicode Technical Standard #39, Unicode Security Mechanisms, and in Unicode Standard Annex #31, Unicode Identifier and Pattern Syntax. Also, the BIDI specification allows applications to tailor the implementation in ways that can mitigate misleading visual reordering in program text; see HL4 in Unicode Standard Annex #9, Unicode Bidirectional Algorithm.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:cargo1.56-1.56.1-1.1.aarch64", "openSUSE Tumbleweed:cargo1.56-1.56.1-1.1.ppc64le", "openSUSE Tumbleweed:cargo1.56-1.56.1-1.1.s390x", "openSUSE Tumbleweed:cargo1.56-1.56.1-1.1.x86_64", "openSUSE Tumbleweed:rust1.56-1.56.1-1.1.aarch64", "openSUSE Tumbleweed:rust1.56-1.56.1-1.1.ppc64le", "openSUSE Tumbleweed:rust1.56-1.56.1-1.1.s390x", "openSUSE Tumbleweed:rust1.56-1.56.1-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-42574", "url": "https://www.suse.com/security/cve/CVE-2021-42574" }, { "category": "external", "summary": "SUSE Bug 1191820 for CVE-2021-42574", "url": "https://bugzilla.suse.com/1191820" } ], "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:cargo1.56-1.56.1-1.1.aarch64", "openSUSE Tumbleweed:cargo1.56-1.56.1-1.1.ppc64le", "openSUSE Tumbleweed:cargo1.56-1.56.1-1.1.s390x", "openSUSE Tumbleweed:cargo1.56-1.56.1-1.1.x86_64", "openSUSE Tumbleweed:rust1.56-1.56.1-1.1.aarch64", "openSUSE Tumbleweed:rust1.56-1.56.1-1.1.ppc64le", "openSUSE Tumbleweed:rust1.56-1.56.1-1.1.s390x", "openSUSE Tumbleweed:rust1.56-1.56.1-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.3, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:cargo1.56-1.56.1-1.1.aarch64", "openSUSE Tumbleweed:cargo1.56-1.56.1-1.1.ppc64le", "openSUSE Tumbleweed:cargo1.56-1.56.1-1.1.s390x", "openSUSE Tumbleweed:cargo1.56-1.56.1-1.1.x86_64", "openSUSE Tumbleweed:rust1.56-1.56.1-1.1.aarch64", "openSUSE Tumbleweed:rust1.56-1.56.1-1.1.ppc64le", "openSUSE Tumbleweed:rust1.56-1.56.1-1.1.s390x", "openSUSE Tumbleweed:rust1.56-1.56.1-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2021-42574" } ] }
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.